Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code+id_token', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2017-05-30T12:16:52Z
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.000310 ------------ DiscoveryRequest ------------
0.000323 Provider info discover from 'https://is.biocryptology.net'
0.000329 --> URL: https://is.biocryptology.net/.well-known/openid-configuration
0.564855 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.147135 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.156136 ------------ AuthorizationRequest ------------
1.158455 --> URL: https://is.biocryptology.net/V1/auth?nonce=rziNuLKzy3lt&state=EBCtsvtM9gBBMyLU&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&response_type=code+id_token&client_id=swipe&scope=openid
1.158470 --> BODY: None
1.580313 QUERY_STRING:
2.176442 <-- state=EBCtsvtM9gBBMyLU&code=v06s_GbnrbPhiSG2JqSCaw&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6InI2MVBSLWVyREpsanhxRXYwMVNtMGcifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDY1NjIsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IktnYWZUblVuX1VBbVdWOF9mMVFZTFEiLCJjX2hhc2giOiJzV1N6XzJXVnBJOXN5UkJvaUg1REJBIiwiaWF0IjoxNDk2MTQ2NTYyLCJleHAiOjE0OTYxNTAxNjIsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJyemlOdUxLenkzbHQiLCJzdWIiOiJNUSJ9.EHnrzGYU4V-gheV1e07gyuMkrJef_2MGF26WQbdzdb_-spjVvD5IQhXtfhfbjOK5b1qxYgJPbKHNTsTTLKQDGQHHlhro-HGVXt3AkA_tYFQO9-9JAonzChe-cRkyDQ1vV9Mhrwu-uTHNNsj-IyMSFM3NQJ6-52lD-iK5NAVeGt0
2.764871 AuthorizationResponse: {
"code": "v06s_GbnrbPhiSG2JqSCaw",
"id_token": {
"claims": {
"acr": "0",
"at_hash": "KgafTnUn_UAmWV8_f1QYLQ",
"aud": [
"swipe"
],
"auth_time": 1496146562,
"azp": "swipe",
"c_hash": "sWSz_2WVpI9syRBoiH5DBA",
"exp": 1496150162,
"iat": 1496146562,
"iss": "https://is.biocryptology.net/",
"nonce": "rziNuLKzy3lt",
"sub": "MQ"
},
"jws header parameters": {
"alg": "RS256",
"kid": "r61PR-erDJljxqEv01Sm0g"
}
},
"state": "EBCtsvtM9gBBMyLU"
}
2.765429 ------------ AccessTokenRequest ------------
2.767326 --> URL: https://is.biocryptology.net/V1/token
2.767340 --> BODY: code=v06s_GbnrbPhiSG2JqSCaw&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&grant_type=authorization_code&state_hash=Bz60_lpm5b6WgeBNg-UWk6X74bhMaJwwOyCU6cb6ndg%3D
2.767355 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
3.388399 <-- STATUS: 200
3.388536 <-- BODY: {"access_token":"DPomCDJBzxMEn9X_WlgTmA","expires_in":3600,"refresh_token":"B4qtDs4zvqyXDrX8Ufv01Q","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6InI2MVBSLWVyREpsanhxRXYwMVNtMGcifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDY1NjIsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IktnYWZUblVuX1VBbVdWOF9mMVFZTFEiLCJjX2hhc2giOiJzV1N6XzJXVnBJOXN5UkJvaUg1REJBIiwiaWF0IjoxNDk2MTQ2NTYyLCJleHAiOjE0OTYxNTAxNjIsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJyemlOdUxLenkzbHQiLCJzdWIiOiJNUSJ9.EHnrzGYU4V-gheV1e07gyuMkrJef_2MGF26WQbdzdb_-spjVvD5IQhXtfhfbjOK5b1qxYgJPbKHNTsTTLKQDGQHHlhro-HGVXt3AkA_tYFQO9-9JAonzChe-cRkyDQ1vV9Mhrwu-uTHNNsj-IyMSFM3NQJ6-52lD-iK5NAVeGt0"}
3.396059 AccessTokenResponse: {
"access_token": "DPomCDJBzxMEn9X_WlgTmA",
"expires_in": 3600,
"id_token": {
"claims": {
"acr": "0",
"at_hash": "KgafTnUn_UAmWV8_f1QYLQ",
"aud": [
"swipe"
],
"auth_time": 1496146562,
"azp": "swipe",
"c_hash": "sWSz_2WVpI9syRBoiH5DBA",
"exp": 1496150162,
"iat": 1496146562,
"iss": "https://is.biocryptology.net/",
"nonce": "rziNuLKzy3lt",
"sub": "MQ"
},
"jws header parameters": {
"alg": "RS256",
"kid": "r61PR-erDJljxqEv01Sm0g"
}
},
"refresh_token": "B4qtDs4zvqyXDrX8Ufv01Q",
"scope": "openid",
"token_type": "Bearer"
}
7.277923 ------------ DiscoveryRequest ------------
7.277940 Provider info discover from 'https://is.biocryptology.net'
7.277946 --> URL: https://is.biocryptology.net/.well-known/openid-configuration
7.963298 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"
}
8.508907 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"
}
]
}
9.102129 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"
}
]
}
9.110701 ------------ AuthorizationRequest ------------
9.113430 --> URL: https://is.biocryptology.net/V1/auth?nonce=gW8sQ0GZgnFc&max_age=1&state=RXdRZCBa8CvhcOYC&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&response_type=code+id_token&client_id=swipe&scope=openid
9.113440 --> BODY: None
57.571061 QUERY_STRING:
58.468515 <-- state=RXdRZCBa8CvhcOYC&code=oi80H56Z9NONlF-jiCPjPw&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6Ik1OVzNfdTIybkF0ZU1LMjBUWXMxQ3cifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDY2MTcsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IkpCQXIzSlh0djVvYUVVNFdQaUVfbHciLCJjX2hhc2giOiJpLTN0VmZtTm1ETXVlb1NuQUQyT2xBIiwiaWF0IjoxNDk2MTQ2NjE3LCJleHAiOjE0OTYxNTAyMTcsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJnVzhzUTBHWmduRmMiLCJzdWIiOiJNUSJ9.GL3SJH9Zsx4UhJCoiQ84L3apb5lPxqB1YtA6-2pgdDakibGwSYulinadlLZywJbWybhVUpNHoL9Go1iqyjx7n1UcsvordxgCcGjxOyUIRH_JHoutf3TcMBDGrFzvf4nxmDuurv4_FuumjH0PBPR8I1uZb4XEEBt_l2c7w3gioo4
59.020522 AuthorizationResponse: {
"code": "oi80H56Z9NONlF-jiCPjPw",
"id_token": {
"claims": {
"acr": "0",
"at_hash": "JBAr3JXtv5oaEU4WPiE_lw",
"aud": [
"swipe"
],
"auth_time": 1496146617,
"azp": "swipe",
"c_hash": "i-3tVfmNmDMueoSnAD2OlA",
"exp": 1496150217,
"iat": 1496146617,
"iss": "https://is.biocryptology.net/",
"nonce": "gW8sQ0GZgnFc",
"sub": "MQ"
},
"jws header parameters": {
"alg": "RS256",
"kid": "MNW3_u22nAteMK20TYs1Cw"
}
},
"state": "RXdRZCBa8CvhcOYC"
}
59.021183 ------------ AccessTokenRequest ------------
59.023154 --> URL: https://is.biocryptology.net/V1/token
59.023166 --> BODY: code=oi80H56Z9NONlF-jiCPjPw&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61021%2Fauthz_cb&grant_type=authorization_code&state_hash=xXdtdmYWUE9Mr4QeKaig88mekzIRtrLBo3bL3yP2Hec%3D
59.023177 --> HEADERS: {'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Basic c3dpcGU6c3dpcGU='}
59.773450 <-- STATUS: 200
59.773604 <-- BODY: {"access_token":"ewrNqXli-9i9nT3J3C8LKw","expires_in":3600,"refresh_token":"huqiU63r-fBhJd0j22pwng","scope":"openid","token_type":"Bearer","id_token":"eyJhbGciOiJSUzI1NiIsImtpZCI6Ik1OVzNfdTIybkF0ZU1LMjBUWXMxQ3cifQ.eyJhY3IiOiIwIiwiYXVkIjoic3dpcGUiLCJhdXRoX3RpbWUiOjE0OTYxNDY2MTcsImF6cCI6InN3aXBlIiwiYXRfaGFzaCI6IkpCQXIzSlh0djVvYUVVNFdQaUVfbHciLCJjX2hhc2giOiJpLTN0VmZtTm1ETXVlb1NuQUQyT2xBIiwiaWF0IjoxNDk2MTQ2NjE3LCJleHAiOjE0OTYxNTAyMTcsImlzcyI6Imh0dHBzOi8vaXMuYmlvY3J5cHRvbG9neS5uZXQvIiwibm9uY2UiOiJnVzhzUTBHWmduRmMiLCJzdWIiOiJNUSJ9.GL3SJH9Zsx4UhJCoiQ84L3apb5lPxqB1YtA6-2pgdDakibGwSYulinadlLZywJbWybhVUpNHoL9Go1iqyjx7n1UcsvordxgCcGjxOyUIRH_JHoutf3TcMBDGrFzvf4nxmDuurv4_FuumjH0PBPR8I1uZb4XEEBt_l2c7w3gioo4"}
59.783754 AccessTokenResponse: {
"access_token": "ewrNqXli-9i9nT3J3C8LKw",
"expires_in": 3600,
"id_token": {
"claims": {
"acr": "0",
"at_hash": "JBAr3JXtv5oaEU4WPiE_lw",
"aud": [
"swipe"
],
"auth_time": 1496146617,
"azp": "swipe",
"c_hash": "i-3tVfmNmDMueoSnAD2OlA",
"exp": 1496150217,
"iat": 1496146617,
"iss": "https://is.biocryptology.net/",
"nonce": "gW8sQ0GZgnFc",
"sub": "MQ"
},
"jws header parameters": {
"alg": "RS256",
"kid": "MNW3_u22nAteMK20TYs1Cw"
}
},
"refresh_token": "huqiU63r-fBhJd0j22pwng",
"scope": "openid",
"token_type": "Bearer"
}
59.793750 ==== END ====
Result
PASSED