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:39:03Z

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'}
0http response
url:https://testop.funet.fi/.well-known/openid-configuration status_code:200
0ProviderConfigurationResponse
{
    "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"
}
0phase<--<-- 2 --- Registration -->-->
0register
kwargs:{'response_types': ['id_token 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'}
0RegistrationRequest
{
    "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"
    ],
    "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": "_994e4145ee9f96d4518624b8882e5eb2",
    "client_id_issued_at": 1556545139,
    "client_secret": "_5df38409a3c0759cbe2423dd2909bbde",
    "client_secret_expires_at": 1588081139,
    "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 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": "_994e4145ee9f96d4518624b8882e5eb2",
    "nonce": "2ZFUmZT4upbH5heN",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "y2UYNkvKSC0N2YoK"
}
2redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=y2UYNkvKSC0N2YoK&nonce=2ZFUmZT4upbH5heN&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_994e4145ee9f96d4518624b8882e5eb2
2redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=y2UYNkvKSC0N2YoK&nonce=2ZFUmZT4upbH5heN&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_994e4145ee9f96d4518624b8882e5eb2
4http args{}
4responseURL with fragment
4responseaccess_token=AAdzZWNyZXQxtuSpDgHkVZpU9vsyNC96ZSNzzuPijPpcPH4vOD0MBsg_p1eRp0_x30tkYh-_h0xwpjEeQx4GleXkVGnsu0qCPtaLOwaQr9_xidZfLh78i8CG0gTdLN5H1ySaXrKax1fxS2p1YpKZ4i-_6xQT0uyplRwKlEkgSvIIWp6mhyxLMeHyDZP6LKfH7G6DwBQjuTdbim_tea4ejWtofTSRCmC0BvOSKD761qV9Qfv6ZuVyk8pcy3EeJM_h1KPuH8p5Oas76CKTLp0_WPjaSVPlSZ6ZL5-sqPykx4D2C1RPeZ1TB2iSmtsE0gw0OH7xU1Y6evjVv9uPPJL8b-yYIFKAuiRDe3VmLidi1wTfYzMj_lxkoG8hmunINnw_HGInZSa4HaX7W5INI_8UZPLgmC9WzAmcmxmRCyRnsVpUUFzLE5LQx0YYnsZFNlKqfaMlUfTBAtyF5lI3-1DcTXL3OIFrJZ6oaSabY8yfmbdux74SO4bVeF0&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiMW10T0FZV3FQdFlWRjZob0ViblF2USIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiXzk5NGU0MTQ1ZWU5Zjk2ZDQ1MTg2MjRiODg4MmU1ZWIyIiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDUxMjEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDg3NDIsImlhdCI6MTU1NjU0NTE0Miwibm9uY2UiOiIyWkZVbVpUNHVwYkg1aGVOIn0.fgCpaZ_sSsiVZ3vbKWFyCA01qaIiwXRnNpBVUAbOG_GV9-t0R13xZwMtd8St0ghYOLmnzncyohAKJ_6XdhVCIX1Ih1Cj6wPUaMD_1MhRgUkKzuaUV778SX_Q5qTj1kRmud7J_zgjplKGgSweEn-OWgUqc2m1_L8ABOdCHaV_yIDIrl0lvaVsc_irllYUmzirvYQBG04w_-Xl-OI8bjdysoVujnbkG7tQXxOreav5J22nWEDuO4zPmu_eBdfq4YwkYntpuq5P1qXrKX7iGq0rZ9DG05Lt2KhwRyqjCX5OFPRWF-kg4VAGbrS0kLEckqKNYWvq2uwBcj3RbCO6Y7jmXA&state=y2UYNkvKSC0N2YoK&token_type=Bearer&expires_in=600
4response{'access_token': 'AAdzZWNyZXQxtuSpDgHkVZpU9vsyNC96ZSNzzuPijPpcPH4vOD0MBsg_p1eRp0_x30tkYh-_h0xwpjEeQx4GleXkVGnsu0qCPtaLOwaQr9_xidZfLh78i8CG0gTdLN5H1ySaXrKax1fxS2p1YpKZ4i-_6xQT0uyplRwKlEkgSvIIWp6mhyxLMeHyDZP6LKfH7G6DwBQjuTdbim_tea4ejWtofTSRCmC0BvOSKD761qV9Qfv6ZuVyk8pcy3EeJM_h1KPuH8p5Oas76CKTLp0_WPjaSVPlSZ6ZL5-sqPykx4D2C1RPeZ1TB2iSmtsE0gw0OH7xU1Y6evjVv9uPPJL8b-yYIFKAuiRDe3VmLidi1wTfYzMj_lxkoG8hmunINnw_HGInZSa4HaX7W5INI_8UZPLgmC9WzAmcmxmRCyRnsVpUUFzLE5LQx0YYnsZFNlKqfaMlUfTBAtyF5lI3-1DcTXL3OIFrJZ6oaSabY8yfmbdux74SO4bVeF0', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiMW10T0FZV3FQdFlWRjZob0ViblF2USIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiXzk5NGU0MTQ1ZWU5Zjk2ZDQ1MTg2MjRiODg4MmU1ZWIyIiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDUxMjEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDg3NDIsImlhdCI6MTU1NjU0NTE0Miwibm9uY2UiOiIyWkZVbVpUNHVwYkg1aGVOIn0.fgCpaZ_sSsiVZ3vbKWFyCA01qaIiwXRnNpBVUAbOG_GV9-t0R13xZwMtd8St0ghYOLmnzncyohAKJ_6XdhVCIX1Ih1Cj6wPUaMD_1MhRgUkKzuaUV778SX_Q5qTj1kRmud7J_zgjplKGgSweEn-OWgUqc2m1_L8ABOdCHaV_yIDIrl0lvaVsc_irllYUmzirvYQBG04w_-Xl-OI8bjdysoVujnbkG7tQXxOreav5J22nWEDuO4zPmu_eBdfq4YwkYntpuq5P1qXrKX7iGq0rZ9DG05Lt2KhwRyqjCX5OFPRWF-kg4VAGbrS0kLEckqKNYWvq2uwBcj3RbCO6Y7jmXA', 'state': 'y2UYNkvKSC0N2YoK', 'token_type': 'Bearer', 'expires_in': 600}
4AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQxtuSpDgHkVZpU9vsyNC96ZSNzzuPijPpcPH4vOD0MBsg_p1eRp0_x30tkYh-_h0xwpjEeQx4GleXkVGnsu0qCPtaLOwaQr9_xidZfLh78i8CG0gTdLN5H1ySaXrKax1fxS2p1YpKZ4i-_6xQT0uyplRwKlEkgSvIIWp6mhyxLMeHyDZP6LKfH7G6DwBQjuTdbim_tea4ejWtofTSRCmC0BvOSKD761qV9Qfv6ZuVyk8pcy3EeJM_h1KPuH8p5Oas76CKTLp0_WPjaSVPlSZ6ZL5-sqPykx4D2C1RPeZ1TB2iSmtsE0gw0OH7xU1Y6evjVv9uPPJL8b-yYIFKAuiRDe3VmLidi1wTfYzMj_lxkoG8hmunINnw_HGInZSa4HaX7W5INI_8UZPLgmC9WzAmcmxmRCyRnsVpUUFzLE5LQx0YYnsZFNlKqfaMlUfTBAtyF5lI3-1DcTXL3OIFrJZ6oaSabY8yfmbdux74SO4bVeF0",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "1mtOAYWqPtYVF6hoEbnQvQ",
        "aud": [
            "_994e4145ee9f96d4518624b8882e5eb2"
        ],
        "auth_time": 1556545121,
        "exp": 1556548742,
        "iat": 1556545142,
        "iss": "https://testop.funet.fi",
        "nonce": "2ZFUmZT4upbH5heN",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "y2UYNkvKSC0N2YoK",
    "token_type": "Bearer"
}
4phase<--<-- 4 --- AccessToken -->-->
4phase<--<-- 5 --- AsyncAuthn -->-->
4AuthorizationRequest
{
    "client_id": "_994e4145ee9f96d4518624b8882e5eb2",
    "max_age": 10000,
    "nonce": "u8LlMCTwbij8SyjW",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "zRFCUC1z7hzbWcAN"
}
4redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=zRFCUC1z7hzbWcAN&nonce=u8LlMCTwbij8SyjW&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&max_age=10000&client_id=_994e4145ee9f96d4518624b8882e5eb2
4redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=zRFCUC1z7hzbWcAN&nonce=u8LlMCTwbij8SyjW&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&max_age=10000&client_id=_994e4145ee9f96d4518624b8882e5eb2
5http args{}
5responseURL with fragment
5responseaccess_token=AAdzZWNyZXQx-giYywLHsmukD3LWYlAyfasBRckl3by5yL-ZsgHOtQFhHR4SH2uK7z5LCtvmm9R3eahm5Etw7O-nhHguz7bRFTq_1pcrsKVmpQYKZhfsZ-oduY6McfWslDMSn0bk-rz2t6MbmJzhuWQOLjRnwSCPHV6lJiz9roXXYGS10E_z36_shPXCCCQm9916_kgWUBPm9iRdIXwejkqRacO9VxBjA2YA-ZV2ZwW3L8XG9a_yBI5rPGYRVhJEV8VLuTgDy0DT7p8oFS6OAq5W_3yF-JYlVKL_4Qv-Z1Ot9z6T92k_MGWY_1RWTwYrfFcSqnARvsHfjgGBTaGXWg17S5JRkD_Bkx-JoFHYfuNG-zSqM5OfIWT3ELseOp-MhngUSWm033WJ2-I0Eck0vpKLi0D1ISwZDFUztS-Bj00tZpBTZwhAaKDGXg6biwte3UWr9XNHx0cQKwOBlaUczWT9urrWaTpZbwD7lhbPTZRAxuzDFOE&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoic0hRd241SHU2cW1RT0psdEpHRzY3dyIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiXzk5NGU0MTQ1ZWU5Zjk2ZDQ1MTg2MjRiODg4MmU1ZWIyIiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDUxMjEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDg3NDMsImlhdCI6MTU1NjU0NTE0Mywibm9uY2UiOiJ1OExsTUNUd2JpajhTeWpXIn0.gjpuTtXC22TCvgme_WSUeGIOi3DTew0pr3lVO_qkjbW82AqThFX1aIzDmXv90l3hQneLI4GgeeBdIEOukrwELynRRhQJq4QV-z7G8DONhEb7xjxNCQAhZKcjbd4ELcFZah4NJsbwUk5eLVoH0XlLxZS4gOWKklBfP0a6OANnz8sX6UlvCj_AFE4sNEPRrnESMLULg1fvH3oCy-KHgVyvqfGHf7j0-NSAdXaXCekwI9aLgJK6_rWh9Ib3dSZ0eDcLyzz5k_qJHLbKc7MHzYqqYsPjVBXzc75K7JXd7U6F51yohTLRTf9EQ-tzBiULCizbXdHIMVf1wZnG7q8UDC6K9w&state=zRFCUC1z7hzbWcAN&token_type=Bearer&expires_in=600
5response{'access_token': 'AAdzZWNyZXQx-giYywLHsmukD3LWYlAyfasBRckl3by5yL-ZsgHOtQFhHR4SH2uK7z5LCtvmm9R3eahm5Etw7O-nhHguz7bRFTq_1pcrsKVmpQYKZhfsZ-oduY6McfWslDMSn0bk-rz2t6MbmJzhuWQOLjRnwSCPHV6lJiz9roXXYGS10E_z36_shPXCCCQm9916_kgWUBPm9iRdIXwejkqRacO9VxBjA2YA-ZV2ZwW3L8XG9a_yBI5rPGYRVhJEV8VLuTgDy0DT7p8oFS6OAq5W_3yF-JYlVKL_4Qv-Z1Ot9z6T92k_MGWY_1RWTwYrfFcSqnARvsHfjgGBTaGXWg17S5JRkD_Bkx-JoFHYfuNG-zSqM5OfIWT3ELseOp-MhngUSWm033WJ2-I0Eck0vpKLi0D1ISwZDFUztS-Bj00tZpBTZwhAaKDGXg6biwte3UWr9XNHx0cQKwOBlaUczWT9urrWaTpZbwD7lhbPTZRAxuzDFOE', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoic0hRd241SHU2cW1RT0psdEpHRzY3dyIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiXzk5NGU0MTQ1ZWU5Zjk2ZDQ1MTg2MjRiODg4MmU1ZWIyIiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDUxMjEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDg3NDMsImlhdCI6MTU1NjU0NTE0Mywibm9uY2UiOiJ1OExsTUNUd2JpajhTeWpXIn0.gjpuTtXC22TCvgme_WSUeGIOi3DTew0pr3lVO_qkjbW82AqThFX1aIzDmXv90l3hQneLI4GgeeBdIEOukrwELynRRhQJq4QV-z7G8DONhEb7xjxNCQAhZKcjbd4ELcFZah4NJsbwUk5eLVoH0XlLxZS4gOWKklBfP0a6OANnz8sX6UlvCj_AFE4sNEPRrnESMLULg1fvH3oCy-KHgVyvqfGHf7j0-NSAdXaXCekwI9aLgJK6_rWh9Ib3dSZ0eDcLyzz5k_qJHLbKc7MHzYqqYsPjVBXzc75K7JXd7U6F51yohTLRTf9EQ-tzBiULCizbXdHIMVf1wZnG7q8UDC6K9w', 'state': 'zRFCUC1z7hzbWcAN', 'token_type': 'Bearer', 'expires_in': 600}
5AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQx-giYywLHsmukD3LWYlAyfasBRckl3by5yL-ZsgHOtQFhHR4SH2uK7z5LCtvmm9R3eahm5Etw7O-nhHguz7bRFTq_1pcrsKVmpQYKZhfsZ-oduY6McfWslDMSn0bk-rz2t6MbmJzhuWQOLjRnwSCPHV6lJiz9roXXYGS10E_z36_shPXCCCQm9916_kgWUBPm9iRdIXwejkqRacO9VxBjA2YA-ZV2ZwW3L8XG9a_yBI5rPGYRVhJEV8VLuTgDy0DT7p8oFS6OAq5W_3yF-JYlVKL_4Qv-Z1Ot9z6T92k_MGWY_1RWTwYrfFcSqnARvsHfjgGBTaGXWg17S5JRkD_Bkx-JoFHYfuNG-zSqM5OfIWT3ELseOp-MhngUSWm033WJ2-I0Eck0vpKLi0D1ISwZDFUztS-Bj00tZpBTZwhAaKDGXg6biwte3UWr9XNHx0cQKwOBlaUczWT9urrWaTpZbwD7lhbPTZRAxuzDFOE",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "sHQwn5Hu6qmQOJltJGG67w",
        "aud": [
            "_994e4145ee9f96d4518624b8882e5eb2"
        ],
        "auth_time": 1556545121,
        "exp": 1556548743,
        "iat": 1556545143,
        "iss": "https://testop.funet.fi",
        "nonce": "u8LlMCTwbij8SyjW",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "zRFCUC1z7hzbWcAN",
    "token_type": "Bearer"
}
5phase<--<-- 6 --- AccessToken -->-->
5phase<--<-- 7 --- Done -->-->
5end
5assertionClaimsCheck
5conditionclaims-check: status=OK [Checks if specific claims is present or not]
5assertionSameAuthn
5conditionsame-authn: status=OK [Verifies that the same authentication was used twice in the flow.]
5assertionAuthTimeCheck
5conditionauth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
5assertionVerifyResponse
5conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
5conditionDone: status=OK

Result

PASSED