Test Info

Issuerhttps://testop.funet.fi
Profile[]
Test IDOP-prompt-login
Test descriptionRequest with prompt=login
Timestamp2019-04-29T13:28:22Z

Conditions


multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
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"
}
1http response
url:https://testop.funet.fi/idp/profile/oidc/register status_code:200
1RegistrationResponse
{
    "application_type": "web",
    "client_id": "_a8139eaace82d7131f7825be8744ab04",
    "client_id_issued_at": 1556544490,
    "client_secret": "_24e8688f0d5d9ab7eef75074818f3167",
    "client_secret_expires_at": 1588080490,
    "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": "_a8139eaace82d7131f7825be8744ab04",
    "nonce": "Kgw8LIgOeIVW85R6",
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "A79t4fEtLCJ06S4s"
}
1redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=A79t4fEtLCJ06S4s&nonce=Kgw8LIgOeIVW85R6&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_a8139eaace82d7131f7825be8744ab04
1redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=A79t4fEtLCJ06S4s&nonce=Kgw8LIgOeIVW85R6&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&client_id=_a8139eaace82d7131f7825be8744ab04
4http args{}
4responseURL with fragment
4responseaccess_token=AAdzZWNyZXQxMB28jbdEDVap7yoLvSRk8Dy3ozrABeBzxmhLe_cuts_NMVNFGb6pdr6WqMcdkEJ5OXwgW8tf00-4S66-dhxdqeBTE__VzOvljqBkysuHZIpeLR5mnzYtSyf_wjCvtyhUFB1S3q18Sy8ZzG9jDdS1PiepCdx3oiG9sm_6WaRJ4OkgUvl_aC5Z5REx_uWHXChB2Pv-V0UJ9yRBNUKc6aHzmgVxce7V1DxEs5_rOsl1I6rU6r9zPl5XDZPNb99tiBA0wlehz5OjopTYMs_wUZ6VshmMZA9Sah-AWQZqqlEfWcI5PEG6C2iMqYtiBQiLtyvjAY4mTwQkevIzXvTafOTLRpAajSpK-S-o8tVcgH3VyxpMeziBMGAeBDMo3tpZHSD0hhQ70eMQcRm2ZmSMO6dstx7ikPpO6f36arTP3qmUSj-rwTvTIm3_EsJmbQJWnUGeo4EcbPnFQJccrDzyaQB_iHyeOFdunAFM7IveIeZqu7Urig&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoieXowNGxzZzczX3dwNGMzaUJWYVhxZyIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2E4MTM5ZWFhY2U4MmQ3MTMxZjc4MjViZTg3NDRhYjA0IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDgwOTMsImlhdCI6MTU1NjU0NDQ5Mywibm9uY2UiOiJLZ3c4TElnT2VJVlc4NVI2In0.aJk6T6XMOQOG72985FS3QzPhOSXw-YAvWGcn1WVyyy1h_Mys95xAhXsJVR7oeSFwPmmH3MzLtkjU3ThFzkfJPik1rv3pcFyGYw18I2TTO_bdn5rif0uhGgtdBiD1DCsJkEcsuIB8Tj-g62GRenRnyT9gDwi8gAMfEyKMQgbTvb90WaY-7PM13IfbiHjSX3vu3PvtDbl2WtytqptVk75AY-VJlx_3HO5LqvpKIApGzrzxXZSszjkGn6gzYPtt6OUrYNNqV-AOviHVx6_s2D12X8YJGUBTv8F4oZtvgjeeoZfSUkKliKW5EqyE9wJUdjBc3eF6ugnV8X3QYVVLJuwETg&state=A79t4fEtLCJ06S4s&token_type=Bearer&expires_in=600
4response{'access_token': 'AAdzZWNyZXQxMB28jbdEDVap7yoLvSRk8Dy3ozrABeBzxmhLe_cuts_NMVNFGb6pdr6WqMcdkEJ5OXwgW8tf00-4S66-dhxdqeBTE__VzOvljqBkysuHZIpeLR5mnzYtSyf_wjCvtyhUFB1S3q18Sy8ZzG9jDdS1PiepCdx3oiG9sm_6WaRJ4OkgUvl_aC5Z5REx_uWHXChB2Pv-V0UJ9yRBNUKc6aHzmgVxce7V1DxEs5_rOsl1I6rU6r9zPl5XDZPNb99tiBA0wlehz5OjopTYMs_wUZ6VshmMZA9Sah-AWQZqqlEfWcI5PEG6C2iMqYtiBQiLtyvjAY4mTwQkevIzXvTafOTLRpAajSpK-S-o8tVcgH3VyxpMeziBMGAeBDMo3tpZHSD0hhQ70eMQcRm2ZmSMO6dstx7ikPpO6f36arTP3qmUSj-rwTvTIm3_EsJmbQJWnUGeo4EcbPnFQJccrDzyaQB_iHyeOFdunAFM7IveIeZqu7Urig', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoieXowNGxzZzczX3dwNGMzaUJWYVhxZyIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2E4MTM5ZWFhY2U4MmQ3MTMxZjc4MjViZTg3NDRhYjA0IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDMwMTEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDgwOTMsImlhdCI6MTU1NjU0NDQ5Mywibm9uY2UiOiJLZ3c4TElnT2VJVlc4NVI2In0.aJk6T6XMOQOG72985FS3QzPhOSXw-YAvWGcn1WVyyy1h_Mys95xAhXsJVR7oeSFwPmmH3MzLtkjU3ThFzkfJPik1rv3pcFyGYw18I2TTO_bdn5rif0uhGgtdBiD1DCsJkEcsuIB8Tj-g62GRenRnyT9gDwi8gAMfEyKMQgbTvb90WaY-7PM13IfbiHjSX3vu3PvtDbl2WtytqptVk75AY-VJlx_3HO5LqvpKIApGzrzxXZSszjkGn6gzYPtt6OUrYNNqV-AOviHVx6_s2D12X8YJGUBTv8F4oZtvgjeeoZfSUkKliKW5EqyE9wJUdjBc3eF6ugnV8X3QYVVLJuwETg', 'state': 'A79t4fEtLCJ06S4s', 'token_type': 'Bearer', 'expires_in': 600}
5AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQxMB28jbdEDVap7yoLvSRk8Dy3ozrABeBzxmhLe_cuts_NMVNFGb6pdr6WqMcdkEJ5OXwgW8tf00-4S66-dhxdqeBTE__VzOvljqBkysuHZIpeLR5mnzYtSyf_wjCvtyhUFB1S3q18Sy8ZzG9jDdS1PiepCdx3oiG9sm_6WaRJ4OkgUvl_aC5Z5REx_uWHXChB2Pv-V0UJ9yRBNUKc6aHzmgVxce7V1DxEs5_rOsl1I6rU6r9zPl5XDZPNb99tiBA0wlehz5OjopTYMs_wUZ6VshmMZA9Sah-AWQZqqlEfWcI5PEG6C2iMqYtiBQiLtyvjAY4mTwQkevIzXvTafOTLRpAajSpK-S-o8tVcgH3VyxpMeziBMGAeBDMo3tpZHSD0hhQ70eMQcRm2ZmSMO6dstx7ikPpO6f36arTP3qmUSj-rwTvTIm3_EsJmbQJWnUGeo4EcbPnFQJccrDzyaQB_iHyeOFdunAFM7IveIeZqu7Urig",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "yz04lsg73_wp4c3iBVaXqg",
        "aud": [
            "_a8139eaace82d7131f7825be8744ab04"
        ],
        "auth_time": 1556543011,
        "exp": 1556548093,
        "iat": 1556544493,
        "iss": "https://testop.funet.fi",
        "nonce": "Kgw8LIgOeIVW85R6",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "A79t4fEtLCJ06S4s",
    "token_type": "Bearer"
}
5phase<--<-- 4 --- AccessToken -->-->
5phase<--<-- 5 --- Note -->-->
10phase<--<-- 6 --- AsyncAuthn -->-->
10AuthorizationRequest
{
    "client_id": "_a8139eaace82d7131f7825be8744ab04",
    "nonce": "vq6bCruG6IBhzSda",
    "prompt": [
        "login"
    ],
    "redirect_uri": "https://op.certification.openid.net:60028/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "ziEo6TtXz7GnOM7h"
}
10redirect urlhttps://testop.funet.fi/idp/profile/oidc/authorize?state=ziEo6TtXz7GnOM7h&nonce=vq6bCruG6IBhzSda&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&prompt=login&client_id=_a8139eaace82d7131f7825be8744ab04
10redirecthttps://testop.funet.fi/idp/profile/oidc/authorize?state=ziEo6TtXz7GnOM7h&nonce=vq6bCruG6IBhzSda&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60028%2Fauthz_cb&prompt=login&client_id=_a8139eaace82d7131f7825be8744ab04
13http args{}
13responseURL with fragment
13responseaccess_token=AAdzZWNyZXQx42L0Uq0_jC6H7EdVDoKzfbuit8PQagOG9iv73ci4vrZuMzGGzahiQ7KCaOCFHUHx946RV9WVRJCrMJecPxWMFkmF5UJziU9C2loZh6E6ElGkWOBamT8ivsduDNlCeXhhBnfevOoGCwvOBfl41SlGuWDenlvoW_1RxT7ETTv3NBUWET0hKLnqkt2sWR1Fw3Ee3pcGlFH6eXW8zuuFsBStcDA_T1qa31AaY_bkVvj90_D5C3blPVVN5RDT2UlG9Ynoa43vcKoZGpvwPm06BiKvOWLuanodClXV0ht_qHO9gqTOJLQAcqURhzSZIUAlxX1-uNg4nOrkzSqIU6-CHNFX3ss74UPjd8m8SZTmsN45ihrnZAmibFkDnuiKnJZqQYktcFt_5fMX7BQgEH5pNPf3sGJ7nwaeJiRUG4hsk0Abx9WnRf_UclJ20mJX3TwpdZbd3FCjAghs5ocqRhOs3F85zZO8c1jco7V_J_q26vsB&id_token=eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiVFV0SER5d3BGdzluSW1pU0FtNW9rUSIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2E4MTM5ZWFhY2U4MmQ3MTMxZjc4MjViZTg3NDRhYjA0IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDQ1MDEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDgxMDEsImlhdCI6MTU1NjU0NDUwMSwibm9uY2UiOiJ2cTZiQ3J1RzZJQmh6U2RhIn0.Ra1pMero4QEhQfZP7CXl4EDeb60aKsz0QHIc1RAj8puuYbIn8Rree814wOgW7ZEFJdtiVttEhmNQvo2ZADZHJLgdVoxiEr0VvGkFXCM9TVKce2o86IypHSIkg8n52lc8-YrJWwVGAAjwZOg0wFYPH5KOV4onavG5CQOJzLDoCvjVMIwm1VVKxVXCjl_1IN6rlkVRPiGKI9DGkxb2QUI_qb_7Vqh1OuJxZoh4GdyM8XdQ7_9yOtb-kXZpXy29Ewbium_kZTAcvTkXBKeZ3Re7g8sjn-BIygdxTTYCL89_aPqz_qWwjDk3JbgQT1UOO-9qdgFL9p5YAGRRbnSybb0qXQ&state=ziEo6TtXz7GnOM7h&token_type=Bearer&expires_in=600
13response{'access_token': 'AAdzZWNyZXQx42L0Uq0_jC6H7EdVDoKzfbuit8PQagOG9iv73ci4vrZuMzGGzahiQ7KCaOCFHUHx946RV9WVRJCrMJecPxWMFkmF5UJziU9C2loZh6E6ElGkWOBamT8ivsduDNlCeXhhBnfevOoGCwvOBfl41SlGuWDenlvoW_1RxT7ETTv3NBUWET0hKLnqkt2sWR1Fw3Ee3pcGlFH6eXW8zuuFsBStcDA_T1qa31AaY_bkVvj90_D5C3blPVVN5RDT2UlG9Ynoa43vcKoZGpvwPm06BiKvOWLuanodClXV0ht_qHO9gqTOJLQAcqURhzSZIUAlxX1-uNg4nOrkzSqIU6-CHNFX3ss74UPjd8m8SZTmsN45ihrnZAmibFkDnuiKnJZqQYktcFt_5fMX7BQgEH5pNPf3sGJ7nwaeJiRUG4hsk0Abx9WnRf_UclJ20mJX3TwpdZbd3FCjAghs5ocqRhOs3F85zZO8c1jco7V_J_q26vsB', 'id_token': 'eyJraWQiOiJ0ZXN0a2V5UlMiLCJhbGciOiJSUzI1NiJ9.eyJhdF9oYXNoIjoiVFV0SER5d3BGdzluSW1pU0FtNW9rUSIsInN1YiI6IlZVRzQ3NzdZUDNOTVU1S1JGRVNYNlNLUkFQWExFNE1JIiwiYXVkIjoiX2E4MTM5ZWFhY2U4MmQ3MTMxZjc4MjViZTg3NDRhYjA0IiwiYWNyIjoicGFzc3dvcmQiLCJhdXRoX3RpbWUiOjE1NTY1NDQ1MDEsImlzcyI6Imh0dHBzOlwvXC90ZXN0b3AuZnVuZXQuZmkiLCJleHAiOjE1NTY1NDgxMDEsImlhdCI6MTU1NjU0NDUwMSwibm9uY2UiOiJ2cTZiQ3J1RzZJQmh6U2RhIn0.Ra1pMero4QEhQfZP7CXl4EDeb60aKsz0QHIc1RAj8puuYbIn8Rree814wOgW7ZEFJdtiVttEhmNQvo2ZADZHJLgdVoxiEr0VvGkFXCM9TVKce2o86IypHSIkg8n52lc8-YrJWwVGAAjwZOg0wFYPH5KOV4onavG5CQOJzLDoCvjVMIwm1VVKxVXCjl_1IN6rlkVRPiGKI9DGkxb2QUI_qb_7Vqh1OuJxZoh4GdyM8XdQ7_9yOtb-kXZpXy29Ewbium_kZTAcvTkXBKeZ3Re7g8sjn-BIygdxTTYCL89_aPqz_qWwjDk3JbgQT1UOO-9qdgFL9p5YAGRRbnSybb0qXQ', 'state': 'ziEo6TtXz7GnOM7h', 'token_type': 'Bearer', 'expires_in': 600}
13AuthorizationResponse
{
    "access_token": "AAdzZWNyZXQx42L0Uq0_jC6H7EdVDoKzfbuit8PQagOG9iv73ci4vrZuMzGGzahiQ7KCaOCFHUHx946RV9WVRJCrMJecPxWMFkmF5UJziU9C2loZh6E6ElGkWOBamT8ivsduDNlCeXhhBnfevOoGCwvOBfl41SlGuWDenlvoW_1RxT7ETTv3NBUWET0hKLnqkt2sWR1Fw3Ee3pcGlFH6eXW8zuuFsBStcDA_T1qa31AaY_bkVvj90_D5C3blPVVN5RDT2UlG9Ynoa43vcKoZGpvwPm06BiKvOWLuanodClXV0ht_qHO9gqTOJLQAcqURhzSZIUAlxX1-uNg4nOrkzSqIU6-CHNFX3ss74UPjd8m8SZTmsN45ihrnZAmibFkDnuiKnJZqQYktcFt_5fMX7BQgEH5pNPf3sGJ7nwaeJiRUG4hsk0Abx9WnRf_UclJ20mJX3TwpdZbd3FCjAghs5ocqRhOs3F85zZO8c1jco7V_J_q26vsB",
    "expires_in": 600,
    "id_token": {
        "acr": "password",
        "at_hash": "TUtHDywpFw9nImiSAm5okQ",
        "aud": [
            "_a8139eaace82d7131f7825be8744ab04"
        ],
        "auth_time": 1556544501,
        "exp": 1556548101,
        "iat": 1556544501,
        "iss": "https://testop.funet.fi",
        "nonce": "vq6bCruG6IBhzSda",
        "sub": "VUG4777YP3NMU5KRFESX6SKRAPXLE4MI"
    },
    "state": "ziEo6TtXz7GnOM7h",
    "token_type": "Bearer"
}
13phase<--<-- 7 --- AccessToken -->-->
13phase<--<-- 8 --- Done -->-->
13end
13assertionMultipleSignOn
13conditionmultiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
13assertionVerifyResponse
13conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
13conditionDone: status=OK

Result

PASSED