Test info

Profile: {'openid-configuration': 'config', 'response_type': 'code+id_token', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2017-05-30T12:13:09Z
Test description: Request with prompt=login [Basic, Implicit, Hybrid]
Test ID: OP-prompt-login
Issuer: https://is.biocryptology.net/

Test output


__AuthorizationRequest:pre__
[check-response-type]
	status: OK
	description: Checks that the asked for response type are among the supported
[check-endpoint]
	status: OK
	description: Checks that the necessary endpoint exists at a server
__AuthorizationRequest:pre__
[check-response-type]
	status: OK
	description: Checks that the asked for response type are among the supported
[check-endpoint]
	status: OK
	description: Checks that the necessary endpoint exists at a server
__After completing the test flow:__
[verify-response]
	status: OK
	description: Checks that the last response was one of a possible set of OpenID Connect Responses
[multiple-sign-on]
	status: OK
	description: Verifies that multiple authentication was used in the flow
__X:==== END ====__

Trace output


0.000301 ------------ DiscoveryRequest ------------
0.000315 Provider info discover from 'https://is.biocryptology.net'
0.000321 --> URL: https://is.biocryptology.net/.well-known/openid-configuration
0.689913 ProviderConfigurationResponse: {
  "authorization_endpoint": "https://is.biocryptology.net/V1/auth",
  "check_session_iframe": "http://default.com",
  "claims_parameter_supported": false,
  "claims_supported": [
    "sub",
    "website",
    "zoneinfo",
    "email_verified",
    "birthdate",
    "address",
    "gender",
    "profile",
    "iss",
    "phone_number_verified",
    "given_name",
    "middle_name",
    "locale",
    "picture",
    "updated_at",
    "auth_time",
    "name",
    "nickname",
    "phone_number",
    "family_name",
    "prefered_username",
    "email"
  ],
  "end_session_endpoint": "https://is.biocryptology.net/V1/end",
  "grant_types_supported": [
    "authorization_code",
    "implicit"
  ],
  "id_token_signing_alg_values_supported": [
    "ES512",
    "ES384",
    "ES256",
    "RS512",
    "RS384",
    "RS256",
    "HS512",
    "HS384",
    "HS256"
  ],
  "issuer": "https://is.biocryptology.net/",
  "jwks_uri": "https://is.biocryptology.net/V1/jwks",
  "registration_endpoint": "http://default.com",
  "request_object_encryption_alg_values_supported": [
    "RSA-OAEP",
    "RSA1_5"
  ],
  "request_object_encryption_enc_values_supported": [
    "A256GCM",
    "A256CBC-HS512",
    "A256CBC-HS384",
    "A256CBC-HS256",
    "A256CBC",
    "A128GCM",
    "A128CBC-HS512",
    "A128CBC-HS384",
    "A128CBC-HS256",
    "A128CBC"
  ],
  "request_parameter_supported": true,
  "request_uri_parameter_supported": false,
  "require_request_uri_registration": false,
  "response_modes_supported": [
    "fragment",
    "query",
    "form_post"
  ],
  "response_types_supported": [
    "code",
    "id_token",
    "id_token token",
    "code id_token",
    "code token",
    "code id_token token"
  ],
  "revocation_endpoint": "http://default.com",
  "scopes_supported": [
    "email",
    "profile",
    "phone",
    "openid",
    "address"
  ],
  "service_documentation": "http://default.com",
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint": "https://is.biocryptology.net/V1/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "userinfo_endpoint": "https://is.biocryptology.net/V1/userinfo",
  "version": "3.0"
}
1.250439 JWKS: {
  "keys": [
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "MNW3_u22nAteMK20TYs1Cw",
      "kty": "RSA",
      "n": "AI_uKVNJfjEOoKUePXV46VX3dTuL0LrWKmEGbxCJSu6N9PXgeTA3gsM5DVrN9csD6mGcb_Oi1jbEc8duis6JLRXYGT-_ZsVZi2M2Yx1FInuukIP9ZgOdNfPA1ANvkKyoG4QNUzG5cgxDmeP-UikzjGYObzWEFHb9CT_l-yBTgPt_",
      "use": "sig"
    },
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "auG8aS4okJqDRIY2eLD9fA",
      "kty": "RSA",
      "n": "AMRaFFJr_TQ1-XB5JzZ0iF1d2wEeAuxe4ZjjVgbDYwvbyfidZnpfn-lUbzxxVVJj6ItQTNVz3tsGaBM4rwqFH_qDlap84wLv1vjLONLEZDa2xIXiTlA0fvyPuIJcEE1cm9OY36jPhueoA40MRMdXiOU5gfr5wlJtUCLICexV5i-X",
      "use": "sig"
    },
    {
      "alg": "RS256",
      "e": "AQAB",
      "kid": "r61PR-erDJljxqEv01Sm0g",
      "kty": "RSA",
      "n": "AJVG_Q0e2y6QQAfXowHQBNrZ2bKSbJ094oqTXJgqClG8jHkE1GMnuHORqap5PvCnbO47Mhm18aTTsdrodJC4SVLSCQtVnIhRzV8OHYfkZgHV16tUNcsBPMF-sYnfD7J9UtC7eify6dZPMqM0Bf2EK09fdvJpCmD7pxY5TDVo3inb",
      "use": "sig"
    }
  ]
}
1.256731 ------------ AuthorizationRequest ------------
1.258718 --> URL: https://is.biocryptology.net/V1/auth?nonce=HUQ0ADG46o90&state=FUreCxat86frIYG3&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&response_type=code+id_token&client_id=swipe&scope=openid
1.258727 --> BODY: None
1.988899 QUERY_STRING:
2.821456 <-- state=FUreCxat86frIYG3&code=iKZC8qVLTsokqdz3OqiJfg&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6InI2MVBSLWVyREpsanhxRXYwMVNtMGcifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDYzNjQsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6InJkODFyVjhJYTNDaTlSVkRoVGlRbnciLCJjX2hhc2giOiJhSDdEWGp2SEp1cXVvZHdmTGs5cG1RIiwiaWF0IjoxNDk2MTQ2MzY0LCJleHAiOjE0OTYxNDk5NjQsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJIVVEwQURHNDZvOTAiLCJzdWIiOiJNUSJ9.UkmEJu9nnjWc-gx3WEomZJA6TUJJwopSDStO-JnJpWVU1kr9RTkrOSheZF8o5mvDFxqnavloSaQcoLmGeH1SEDc1DbzfVBwmT_Ey5Be5FJ4XNxcTEBnrhDu0-bW3Woemt75NNmTv7TPcumdMdIKAhDPz8FzXN9pzPD7dDHVty6s
3.502005 AuthorizationResponse: {
  "code": "iKZC8qVLTsokqdz3OqiJfg",
  "id_token": {
    "claims": {
      "acr": "0",
      "at_hash": "rd81rV8Ia3Ci9RVDhTiQnw",
      "aud": [
        "swipe"
      ],
      "auth_time": 1496146364,
      "azp": "swipe",
      "c_hash": "aH7DXjvHJuquodwfLk9pmQ",
      "exp": 1496149964,
      "iat": 1496146364,
      "iss": "https://is.biocryptology.net/",
      "nonce": "HUQ0ADG46o90",
      "sub": "MQ"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "r61PR-erDJljxqEv01Sm0g"
    }
  },
  "state": "FUreCxat86frIYG3"
}
3.502535 ------------ AccessTokenRequest ------------
3.504590 --> URL: https://is.biocryptology.net/V1/token
3.504602 --> BODY: code=iKZC8qVLTsokqdz3OqiJfg&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&grant_type=authorization_code&state_hash=dAfvRn8s5-iAUDQ1DybU5p-2x3OXHEAy3LJSjuee17A%3D
3.504615 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
4.434023 <-- STATUS: 200
4.434155 <-- BODY: {"access_token":"oXbPBu1itVVZ6DnWVbvtwA","expires_in":3600,"refresh_token":"uzOZcCXtj-5IOM6IXSygwQ","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6InI2MVBSLWVyREpsanhxRXYwMVNtMGcifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDYzNjQsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6InJkODFyVjhJYTNDaTlSVkRoVGlRbnciLCJjX2hhc2giOiJhSDdEWGp2SEp1cXVvZHdmTGs5cG1RIiwiaWF0IjoxNDk2MTQ2MzY0LCJleHAiOjE0OTYxNDk5NjQsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJIVVEwQURHNDZvOTAiLCJzdWIiOiJNUSJ9.UkmEJu9nnjWc-gx3WEomZJA6TUJJwopSDStO-JnJpWVU1kr9RTkrOSheZF8o5mvDFxqnavloSaQcoLmGeH1SEDc1DbzfVBwmT_Ey5Be5FJ4XNxcTEBnrhDu0-bW3Woemt75NNmTv7TPcumdMdIKAhDPz8FzXN9pzPD7dDHVty6s"}
4.442560 AccessTokenResponse: {
  "access_token": "oXbPBu1itVVZ6DnWVbvtwA",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "acr": "0",
      "at_hash": "rd81rV8Ia3Ci9RVDhTiQnw",
      "aud": [
        "swipe"
      ],
      "auth_time": 1496146364,
      "azp": "swipe",
      "c_hash": "aH7DXjvHJuquodwfLk9pmQ",
      "exp": 1496149964,
      "iat": 1496146364,
      "iss": "https://is.biocryptology.net/",
      "nonce": "HUQ0ADG46o90",
      "sub": "MQ"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "r61PR-erDJljxqEv01Sm0g"
    }
  },
  "refresh_token": "uzOZcCXtj-5IOM6IXSygwQ",
  "scope": "openid",
  "token_type": "Bearer"
}
7.441841 ------------ AuthorizationRequest ------------
7.444395 --> URL: https://is.biocryptology.net/V1/auth?nonce=cLDhuKiGCBp4&prompt=login&state=bVyWxqHYzvTjjvqB&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&response_type=code+id_token&client_id=swipe&scope=openid
7.444404 --> BODY: None
34.112090 QUERY_STRING:
34.999122 <-- state=bVyWxqHYzvTjjvqB&code=bMEF2y4F0_QinvKVlrGXmQ&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6Ik1OVzNfdTIybkF0ZU1LMjBUWXMxQ3cifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDYzOTYsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6InVTdkZlNHRpTXhacTlSWnpCM093VEEiLCJjX2hhc2giOiJPcjZmS01NLU9NZndiaEUxNXFWYXNBIiwiaWF0IjoxNDk2MTQ2Mzk2LCJleHAiOjE0OTYxNDk5OTYsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJjTERodUtpR0NCcDQiLCJzdWIiOiJNUSJ9.Td6Q8ZUOsol8u7jGFX1HW8ile6Dj3Lf2Wp7Gshp8RiFqT4ULwCoKgCIWP3QcSRTREu2klAqp2rpUUgneemT4u0PbEskicIhM7yQr7dobamPu4YE3nKoa6e0EUau-te263Tfw3RtB6iK1G19ZPdCB0tnX-vmL6GRDS0S5_ok0gtI
35.007513 AuthorizationResponse: {
  "code": "bMEF2y4F0_QinvKVlrGXmQ",
  "id_token": {
    "claims": {
      "acr": "0",
      "at_hash": "uSvFe4tiMxZq9RZzB3OwTA",
      "aud": [
        "swipe"
      ],
      "auth_time": 1496146396,
      "azp": "swipe",
      "c_hash": "Or6fKMM-OMfwbhE15qVasA",
      "exp": 1496149996,
      "iat": 1496146396,
      "iss": "https://is.biocryptology.net/",
      "nonce": "cLDhuKiGCBp4",
      "sub": "MQ"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "MNW3_u22nAteMK20TYs1Cw"
    }
  },
  "state": "bVyWxqHYzvTjjvqB"
}
35.008035 ------------ AccessTokenRequest ------------
35.009846 --> URL: https://is.biocryptology.net/V1/token
35.009857 --> BODY: code=bMEF2y4F0_QinvKVlrGXmQ&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&grant_type=authorization_code&state_hash=tuXIFOAvZjZh2WcID_CLMdrKVL0aWOks6qgm3mY1U3c%3D
35.009869 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
35.660652 <-- STATUS: 200
35.660791 <-- BODY: {"access_token":"9cdcVD3iWO-BhkZ6CKqIhg","expires_in":3600,"refresh_token":"qJfvPE2LXXteYRPjZRkAIg","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6Ik1OVzNfdTIybkF0ZU1LMjBUWXMxQ3cifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDYzOTYsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6InVTdkZlNHRpTXhacTlSWnpCM093VEEiLCJjX2hhc2giOiJPcjZmS01NLU9NZndiaEUxNXFWYXNBIiwiaWF0IjoxNDk2MTQ2Mzk2LCJleHAiOjE0OTYxNDk5OTYsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJjTERodUtpR0NCcDQiLCJzdWIiOiJNUSJ9.Td6Q8ZUOsol8u7jGFX1HW8ile6Dj3Lf2Wp7Gshp8RiFqT4ULwCoKgCIWP3QcSRTREu2klAqp2rpUUgneemT4u0PbEskicIhM7yQr7dobamPu4YE3nKoa6e0EUau-te263Tfw3RtB6iK1G19ZPdCB0tnX-vmL6GRDS0S5_ok0gtI"}
35.669214 AccessTokenResponse: {
  "access_token": "9cdcVD3iWO-BhkZ6CKqIhg",
  "expires_in": 3600,
  "id_token": {
    "claims": {
      "acr": "0",
      "at_hash": "uSvFe4tiMxZq9RZzB3OwTA",
      "aud": [
        "swipe"
      ],
      "auth_time": 1496146396,
      "azp": "swipe",
      "c_hash": "Or6fKMM-OMfwbhE15qVasA",
      "exp": 1496149996,
      "iat": 1496146396,
      "iss": "https://is.biocryptology.net/",
      "nonce": "cLDhuKiGCBp4",
      "sub": "MQ"
    },
    "jws header parameters": {
      "alg": "RS256",
      "kid": "MNW3_u22nAteMK20TYs1Cw"
    }
  },
  "refresh_token": "qJfvPE2LXXteYRPjZRkAIg",
  "scope": "openid",
  "token_type": "Bearer"
}
35.676144 ==== END ====

Result

PASSED