Test Info

Issuerhttps://testop.funet.fi
Profile[]
Test IDOP-Registration-Sub-Differ
Test descriptionPublic and pairwise sub values differ
Timestamp2019-04-29T13:16:16Z

Conditions


verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
different_sub: status=OK [Verifies that the sub value differs between public and pairwise subject types.]
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', 'subject_type': 'public'}
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"
    ],
    "subject_type": "public",
    "token_endpoint_auth_method": "client_secret_basic"
}
1http response
url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
1RegistrationResponse
{
    "application_type": "web",
    "client_id": "_cbf4327caf1c5c063dd69b2375e9afe9",
    "client_id_issued_at": 1556543769,
    "client_secret": "_743b1c1bf6016be97918671d848b2cba",
    "client_secret_expires_at": 1588079769,
    "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"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "_cbf4327caf1c5c063dd69b2375e9afe9",
    "nonce": "n74tCeAsLLizbImW",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "tJYN0CrZuwMLPsNZ"
}
1redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=tJYN0CrZuwMLPsNZ&nonce=n74tCeAsLLizbImW&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_cbf4327caf1c5c063dd69b2375e9afe9
1redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=tJYN0CrZuwMLPsNZ&nonce=n74tCeAsLLizbImW&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_cbf4327caf1c5c063dd69b2375e9afe9
4http args{}
4responseURL with fragment
4responseaccess_token=AAdzZWNyZXQx03yza1ZEUytCpUTzNQh-aYj3sxa-AMIRYKLc8tQKcaIfocVwRE6gisYwPHrXSNJzccpZWWbDOAjPKyjyhnSAhDhLa8L5di4certJviY1n1RAt6GnP2c93SZb1F75d6RXdLoXraB73l2TIR7i_XmPb81aHDUmtRvzNb01pFaFPrH8Qkx9L-aALV79NGOHYOO9bZcq7H9-AJlpSGIBZgyYr21nvLhtR-OOib-mdAAXc7t_EQF__KquNg-MjvTnLpCmzhkd0w6WBPuNYJ-rX_8xyyNKUsz0RzyAAxAaJOv3hcfL56wmRbxBma6kPntnOKJkZOvEP-h5LwOgV5bPvCgTPnuQgQN05I5l-2YP8zv6UVWH8zdkYrYZeXVUNdaWfaMYGtFjIKAWTe0ZnvThMKV4EPFR2b1l3zlrn35nNlA2FubqCv-67M66Vy_EXLZZDeFK0c5qn0auit41uXRkI_YO2CQUCAx77qnEVjI6AIi2jw&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiS2dvbnVWbFlNTC1YUFhQNzhVQ0dxdyIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2NiZjQzMjdjYWYxYzVjMDYzZGQ2OWIyMzc1ZTlhZmU5IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDczNzIsImlhdCI6MTU1NjU0Mzc3Miwibm9uY2UiOiJuNzR0Q2VBc0xMaXpiSW1XIn0.KreaUQ7V4IF1rIDSJxjH21Oxjyb7PuwTzYBX2uFOru9FRMh7ePK4bvEQAgwVJCRGR8laqbWiexD4PXR79AKtWJRUaWAfyRMOiBoL6ysnK2e8lpdX0WUENdl83a18VdliDmiG1eCz9LF661cMIYIn8GwWz4s98NICHXViSJSZDWmHVWfrbPN20unGJ4CcO9KbCkDNdJqqwcWEkEJxUnOG_26SsZ_BaDX5gsPQ5cmXuYk4gsxb8DhTDsRU8yees-RWtnrScVaIGsMLhZysLJQqUJ11NHZjG0jyWEgDh8rpRxou-OCxLZs1BCQGGfC14YBZxffK7Gbkh9bk2WI8S-Kcuw&state=tJYN0CrZuwMLPsNZ&token_type=Bearer&expires_in=600
4response{'access_token': 'AAdzZWNyZXQx03yza1ZEUytCpUTzNQh-aYj3sxa-AMIRYKLc8tQKcaIfocVwRE6gisYwPHrXSNJzccpZWWbDOAjPKyjyhnSAhDhLa8L5di4certJviY1n1RAt6GnP2c93SZb1F75d6RXdLoXraB73l2TIR7i_XmPb81aHDUmtRvzNb01pFaFPrH8Qkx9L-aALV79NGOHYOO9bZcq7H9-AJlpSGIBZgyYr21nvLhtR-OOib-mdAAXc7t_EQF__KquNg-MjvTnLpCmzhkd0w6WBPuNYJ-rX_8xyyNKUsz0RzyAAxAaJOv3hcfL56wmRbxBma6kPntnOKJkZOvEP-h5LwOgV5bPvCgTPnuQgQN05I5l-2YP8zv6UVWH8zdkYrYZeXVUNdaWfaMYGtFjIKAWTe0ZnvThMKV4EPFR2b1l3zlrn35nNlA2FubqCv-67M66Vy_EXLZZDeFK0c5qn0auit41uXRkI_YO2CQUCAx77qnEVjI6AIi2jw', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiS2dvbnVWbFlNTC1YUFhQNzhVQ0dxdyIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2NiZjQzMjdjYWYxYzVjMDYzZGQ2OWIyMzc1ZTlhZmU5IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDczNzIsImlhdCI6MTU1NjU0Mzc3Miwibm9uY2UiOiJuNzR0Q2VBc0xMaXpiSW1XIn0.KreaUQ7V4IF1rIDSJxjH21Oxjyb7PuwTzYBX2uFOru9FRMh7ePK4bvEQAgwVJCRGR8laqbWiexD4PXR79AKtWJRUaWAfyRMOiBoL6ysnK2e8lpdX0WUENdl83a18VdliDmiG1eCz9LF661cMIYIn8GwWz4s98NICHXViSJSZDWmHVWfrbPN20unGJ4CcO9KbCkDNdJqqwcWEkEJxUnOG_26SsZ_BaDX5gsPQ5cmXuYk4gsxb8DhTDsRU8yees-RWtnrScVaIGsMLhZysLJQqUJ11NHZjG0jyWEgDh8rpRxou-OCxLZs1BCQGGfC14YBZxffK7Gbkh9bk2WI8S-Kcuw', 'state': 'tJYN0CrZuwMLPsNZ', 'token_type': 'Bearer', 'expires_in': 600}
4AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQx03yza1ZEUytCpUTzNQh-aYj3sxa-AMIRYKLc8tQKcaIfocVwRE6gisYwPHrXSNJzccpZWWbDOAjPKyjyhnSAhDhLa8L5di4certJviY1n1RAt6GnP2c93SZb1F75d6RXdLoXraB73l2TIR7i_XmPb81aHDUmtRvzNb01pFaFPrH8Qkx9L-aALV79NGOHYOO9bZcq7H9-AJlpSGIBZgyYr21nvLhtR-OOib-mdAAXc7t_EQF__KquNg-MjvTnLpCmzhkd0w6WBPuNYJ-rX_8xyyNKUsz0RzyAAxAaJOv3hcfL56wmRbxBma6kPntnOKJkZOvEP-h5LwOgV5bPvCgTPnuQgQN05I5l-2YP8zv6UVWH8zdkYrYZeXVUNdaWfaMYGtFjIKAWTe0ZnvThMKV4EPFR2b1l3zlrn35nNlA2FubqCv-67M66Vy_EXLZZDeFK0c5qn0auit41uXRkI_YO2CQUCAx77qnEVjI6AIi2jw",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "KgonuVlYML-XPXP78UCGqw",
        "aud": [
            "_cbf4327caf1c5c063dd69b2375e9afe9"
        ],
        "auth_time": 1556543011,
        "exp": 1556547372,
        "iat": 1556543772,
        "iss": "https://testop.funet.fi",
        "nonce": "n74tCeAsLLizbImW",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "tJYN0CrZuwMLPsNZ",
    "token_type": "Bearer"
}
4phase<--<-- 4 --- AccessToken -->-->
4phase<--<-- 5 --- Registration -->-->
4register
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', 'subject_type': 'pairwise'}
4RegistrationRequest
{
    "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"
    ],
    "subject_type": "pairwise",
    "token_endpoint_auth_method": "client_secret_basic"
}
6http response
url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
6RegistrationResponse
{
    "application_type": "web",
    "client_id": "_40ac91d840f90b8591a0868182c5a059",
    "client_id_issued_at": 1556543774,
    "client_secret": "_3ae8bb6eb30e148366fe8e207f0b516a",
    "client_secret_expires_at": 1588079773,
    "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": "pairwise",
    "tls_client_certificate_bound_access_tokens": false,
    "token_endpoint_auth_method": "client_secret_basic"
}
6phase<--<-- 6 --- AsyncAuthn -->-->
6AuthorizationRequest
{
    "client_id": "_40ac91d840f90b8591a0868182c5a059",
    "nonce": "EzPD5t73b41kk2PF",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "2OkVZ6x0MOdz6vHz"
}
6redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=2OkVZ6x0MOdz6vHz&nonce=EzPD5t73b41kk2PF&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_40ac91d840f90b8591a0868182c5a059
6redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=2OkVZ6x0MOdz6vHz&nonce=EzPD5t73b41kk2PF&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_40ac91d840f90b8591a0868182c5a059
8http args{}
8responseURL with fragment
8responseaccess_token=AAdzZWNyZXQxrjM0LaLLKXvK2bVagZuZ3WNO9yl7wl_R74Rc65zrMkz3AjhduVhkVd27AXKo3x16VJHnFo7jPjdf9qDJEv7HlN7j5GQqWryP965rEtjxzUnkoxkWUghh0sYCwfI2FdPqv-gmoyyvsPHzNS15-tDZk5PTRUrCsMR5NDGXqYmHDGFsytfMhtVDSAQfttQbWpB_trlQdvyQD0Tx7zhaYkP0Kfz4DMpXrED0cvYFqr7hsCeJpE-A1kl267glVBxwHZukKuvgbfSifgTd3qEeO28rKjE-IRBdwbtNG3K_DYELL-3o9RYA7ILrNfZlOWzpPWCueJ5P0J0_z2sORcPh_H-GQatv-ae3gv9HeuLltN-XztftTjjE2o5NAeQV2jnZPs-MqgqzNEVWisfjv2fpABd-4VITxAhaPyjBi1o0suW1KMsSdNcPHYgu3PWoeJVUGKULVZ3nkSBBxuazu_Th9tXnF9dDW5yEkU1M159nMNtM8h0&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaWk3YzYzRE11TVU0TDBaMjNaSERhZyIsInN1YiI6Ik9IVlA3Q0NVUUpUQjJGRklFS1JKVERKTVZLUU5IUzZGIiwiYXVkIjoiXzQwYWM5MWQ4NDBmOTBiODU5MWEwODY4MTgyYzVhMDU5IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDczNzYsImlhdCI6MTU1NjU0Mzc3Niwibm9uY2UiOiJFelBENXQ3M2I0MWtrMlBGIn0.m-Xj3MGX1BET-r7dPe9rgwke-9-64O37FhNNh6W38JQyJs2FjQKN9xp5QbppUNSnBXva90c1dlAnOXePy-s59SrjNeIDO3ZGYRjpPjG3olPtlv89nEjsn4M5mODaUSKWhEtj7jYWDi4Oo7oyX63bcCVoFRiProxaOV-hkcg8ie8FgIvPIF9AaIJtB0TSKHQ2O4zgMQUFub0-eVfWsyeYu7BgCkliIt4QxKAfjfYVqPON_lr01c7KPBFBR_-XX1a2KW_WZBRFrdeY7Eiel8qWnhbOgD6rMJsRBuYfhDumB597Kn08h2-1biEYlplxv_A6WKV59l7AgeO6laBzl53X8g&state=2OkVZ6x0MOdz6vHz&token_type=Bearer&expires_in=600
8response{'access_token': 'AAdzZWNyZXQxrjM0LaLLKXvK2bVagZuZ3WNO9yl7wl_R74Rc65zrMkz3AjhduVhkVd27AXKo3x16VJHnFo7jPjdf9qDJEv7HlN7j5GQqWryP965rEtjxzUnkoxkWUghh0sYCwfI2FdPqv-gmoyyvsPHzNS15-tDZk5PTRUrCsMR5NDGXqYmHDGFsytfMhtVDSAQfttQbWpB_trlQdvyQD0Tx7zhaYkP0Kfz4DMpXrED0cvYFqr7hsCeJpE-A1kl267glVBxwHZukKuvgbfSifgTd3qEeO28rKjE-IRBdwbtNG3K_DYELL-3o9RYA7ILrNfZlOWzpPWCueJ5P0J0_z2sORcPh_H-GQatv-ae3gv9HeuLltN-XztftTjjE2o5NAeQV2jnZPs-MqgqzNEVWisfjv2fpABd-4VITxAhaPyjBi1o0suW1KMsSdNcPHYgu3PWoeJVUGKULVZ3nkSBBxuazu_Th9tXnF9dDW5yEkU1M159nMNtM8h0', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiaWk3YzYzRE11TVU0TDBaMjNaSERhZyIsInN1YiI6Ik9IVlA3Q0NVUUpUQjJGRklFS1JKVERKTVZLUU5IUzZGIiwiYXVkIjoiXzQwYWM5MWQ4NDBmOTBiODU5MWEwODY4MTgyYzVhMDU5IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDczNzYsImlhdCI6MTU1NjU0Mzc3Niwibm9uY2UiOiJFelBENXQ3M2I0MWtrMlBGIn0.m-Xj3MGX1BET-r7dPe9rgwke-9-64O37FhNNh6W38JQyJs2FjQKN9xp5QbppUNSnBXva90c1dlAnOXePy-s59SrjNeIDO3ZGYRjpPjG3olPtlv89nEjsn4M5mODaUSKWhEtj7jYWDi4Oo7oyX63bcCVoFRiProxaOV-hkcg8ie8FgIvPIF9AaIJtB0TSKHQ2O4zgMQUFub0-eVfWsyeYu7BgCkliIt4QxKAfjfYVqPON_lr01c7KPBFBR_-XX1a2KW_WZBRFrdeY7Eiel8qWnhbOgD6rMJsRBuYfhDumB597Kn08h2-1biEYlplxv_A6WKV59l7AgeO6laBzl53X8g', 'state': '2OkVZ6x0MOdz6vHz', 'token_type': 'Bearer', 'expires_in': 600}
8AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQxrjM0LaLLKXvK2bVagZuZ3WNO9yl7wl_R74Rc65zrMkz3AjhduVhkVd27AXKo3x16VJHnFo7jPjdf9qDJEv7HlN7j5GQqWryP965rEtjxzUnkoxkWUghh0sYCwfI2FdPqv-gmoyyvsPHzNS15-tDZk5PTRUrCsMR5NDGXqYmHDGFsytfMhtVDSAQfttQbWpB_trlQdvyQD0Tx7zhaYkP0Kfz4DMpXrED0cvYFqr7hsCeJpE-A1kl267glVBxwHZukKuvgbfSifgTd3qEeO28rKjE-IRBdwbtNG3K_DYELL-3o9RYA7ILrNfZlOWzpPWCueJ5P0J0_z2sORcPh_H-GQatv-ae3gv9HeuLltN-XztftTjjE2o5NAeQV2jnZPs-MqgqzNEVWisfjv2fpABd-4VITxAhaPyjBi1o0suW1KMsSdNcPHYgu3PWoeJVUGKULVZ3nkSBBxuazu_Th9tXnF9dDW5yEkU1M159nMNtM8h0",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "ii7c63DMuMU4L0Z23ZHDag",
        "aud": [
            "_40ac91d840f90b8591a0868182c5a059"
        ],
        "auth_time": 1556543011,
        "exp": 1556547376,
        "iat": 1556543776,
        "iss": "https://testop.funet.fi",
        "nonce": "EzPD5t73b41kk2PF",
        "sub": "OHVP7CCUQJTB2FFIEKRJTDJMVKQNHS6F"
    },
    "state": "2OkVZ6x0MOdz6vHz",
    "token_type": "Bearer"
}
8phase<--<-- 7 --- AccessToken -->-->
8phase<--<-- 8 --- Done -->-->
8end
8assertionVerifyResponse
8conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
8assertionCheckUserID
8conditiondifferent_sub: status=OK [Verifies that the sub value differs between public and pairwise subject types.]
8conditionDone: status=OK

Result

PASSED