Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-prompt-login
Test descriptionRequest with prompt=login
Timestamp2019-06-17T07:54:58Z

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://isamfed.com:30443/test'}
0http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
0ProviderConfigurationResponse
{
    "authorization_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize",
    "claims_parameter_supported": false,
    "claims_supported": [
        "realmName",
        "preferred_username",
        "given_name",
        "uid",
        "upn",
        "groupIds",
        "employee_id",
        "name",
        "tenantId",
        "mobile_number",
        "department",
        "job_title",
        "family_name",
        "email"
    ],
    "device_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/device_authorize",
    "grant_types_supported": [
        "urn:ietf:params:oauth:grant-type:jwt-bearer",
        "implicit",
        "urn:ietf:params:oauth:grant-type:saml2-bearer",
        "urn:ietf:params:oauth:grant-type:device_code",
        "client_credentials",
        "password",
        "authorization_code",
        "refresh_token"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "introspect_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/introspect",
    "issuer": "https://isamfed.com:30443/test",
    "jwks_uri": "https://isamfed.com:30443/mga/sps/jwks",
    "name": "OIDCDefinition",
    "poc": "https://isamfed.com:30443/mga/",
    "registration_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition",
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "fragment",
        "form_post"
    ],
    "response_types_supported": [
        "token",
        "id_token",
        "token id_token",
        "code",
        "code id_token",
        "code token id_token",
        "code token",
        "none"
    ],
    "revocation_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/revoke",
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/token",
    "token_endpoint_auth_methods_supported": [
        "private_key_jwt",
        "client_secret_post",
        "client_secret_basic"
    ],
    "user_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/user_authorize",
    "userinfo_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo",
    "userinfo_signing_alg_values_supported": [
        "RS256"
    ],
    "version": "3.0"
}
0phase<--<-- 2 --- Registration -->-->
0not expected to doDynamic registration
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "clientID",
    "nonce": "eqJRrRR6mv0qaQlZ",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "4dLFd0iHnQwmQu7X"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=4dLFd0iHnQwmQu7X&nonce=eqJRrRR6mv0qaQlZ&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&client_id=clientID
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=4dLFd0iHnQwmQu7X&nonce=eqJRrRR6mv0qaQlZ&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&client_id=clientID
1http args{}
2responseURL with fragment
2responseaccess_token=K2ZMQbEBomWJ61F1x3MS&state=4dLFd0iHnQwmQu7X&expires_in=3599&token_type=bearer&code=TEJgRwBNB7WCVa7RETl4an2uDuB3UT&scope=openid
2response{'access_token': 'K2ZMQbEBomWJ61F1x3MS', 'state': '4dLFd0iHnQwmQu7X', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'TEJgRwBNB7WCVa7RETl4an2uDuB3UT', 'scope': 'openid'}
2AuthorizationResponse
{
    "access_token": "K2ZMQbEBomWJ61F1x3MS",
    "code": "TEJgRwBNB7WCVa7RETl4an2uDuB3UT",
    "expires_in": 3599,
    "scope": "openid",
    "state": "4dLFd0iHnQwmQu7X",
    "token_type": "bearer"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': '4dLFd0iHnQwmQu7X'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb', 'code': 'TEJgRwBNB7WCVa7RETl4an2uDuB3UT', 'state': '4dLFd0iHnQwmQu7X', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': '4dLFd0iHnQwmQu7X', 'authn_method': 'client_secret_basic'}
2AccessTokenRequest
{
    "code": "TEJgRwBNB7WCVa7RETl4an2uDuB3UT",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "state": "4dLFd0iHnQwmQu7X"
}
2request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
2request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
2requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&code=TEJgRwBNB7WCVa7RETl4an2uDuB3UT&state=4dLFd0iHnQwmQu7X
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': 'XW7Pu4VnrhSwWYUvDxMg', 'refresh_token': 'vSCbI3OGlXeUAOwtoIi8pPZCxjiJcJCvLJeNyXbG', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiTTBDbU1rVVo5WnF1ZE44dE81OFg4USIsIm5vbmNlIjoiZXFKUnJSUjZtdjBxYVFsWiIsImlhdCI6MTU2MDc1ODA5MywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IjBEMnV6SjlMWlZDVHFGcmNBQ2U3WGciLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTUxMywiYXVkIjoiY2xpZW50SUQifQ.pUNUULD0c6ymCaQsU_NED9Ouqh0VQRWABqJbumuZZBlHn1zw4JAHmBsIZdVNwVXpCeEitfMUt_eZeYGzRMIShaLcIB8TqY9-lZAQQdGMHJD9d9jR45GcRgHhFV8ecBRqvlomQcxj7m6tjzQLVcF-3OjxX2sZ36wnWEoIlEUcNFoZLqB8XRuRJpZKPsllQ6fTduxM8_Sp3xwJ6tvvMuCfvp6wlq_qSLRpMhVh889cedt2MfUCLm-kMEp8osGwUlPiQLq7tyv208Dw75pwoaG5J5ovTRqH54u9u6E9cCF0vWa7AjqD2Mu5UkZ8iUFmSvllr8GAtcY6ZlpH61OQI1F_cw', 'token_type': 'bearer', 'expires_in': 3599}
3AccessTokenResponse
{
    "access_token": "XW7Pu4VnrhSwWYUvDxMg",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "0D2uzJ9LZVCTqFrcACe7Xg",
        "aud": [
            "clientID"
        ],
        "exp": 1560761513,
        "iat": 1560758093,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "eqJRrRR6mv0qaQlZ",
        "rt_hash": "M0CmMkUZ9ZqudN8tO58X8Q",
        "sub": "testuser"
    },
    "refresh_token": "vSCbI3OGlXeUAOwtoIi8pPZCxjiJcJCvLJeNyXbG",
    "scope": "openid",
    "token_type": "bearer"
}
3jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
3phase<--<-- 5 --- Note -->-->
3phase<--<-- 6 --- AsyncAuthn -->-->
3AuthorizationRequest
{
    "client_id": "clientID",
    "nonce": "j2iv1vrqpuhUoeVx",
    "prompt": [
        "login"
    ],
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "5vCo00pJFB4UlRN3"
}
3redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=5vCo00pJFB4UlRN3&nonce=j2iv1vrqpuhUoeVx&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&prompt=login&client_id=clientID
3redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=5vCo00pJFB4UlRN3&nonce=j2iv1vrqpuhUoeVx&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&prompt=login&client_id=clientID
6http args{}
7responseURL with fragment
7responseaccess_token=eslUvuwajZp7MneyAlrl&state=5vCo00pJFB4UlRN3&expires_in=3599&token_type=bearer&code=qsWssMGV3FIpEoHUOJpRmeRjijBSEJ&scope=openid
7response{'access_token': 'eslUvuwajZp7MneyAlrl', 'state': '5vCo00pJFB4UlRN3', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'qsWssMGV3FIpEoHUOJpRmeRjijBSEJ', 'scope': 'openid'}
7AuthorizationResponse
{
    "access_token": "eslUvuwajZp7MneyAlrl",
    "code": "qsWssMGV3FIpEoHUOJpRmeRjijBSEJ",
    "expires_in": 3599,
    "scope": "openid",
    "state": "5vCo00pJFB4UlRN3",
    "token_type": "bearer"
}
7phase<--<-- 7 --- AccessToken -->-->
7requestop_args: {'state': '5vCo00pJFB4UlRN3'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb'}
7do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb', 'code': 'qsWssMGV3FIpEoHUOJpRmeRjijBSEJ', 'state': '5vCo00pJFB4UlRN3', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': '5vCo00pJFB4UlRN3', 'authn_method': 'client_secret_basic'}
7AccessTokenRequest
{
    "code": "qsWssMGV3FIpEoHUOJpRmeRjijBSEJ",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
    "state": "5vCo00pJFB4UlRN3"
}
7request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
7request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
7requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&code=qsWssMGV3FIpEoHUOJpRmeRjijBSEJ&state=5vCo00pJFB4UlRN3
7http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
7response{'access_token': 'BLt1Aoyf4mioO2jcGwLG', 'refresh_token': 'JhQOl4gwtnY5QW6znWLIvwmxaU4mHO3teR7ZYL3Z', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiaFJIN1FiU0xHa3A3S1NpRmlZZUU0dyIsIm5vbmNlIjoiajJpdjF2cnFwdWhVb2VWeCIsImlhdCI6MTU2MDc1ODA5OCwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IkF2dFFZaVNEalk3dkNXYkowM0lNUlEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTUxOCwiYXVkIjoiY2xpZW50SUQifQ.czMz6ohNtzKR6V7QkTbDotOgYS05gss1VDU8_BAZu7YakalTRpFeRE30nhCrN9I23VHG2hjtKcd14XNlv57sM0jCunixjNMnUhKqp_jma1LsEl0k89tO0CgsJ6ZhhiQcNCqZsQLEolsSL8LskGamsScmMphlZRdm58DRWgmtiN1xH_z9LmIO_YcM2Tt3FAIsSQKPExjA-XlQwa6TaTokHeEBc3hu8qBmVR7jRrM12lmuNnmn4Zj8JzHVVIbqbQ6tHaKc4MDs905F4EcBTjiDEZDUwtNly5LHXkWkiHngha4U8PInH1-RAB1t3ggnx4S0SVsQaEE1g6mn92xbF--eyw', 'token_type': 'bearer', 'expires_in': 3599}
7AccessTokenResponse
{
    "access_token": "BLt1Aoyf4mioO2jcGwLG",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "AvtQYiSDjY7vCWbJ03IMRQ",
        "aud": [
            "clientID"
        ],
        "exp": 1560761518,
        "iat": 1560758098,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "j2iv1vrqpuhUoeVx",
        "rt_hash": "hRH7QbSLGkp7KSiFiYeE4w",
        "sub": "testuser"
    },
    "refresh_token": "JhQOl4gwtnY5QW6znWLIvwmxaU4mHO3teR7ZYL3Z",
    "scope": "openid",
    "token_type": "bearer"
}
7jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
7phase<--<-- 8 --- Done -->-->
7end
7assertionMultipleSignOn
7conditionmultiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
7assertionVerifyResponse
7conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
7conditionDone: status=OK

Result

PASSED