Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-scope-email
Test descriptionScope requesting email claims
Timestamp2019-06-17T07:58:38Z

Conditions


verify-scopes: status=OK [Verifies that the claims corresponding to the requested scopes are returned]
check-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
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": "6EPRpK37oH3MuhqI",
    "redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
    "response_type": "code",
    "scope": "openid email",
    "state": "niKT2AD7erxioYKg"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=niKT2AD7erxioYKg&nonce=6EPRpK37oH3MuhqI&response_type=code&scope=openid+email&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&client_id=clientID
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=niKT2AD7erxioYKg&nonce=6EPRpK37oH3MuhqI&response_type=code&scope=openid+email&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&client_id=clientID
1responseResponse URL with query part
1response{'state': 'niKT2AD7erxioYKg', 'code': '4qUxM9Ppig6w4XmNYTr1oakck9Bo1f'}
1response{'state': 'niKT2AD7erxioYKg', 'code': '4qUxM9Ppig6w4XmNYTr1oakck9Bo1f'}
1AuthorizationResponse
{
    "code": "4qUxM9Ppig6w4XmNYTr1oakck9Bo1f",
    "state": "niKT2AD7erxioYKg"
}
1phase<--<-- 4 --- AccessToken -->-->
1requestop_args: {'state': 'niKT2AD7erxioYKg'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb'}
1do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb', 'code': '4qUxM9Ppig6w4XmNYTr1oakck9Bo1f', 'state': 'niKT2AD7erxioYKg', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'niKT2AD7erxioYKg', 'authn_method': 'client_secret_basic'}
1AccessTokenRequest
{
    "code": "4qUxM9Ppig6w4XmNYTr1oakck9Bo1f",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
    "state": "niKT2AD7erxioYKg"
}
1request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
1request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
1requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&code=4qUxM9Ppig6w4XmNYTr1oakck9Bo1f&state=niKT2AD7erxioYKg
1http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
1response{'access_token': '1G2XJtQrnMjAMo5NnMte', 'refresh_token': 'AIZwfeRUHULU9vwzupfryvTsHp2tNacOlVtf4Ni0', 'scope': 'openid email', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoib0FTRFR3VUt4bkdpUmUyNk1ncDhRQSIsIm5vbmNlIjoiNkVQUnBLMzdvSDNNdWhxSSIsImVtYWlsIjoidGVzdF9pc2FtZmVkQGdtYWlsLmNvbSIsImlhdCI6MTU2MDc1ODMxNywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IjZsT0NHOFYySXNJQ0swdk1ibXRNOEEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTczNywiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJhdWQiOiJjbGllbnRJRCJ9.RBR0BG5VAKWGh5aBuOcCywXX_4ZlPdN6bsOiw2CIOSVbF4AedmGIHtSVL7OQnkf0oHV8WUPO-eFVOXMm7gFmBIecraQwJBh5bSPVbm7BBbMMO7nBjp_qAmGNcFggZI2OIiD17-yoG6BEC4MVT3ESBApwCs9qw2PMQol9yiAuld1Q6xY2UvZjIHH2k0-WwjltsZ-Kjb9oMtoNV1HFCxemVn5FK3b8-H98ET7uCcK5mg1gVnR1LUSkxffBjpFrRUQsTLCBkVbq_jlLQkq46Zu1Y4erqWaGsmml5uQz77jwqc9dBMLrs3UufJGZz5lw_EkuNjNKOqqegizVaADi7HqnWQ', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "1G2XJtQrnMjAMo5NnMte",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "6lOCG8V2IsICK0vMbmtM8A",
        "aud": [
            "clientID"
        ],
        "email": "test_isamfed@gmail.com",
        "email_verified": false,
        "exp": 1560761737,
        "iat": 1560758317,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "6EPRpK37oH3MuhqI",
        "rt_hash": "oASDTwUKxnGiRe26Mgp8QA",
        "sub": "testuser"
    },
    "refresh_token": "AIZwfeRUHULU9vwzupfryvTsHp2tNacOlVtf4Ni0",
    "scope": "openid email",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2phase<--<-- 5 --- UserInfo -->-->
2do_user_info_request
kwargs:{'state': 'niKT2AD7erxioYKg', 'method': 'GET', 'authn_method': 'bearer_header'}
2request{'body': None}
2request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo
2request_http_args{'headers': {'Authorization': 'Bearer 1G2XJtQrnMjAMo5NnMte'}}
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
2OpenIDSchema
{
    "email": "test_isamfed@gmail.com",
    "email_verified": false,
    "sub": "testuser"
}
2OpenIDSchema
{
    "email": "test_isamfed@gmail.com",
    "email_verified": false,
    "sub": "testuser"
}
2phase<--<-- 6 --- Done -->-->
2end
2assertionVerifyScopes
2conditionverify-scopes: status=OK [Verifies that the claims corresponding to the requested scopes are returned]
2assertionCheckHTTPResponse
2conditioncheck-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
2assertionVerifyResponse
2conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
2conditionDone: status=OK

Result

PASSED