Test Info

Issuerhttps://testop.funet.fi
Profile[]
Test IDOP-Req-max_age=10000
Test descriptionRequesting ID Token with max_age=10000 seconds restriction
Timestamp2019-04-29T13:03:51Z

Conditions


claims-check: status=OK [Checks if specific claims is present or not]
same-authn: status=OK [Verifies that the same authentication was used twice in the flow.]
auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
Done: status=OK

Trace Output

0phase<--<-- 0 --- Webfinger -->-->
0not expected to doWebFinger
0phase<--<-- 1 --- Discovery -->-->
0provider_config
kwargs:{'issuer': 'https://testop.funet.fi'}
1http response
url:https://testop.funet.fi/.well-known/openid-configuration status_code:200
1ProviderConfigurationResponse
{
    "authorization_endpoint": "https://testop.funet.fi/idp/profile/oidc/authorize",
    "claims_parameter_supported": true,
    "claims_supported": [
        "aud",
        "iss",
        "sub",
        "iat",
        "exp",
        "acr",
        "auth_time",
        "email",
        "email_verified",
        "address",
        "phone",
        "phone_number_verified",
        "name",
        "family_name",
        "given_name",
        "middle_name",
        "nickname",
        "preferred_username",
        "profile",
        "picture",
        "website",
        "gender",
        "birthdate",
        "zoneinfo",
        "locale",
        "updated_at"
    ],
    "display_values_supported": [
        "page"
    ],
    "grant_types_supported": [
        "authorization_code",
        "implicit",
        "refresh_token"
    ],
    "id_token_encryption_alg_values_supported": [
        "RSA1_5",
        "RSA-OAEP",
        "RSA-OAEP-256",
        "A128KW",
        "A192KW",
        "A256KW"
    ],
    "id_token_encryption_enc_values_supported": [
        "A128CBC-HS256",
        "A192CBC-HS384",
        "A256CBC-HS512",
        "A128GCM",
        "A192GCM",
        "A256GCM"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256",
        "RS384",
        "RS512",
        "HS256",
        "HS384",
        "HS512",
        "ES256"
    ],
    "issuer": "https://testop.funet.fi",
    "jwks_uri": "https://testop.funet.fi/idp/profile/oidc/keyset",
    "registration_endpoint": "https://testop.funet.fi/idp/profile/oidc/register",
    "request_object_encryption_alg_values_supported": [
        "RSA1_5",
        "RSA-OAEP",
        "RSA-OAEP-256",
        "A128KW",
        "A192KW",
        "A256KW"
    ],
    "request_object_encryption_enc_values_supported": [
        "A128CBC-HS256",
        "A192CBC-HS384",
        "A256CBC-HS512",
        "A128GCM",
        "A192GCM",
        "A256GCM"
    ],
    "request_object_signing_alg_values_supported": [
        "none",
        "RS256",
        "RS384",
        "RS512",
        "HS256",
        "HS384",
        "HS512",
        "ES256",
        "ES384",
        "ES512"
    ],
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "query",
        "fragment",
        "form_post"
    ],
    "response_types_supported": [
        "code",
        "id_token",
        "token id_token",
        "code id_token",
        "code token",
        "code token id_token"
    ],
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "address",
        "phone",
        "offline_access"
    ],
    "subject_types_supported": [
        "public",
        "pairwise"
    ],
    "token_endpoint": "https://testop.funet.fi/idp/profile/oidc/token",
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post",
        "client_secret_jwt",
        "private_key_jwt"
    ],
    "userinfo_encryption_alg_values_supported": [
        "RSA1_5",
        "RSA-OAEP",
        "RSA-OAEP-256",
        "A128KW",
        "A192KW",
        "A256KW"
    ],
    "userinfo_encryption_enc_values_supported": [
        "A128CBC-HS256",
        "A192CBC-HS384",
        "A256CBC-HS512",
        "A128GCM",
        "A192GCM",
        "A256GCM"
    ],
    "userinfo_endpoint": "https://testop.funet.fi/idp/profile/oidc/userinfo",
    "userinfo_signing_alg_values_supported": [
        "RS256",
        "RS384",
        "RS512",
        "HS256",
        "HS384",
        "HS512",
        "ES256"
    ],
    "version": "3.0"
}
1phase<--<-- 2 --- Registration -->-->
1register
kwargs:{'response_types': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:60028/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:60028/logout'], 'url': 'https://testop.funet.fi/idp/profile/oidc/register', 'jwks_uri': 'https://op.certification.openid.net:60028/static/jwks_60028.json', 'token_endpoint_auth_method': 'client_secret_basic'}
1RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:60028/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:60028/authz_cb"
    ],
    "response_types": [
        "id_token"
    ],
    "token_endpoint_auth_method": "client_secret_basic"
}
2http response
url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
2RegistrationResponse
{
    "application_type": "web",
    "client_id": "_cb0fbc978dba9776ecfa0a86d79b704c",
    "client_id_issued_at": 1556543027,
    "client_secret": "_c8e161e2f5d5ea53c8dc5bcb964109ae",
    "client_secret_expires_at": 1588079027,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "id_token_signed_response_alg": "RS256",
    "jwks_uri": "https://op.certification.openid.net:60028/static/jwks_60028.json",
    "redirect_uris": [
        "https://op.certification.openid.net:60028/authz_cb"
    ],
    "response_types": [
        "id_token"
    ],
    "scope": "openid profile email address phone offline_access",
    "subject_type": "public",
    "tls_client_certificate_bound_access_tokens": false,
    "token_endpoint_auth_method": "client_secret_basic"
}
2phase<--<-- 3 --- AsyncAuthn -->-->
2AuthorizationRequest
{
    "client_id": "_cb0fbc978dba9776ecfa0a86d79b704c",
    "nonce": "uhKEuXGk0Eac4fpf",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "iGiskaNYYWzq2fLv"
}
2redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=iGiskaNYYWzq2fLv&nonce=uhKEuXGk0Eac4fpf&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_cb0fbc978dba9776ecfa0a86d79b704c
2redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=iGiskaNYYWzq2fLv&nonce=uhKEuXGk0Eac4fpf&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_cb0fbc978dba9776ecfa0a86d79b704c
4http args{}
5responseURL with fragment
5responseid_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9jYjBmYmM5NzhkYmE5Nzc2ZWNmYTBhODZkNzliNzA0YyIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDExLCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjI5LCJpYXQiOjE1NTY1NDMwMjksIm5vbmNlIjoidWhLRXVYR2swRWFjNGZwZiJ9.Lk5N2Y5WPBbbAsbsaUQGxE0UWpwzBBLP3IMBtli7YP4td-fuC3w7snu__1OQJxN5rLuGO_-V6VtM0jkbWgbZ0HFGcNEi3jxMjSAE5Lu1Cb0TtHkrm4c51DSoLgaPwhuhXc6pEekIxKRE3gPedxOKIzkf8jBUQQqlnx6luLI1kmCl8toyBipY4xzReR82F13imsZsabSiDZS0zraM4pzYjkOTaoiV4Kkd2h582jVgfHI__lo88offikmw-uq5FmEtuxR11YmsoRAkZxZKd1cJFWUXjoLcu5DZSm52nZvCpyMiA6U5wYQBPM0xO55Zi0JURZ-hk6DLCPgHDi9m66dMTw&state=iGiskaNYYWzq2fLv
5response{'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9jYjBmYmM5NzhkYmE5Nzc2ZWNmYTBhODZkNzliNzA0YyIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDExLCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjI5LCJpYXQiOjE1NTY1NDMwMjksIm5vbmNlIjoidWhLRXVYR2swRWFjNGZwZiJ9.Lk5N2Y5WPBbbAsbsaUQGxE0UWpwzBBLP3IMBtli7YP4td-fuC3w7snu__1OQJxN5rLuGO_-V6VtM0jkbWgbZ0HFGcNEi3jxMjSAE5Lu1Cb0TtHkrm4c51DSoLgaPwhuhXc6pEekIxKRE3gPedxOKIzkf8jBUQQqlnx6luLI1kmCl8toyBipY4xzReR82F13imsZsabSiDZS0zraM4pzYjkOTaoiV4Kkd2h582jVgfHI__lo88offikmw-uq5FmEtuxR11YmsoRAkZxZKd1cJFWUXjoLcu5DZSm52nZvCpyMiA6U5wYQBPM0xO55Zi0JURZ-hk6DLCPgHDi9m66dMTw', 'state': 'iGiskaNYYWzq2fLv'}
5AuthorizationResponse
{
    "id_token": {
        "acr": "password",
        "aud": [
            "_cb0fbc978dba9776ecfa0a86d79b704c"
        ],
        "auth_time": 1556543011,
        "exp": 1556546629,
        "iat": 1556543029,
        "iss": "https://testop.funet.fi",
        "nonce": "uhKEuXGk0Eac4fpf",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "iGiskaNYYWzq2fLv"
}
5phase<--<-- 4 --- AccessToken -->-->
5phase<--<-- 5 --- AsyncAuthn -->-->
5AuthorizationRequest
{
    "client_id": "_cb0fbc978dba9776ecfa0a86d79b704c",
    "max_age": 10000,
    "nonce": "5HxQpgbxND5C1LSF",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "Fz1Tb44UVRseIlEQ"
}
5redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=Fz1Tb44UVRseIlEQ&nonce=5HxQpgbxND5C1LSF&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&max_age=10000&client_id=_cb0fbc978dba9776ecfa0a86d79b704c
5redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=Fz1Tb44UVRseIlEQ&nonce=5HxQpgbxND5C1LSF&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&max_age=10000&client_id=_cb0fbc978dba9776ecfa0a86d79b704c
6http args{}
6responseURL with fragment
6responseid_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9jYjBmYmM5NzhkYmE5Nzc2ZWNmYTBhODZkNzliNzA0YyIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDExLCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjMxLCJpYXQiOjE1NTY1NDMwMzEsIm5vbmNlIjoiNUh4UXBnYnhORDVDMUxTRiJ9.SZxHU8VL3bA1scCCt_iokiEGkLRTuVQMskZoMz1n7n_qO3sa4Jn7QhblAT07rMDhwY2qAIBTkdEfiAbTaRUMDa03FwhOruveoHVdhldkXwlcW95OY90OXz_CN9TlTou04_UNSYSCW1dNiPtsuQc2BtM-HrqHpw5bYPd5gHW7Dxr6vdWfZqFzSlP87RS2jzwfhADqnvvtoi4-ZlpgbJ0ch1fO454MSmkdxgFODpbgE88bN-HhmmOulMkGWCKdc3YfUcPI4TlXN_JXbz6pEC9B1l1ihBUDmO9E9X5NUBS6fa4J1SCL-c19eqj7-z3OWxkDS5-VR1wIvb9TzMv8JvtrNw&state=Fz1Tb44UVRseIlEQ
6response{'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJWVUc0Nzc3WVAzTk1VNUtSRkVTWDZTS1JBUFhMRTRNSSIsImF1ZCI6Il9jYjBmYmM5NzhkYmE5Nzc2ZWNmYTBhODZkNzliNzA0YyIsImFjciI6InBhc3N3b3JkIiwiYXV0aF90aW1lIjoxNTU2NTQzMDExLCJpc3MiOiJodHRwczpcL1wvdGVzdG9wLmZ1bmV0LmZpIiwiZXhwIjoxNTU2NTQ2NjMxLCJpYXQiOjE1NTY1NDMwMzEsIm5vbmNlIjoiNUh4UXBnYnhORDVDMUxTRiJ9.SZxHU8VL3bA1scCCt_iokiEGkLRTuVQMskZoMz1n7n_qO3sa4Jn7QhblAT07rMDhwY2qAIBTkdEfiAbTaRUMDa03FwhOruveoHVdhldkXwlcW95OY90OXz_CN9TlTou04_UNSYSCW1dNiPtsuQc2BtM-HrqHpw5bYPd5gHW7Dxr6vdWfZqFzSlP87RS2jzwfhADqnvvtoi4-ZlpgbJ0ch1fO454MSmkdxgFODpbgE88bN-HhmmOulMkGWCKdc3YfUcPI4TlXN_JXbz6pEC9B1l1ihBUDmO9E9X5NUBS6fa4J1SCL-c19eqj7-z3OWxkDS5-VR1wIvb9TzMv8JvtrNw', 'state': 'Fz1Tb44UVRseIlEQ'}
6AuthorizationResponse
{
    "id_token": {
        "acr": "password",
        "aud": [
            "_cb0fbc978dba9776ecfa0a86d79b704c"
        ],
        "auth_time": 1556543011,
        "exp": 1556546631,
        "iat": 1556543031,
        "iss": "https://testop.funet.fi",
        "nonce": "5HxQpgbxND5C1LSF",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "Fz1Tb44UVRseIlEQ"
}
6phase<--<-- 6 --- AccessToken -->-->
6phase<--<-- 7 --- Done -->-->
6end
6assertionClaimsCheck
6conditionclaims-check: status=OK [Checks if specific claims is present or not]
6assertionSameAuthn
6conditionsame-authn: status=OK [Verifies that the same authentication was used twice in the flow.]
6assertionAuthTimeCheck
6conditionauth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
6assertionVerifyResponse
6conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
6conditionDone: status=OK

Result

PASSED