Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code+token', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2017-05-30T12:35:15Z
Test description: Requesting ID Token with max_age=1 seconds restriction [Basic, Implicit, Hybrid]
Test ID: OP-Req-max_age=1
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:__
[claims-check]
status: OK
description: Checks if specific claims is present or not
[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
[auth_time-check]
status: OK
description: Check that the auth_time returned in the ID Token is in the expected range.
__X:==== END ====__
Trace output
0.000367 ------------ DiscoveryRequest ------------
0.000381 Provider info discover from 'https://is.biocryptology.net'
0.000387 --> URL: https://is.biocryptology.net/.well-known/openid-configuration
0.543815 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.077235 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.085769 ------------ AuthorizationRequest ------------
1.087847 --> URL: https://is.biocryptology.net/V1/auth?nonce=RbM1wjnjRJ1x&state=faLE2W8NElXKfmLa&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61022%2Fauthz_cb&response_type=code+token&client_id=swipe&scope=openid
1.087858 --> BODY: None
1.376476 QUERY_STRING:
1.981972 <-- state=faLE2W8NElXKfmLa&access_token=hCEl0vycWJhZ_qNiIKEqyg&token_type=Bearer&expires_in=3600&code=2rZEodOqbTYC3s0IQ8otgA
1.982610 AuthorizationResponse: {
"access_token": "hCEl0vycWJhZ_qNiIKEqyg",
"code": "2rZEodOqbTYC3s0IQ8otgA",
"expires_in": 3600,
"state": "faLE2W8NElXKfmLa",
"token_type": "Bearer"
}
1.983019 ------------ AccessTokenRequest ------------
1.985239 --> URL: https://is.biocryptology.net/V1/token
1.985250 --> BODY: code=2rZEodOqbTYC3s0IQ8otgA&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61022%2Fauthz_cb&grant_type=authorization_code&state_hash=g2TEH7pRo64iE8nr2xGEknXyAgYcg_VQuz-0F8maASU%3D
1.985268 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
2.569960 <-- STATUS: 200
2.570116 <-- BODY: {"access_token":"hCEl0vycWJhZ_qNiIKEqyg","expires_in":3600,"refresh_token":"LrvHqx049II2CeN8e8ZEZw","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6InI2MVBSLWVyREpsanhxRXYwMVNtMGcifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDc2NzIsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IjBxTnhiYU1oY3Y2Q3VOMHVCYTVrUVEiLCJjX2hhc2giOiJSYTI4YXBXOWdoQmIwa0o2amlkeWVBIiwiaWF0IjoxNDk2MTQ3NjcyLCJleHAiOjE0OTYxNTEyNzIsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJSYk0xd2pualJKMXgiLCJzdWIiOiJNUSJ9.Fo9tL6P3K1WXEIXf-isVxQarAUy2J5m28qmr6MHxmQx8OM9y7bNOAewKRbcCMXt2VYDsGtwKBimAdgye2SyDy5YGIyGsD2ucIXPq37NQPwvQiRxalEU_03yq9mQBJDY5fpUon0844a6zN59legttxOxk1BtJ5NB2qqWkDr9zAq4"}
3.116255 AccessTokenResponse: {
"access_token": "hCEl0vycWJhZ_qNiIKEqyg",
"expires_in": 3600,
"id_token": {
"claims": {
"acr": "0",
"at_hash": "0qNxbaMhcv6CuN0uBa5kQQ",
"aud": [
"swipe"
],
"auth_time": 1496147672,
"azp": "swipe",
"c_hash": "Ra28apW9ghBb0kJ6jidyeA",
"exp": 1496151272,
"iat": 1496147672,
"iss": "https://is.biocryptology.net/",
"nonce": "RbM1wjnjRJ1x",
"sub": "MQ"
},
"jws header parameters": {
"alg": "RS256",
"kid": "r61PR-erDJljxqEv01Sm0g"
}
},
"refresh_token": "LrvHqx049II2CeN8e8ZEZw",
"scope": "openid",
"token_type": "Bearer"
}
11.021392 ------------ DiscoveryRequest ------------
11.021411 Provider info discover from 'https://is.biocryptology.net'
11.021419 --> URL: https://is.biocryptology.net/.well-known/openid-configuration
11.565279 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"
}
12.135185 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"
}
]
}
12.685609 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"
}
]
}
12.693919 ------------ AuthorizationRequest ------------
12.696155 --> URL: https://is.biocryptology.net/V1/auth?nonce=hu9ECHkGLEUz&max_age=1&state=B6Ese8TfRVZMiM0f&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61022%2Fauthz_cb&response_type=code+token&client_id=swipe&scope=openid
12.696166 --> BODY: None
50.799247 QUERY_STRING:
51.699390 <-- state=B6Ese8TfRVZMiM0f&access_token=LIGS8UDTMmQ4OZrsEQqvMw&token_type=Bearer&expires_in=3600&code=ghhOfP_fTrC3wDA_7VLkww
51.700034 AuthorizationResponse: {
"access_token": "LIGS8UDTMmQ4OZrsEQqvMw",
"code": "ghhOfP_fTrC3wDA_7VLkww",
"expires_in": 3600,
"state": "B6Ese8TfRVZMiM0f",
"token_type": "Bearer"
}
51.700422 ------------ AccessTokenRequest ------------
51.702284 --> URL: https://is.biocryptology.net/V1/token
51.702295 --> BODY: code=ghhOfP_fTrC3wDA_7VLkww&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61022%2Fauthz_cb&grant_type=authorization_code&state_hash=MBnByDFE5VP3h8FmCe_GvkyeWrbkxdFtrO64HcqjNTE%3D
51.702307 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
52.345343 <-- STATUS: 200
52.345480 <-- BODY: {"access_token":"LIGS8UDTMmQ4OZrsEQqvMw","expires_in":3600,"refresh_token":"i5tPk2oV1WrnjJgaQO4NKg","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6ImF1RzhhUzRva0pxRFJJWTJlTEQ5ZkEifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDc3MjEsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6Imw5MGJRc0Vxc0tUaGVBaXN1OEpKT2ciLCJjX2hhc2giOiJuUExDa3BDOWlPM3pnbWxmaEJJQTZ3IiwiaWF0IjoxNDk2MTQ3NzIxLCJleHAiOjE0OTYxNTEzMjEsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJodTlFQ0hrR0xFVXoiLCJzdWIiOiJNUSJ9.WImPp0STgBiLIDIbDBeU24I1a9cJ7RyDdczFHyWf7c9QgNr6kotQTamIaQQ0xRjLbk7sS9qAjRslZZANS0VUKqwtAAwP952Dqa68ttMDHggiFRLs6Snkj7meHCKTpZ4Iup-PX1fH3b7rH_f5F8aNcNem9GM4UaAnb9xFuRrG7Xs"}
52.900450 AccessTokenResponse: {
"access_token": "LIGS8UDTMmQ4OZrsEQqvMw",
"expires_in": 3600,
"id_token": {
"claims": {
"acr": "0",
"at_hash": "l90bQsEqsKTheAisu8JJOg",
"aud": [
"swipe"
],
"auth_time": 1496147721,
"azp": "swipe",
"c_hash": "nPLCkpC9iO3zgmlfhBIA6w",
"exp": 1496151321,
"iat": 1496147721,
"iss": "https://is.biocryptology.net/",
"nonce": "hu9ECHkGLEUz",
"sub": "MQ"
},
"jws header parameters": {
"alg": "RS256",
"kid": "auG8aS4okJqDRIY2eLD9fA"
}
},
"refresh_token": "i5tPk2oV1WrnjJgaQO4NKg",
"scope": "openid",
"token_type": "Bearer"
}
52.909634 ==== END ====
Result
PASSED