Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-scope-profile
Test descriptionScope requesting profile claims
Timestamp2019-06-17T07:09:03Z

Conditions


verify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['given_name', 'family_name', 'middle_name', 'nickname', 'profile', 'picture', 'website', 'gender', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username'] [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 -->-->
0register
kwargs:{'response_types': ['code id_token token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61367/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61367/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61367/static/jwks_61367.json', 'token_endpoint_auth_method': 'private_key_jwt'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61367/static/jwks_61367.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61367/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61367/authz_cb"
    ],
    "response_types": [
        "code id_token token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
0RegistrationResponse
{
    "application_type": "web",
    "client_id": "G9jDvIQkQhaorU8xmaNB",
    "client_id_issued_at": 1560755340,
    "client_secret": "mrKW8kUh9cERV52XOpYZ",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61367/static/jwks_61367.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61367/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61367/authz_cb"
    ],
    "registration_access_token": "e3CMczUxj8qfZ4gJleY4",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=G9jDvIQkQhaorU8xmaNB",
    "response_types": [
        "code",
        "id_token",
        "token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "G9jDvIQkQhaorU8xmaNB",
    "nonce": "S9JPx1xBM7b9DOX1",
    "redirect_uri": "https://op.certification.openid.net:61367/authz_cb",
    "response_type": "code id_token token",
    "scope": "openid profile",
    "state": "c7cYojId7pdVJeAs"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=c7cYojId7pdVJeAs&nonce=S9JPx1xBM7b9DOX1&response_type=code+id_token+token&scope=openid+profile&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61367%2Fauthz_cb&client_id=G9jDvIQkQhaorU8xmaNB
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=c7cYojId7pdVJeAs&nonce=S9JPx1xBM7b9DOX1&response_type=code+id_token+token&scope=openid+profile&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61367%2Fauthz_cb&client_id=G9jDvIQkQhaorU8xmaNB
1http args{}
2responseURL with fragment
2responseaccess_token=cIPhq0nVAdhbD57vlQXs&state=c7cYojId7pdVJeAs&expires_in=3599&token_type=bearer&code=Q82UcoXgX877MjqXONmOYAreGoVRc9&scope=openid%20profile&id_token=eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IlM5SlB4MXhCTTdiOURPWDEiLCJuYW1lIjoiaXNhbWZlZCB0ZXN0dXNlciIsImlhdCI6MTU2MDc1NTM0MSwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6Ilc5QjNEN0FPR3hFT3dqT1oyWWZEWWciLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc1ODc2MSwiY19oYXNoIjoicVZlcUZOdHRPZWFBUFJTTHdJQWNIQSIsImF1ZCI6Ikc5akR2SVFrUWhhb3JVOHhtYU5CIn0.TEXEWJb7r7ytjtiFflnY73MYEuYyv1B-qy0-dYKWWfxihyO388ztkLMhzb5Dh-mDhWGC5qghuOxx_n3-G9W48ev7SOsTscHqYY6T3WNdN9H64TQm6sb2QXi0lPbQfECRVL2UFjtBa1ZZFZO7geT9_Bye3hm3lPCNX-kL4zYtFvJa86TbJuwtt7dIxtZzQpBI5W-tEaNHXka0HoKCNY0LjMlnqo2ZCtwVeRJGQp7QCLP-Q0qkhAPeSg3po4wlxfCDVeDbYpxVP8oIAsJl_l_LNwq_tdJ-Tnq-zd0v6ep12R189MRmyQUdaK6BVafZ5ZJ8xZhBmYKIaZ3zLgTDNRltAQ
2response{'access_token': 'cIPhq0nVAdhbD57vlQXs', 'state': 'c7cYojId7pdVJeAs', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'Q82UcoXgX877MjqXONmOYAreGoVRc9', 'scope': 'openid profile', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IlM5SlB4MXhCTTdiOURPWDEiLCJuYW1lIjoiaXNhbWZlZCB0ZXN0dXNlciIsImlhdCI6MTU2MDc1NTM0MSwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6Ilc5QjNEN0FPR3hFT3dqT1oyWWZEWWciLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc1ODc2MSwiY19oYXNoIjoicVZlcUZOdHRPZWFBUFJTTHdJQWNIQSIsImF1ZCI6Ikc5akR2SVFrUWhhb3JVOHhtYU5CIn0.TEXEWJb7r7ytjtiFflnY73MYEuYyv1B-qy0-dYKWWfxihyO388ztkLMhzb5Dh-mDhWGC5qghuOxx_n3-G9W48ev7SOsTscHqYY6T3WNdN9H64TQm6sb2QXi0lPbQfECRVL2UFjtBa1ZZFZO7geT9_Bye3hm3lPCNX-kL4zYtFvJa86TbJuwtt7dIxtZzQpBI5W-tEaNHXka0HoKCNY0LjMlnqo2ZCtwVeRJGQp7QCLP-Q0qkhAPeSg3po4wlxfCDVeDbYpxVP8oIAsJl_l_LNwq_tdJ-Tnq-zd0v6ep12R189MRmyQUdaK6BVafZ5ZJ8xZhBmYKIaZ3zLgTDNRltAQ'}
2AuthorizationResponse
{
    "access_token": "cIPhq0nVAdhbD57vlQXs",
    "code": "Q82UcoXgX877MjqXONmOYAreGoVRc9",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "W9B3D7AOGxEOwjOZ2YfDYg",
        "aud": [
            "G9jDvIQkQhaorU8xmaNB"
        ],
        "c_hash": "qVeqFNttOeaAPRSLwIAcHA",
        "exp": 1560758761,
        "iat": 1560755341,
        "iss": "https://isamfed.com:30443/test",
        "name": "isamfed testuser",
        "nonce": "S9JPx1xBM7b9DOX1",
        "sub": "testuser"
    },
    "scope": "openid profile",
    "state": "c7cYojId7pdVJeAs",
    "token_type": "bearer"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': 'c7cYojId7pdVJeAs'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61367/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61367/authz_cb', 'code': 'Q82UcoXgX877MjqXONmOYAreGoVRc9', 'state': 'c7cYojId7pdVJeAs', 'grant_type': 'authorization_code', 'client_id': 'G9jDvIQkQhaorU8xmaNB'}, 'state': 'c7cYojId7pdVJeAs', 'authn_method': 'private_key_jwt'}
2AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiRzlqRHZJUWtRaGFvclU4eG1hTkIiLCAic3ViIjogIkc5akR2SVFrUWhhb3JVOHhtYU5CIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIyckxoMkJ4MGFVVlJuMVRBMUFiRWwxMW5xcDVXcVo3WCIsICJleHAiOiAxNTYwNzU1OTQyLCAiaWF0IjogMTU2MDc1NTM0Mn0.TDqDSOfNgtGNapbKr8iDhms5WbAYtyIY4EsgDZ42G_XNcs-3R094aTH0fI9srcIO6a1n5F9iSd0Ywr6rHoLJnjteiqQv0tKDkrHySqsLQqqvbbqvj6yDgH_-T9GgueLnRsKGoz0iJC4cJaF6vh8pXz8WMz2VGQDg1__VB3IqAagGC3FRDBXwaxs0gQW86mb5hTjdZJztjttwHfAdkmLoNv5huPw_IC9wZHveXVV_mciMcLmx571fgLwEXN6qzng4AaLFwas8DCdWhhOGy1yyeJbLCnU5VPm98jqHgZo15iFJ_hMDINyv3MbAgmFs3sKCLGAz6GT9nP08ARfI5MUXpQ",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "Q82UcoXgX877MjqXONmOYAreGoVRc9",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61367/authz_cb",
    "state": "c7cYojId7pdVJeAs"
}
2request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
2request_http_args{'headers': {'Content-Type': 'application/x-www-form-urlencoded'}}
2requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61367%2Fauthz_cb&code=Q82UcoXgX877MjqXONmOYAreGoVRc9&state=c7cYojId7pdVJeAs&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiRzlqRHZJUWtRaGFvclU4eG1hTkIiLCAic3ViIjogIkc5akR2SVFrUWhhb3JVOHhtYU5CIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIyckxoMkJ4MGFVVlJuMVRBMUFiRWwxMW5xcDVXcVo3WCIsICJleHAiOiAxNTYwNzU1OTQyLCAiaWF0IjogMTU2MDc1NTM0Mn0.TDqDSOfNgtGNapbKr8iDhms5WbAYtyIY4EsgDZ42G_XNcs-3R094aTH0fI9srcIO6a1n5F9iSd0Ywr6rHoLJnjteiqQv0tKDkrHySqsLQqqvbbqvj6yDgH_-T9GgueLnRsKGoz0iJC4cJaF6vh8pXz8WMz2VGQDg1__VB3IqAagGC3FRDBXwaxs0gQW86mb5hTjdZJztjttwHfAdkmLoNv5huPw_IC9wZHveXVV_mciMcLmx571fgLwEXN6qzng4AaLFwas8DCdWhhOGy1yyeJbLCnU5VPm98jqHgZo15iFJ_hMDINyv3MbAgmFs3sKCLGAz6GT9nP08ARfI5MUXpQ&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': 'iF651Id155koucDVov4k', 'refresh_token': 'arI5hFnodFhH8TxaIQssCdkeX9WndQdV3Rx5uhWz', 'scope': 'openid profile', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiaTBaTGN4OHM4TlRfUVBhTHpJQWdlUSIsIm5vbmNlIjoiUzlKUHgxeEJNN2I5RE9YMSIsIm5hbWUiOiJpc2FtZmVkIHRlc3R1c2VyIiwiaWF0IjoxNTYwNzU1MzQyLCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiUzNyNjBPblZQT0IwVmhHLXZCZ29KUSIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU4NzYyLCJhdWQiOiJHOWpEdklRa1FoYW9yVTh4bWFOQiJ9.h5gT5o9gXJEkWzx_MQFQuxM0lyRDEpdeqIDQAcH8ZSK2p2GaLch1ugDlWrQqtQe6NW02ZVvCbJ97TU2th8USE4Eg2sjn2RMxydUYkvLoqGFJK8i6PF2SNmtvNMvdV9km2TnmtuXqUHS1KRFAAdwv_soCgYz5SbwaAybMpPu74y5qs344zLHWT8_IXsWf71ktV0NDqA5RQs8bBOu3XqJ6wll86f6rBvJlMzQXrh3I3km-LoOZZhbxas7Y6vxt5xzW5mnEymnx1vDPqVSlbvVfgFZ9iZA-l5FOA0Y6Wu4MVGnmoQmGtai4kHM2ggU4ORYJdS17qkDmNiVeBzjd9Ln4hA', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "iF651Id155koucDVov4k",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "S3r60OnVPOB0VhG-vBgoJQ",
        "aud": [
            "G9jDvIQkQhaorU8xmaNB"
        ],
        "exp": 1560758762,
        "iat": 1560755342,
        "iss": "https://isamfed.com:30443/test",
        "name": "isamfed testuser",
        "nonce": "S9JPx1xBM7b9DOX1",
        "rt_hash": "i0ZLcx8s8NT_QPaLzIAgeQ",
        "sub": "testuser"
    },
    "refresh_token": "arI5hFnodFhH8TxaIQssCdkeX9WndQdV3Rx5uhWz",
    "scope": "openid profile",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2phase<--<-- 5 --- UserInfo -->-->
2do_user_info_request
kwargs:{'state': 'c7cYojId7pdVJeAs', '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 iF651Id155koucDVov4k'}}
3http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
3OpenIDSchema
{
    "name": "isamfed testuser",
    "sub": "testuser"
}
3OpenIDSchema
{
    "name": "isamfed testuser",
    "sub": "testuser"
}
3phase<--<-- 6 --- Done -->-->
3end
3assertionVerifyScopes
3conditionverify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['given_name', 'family_name', 'middle_name', 'nickname', 'profile', 'picture', 'website', 'gender', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username'] [Verifies that the claims corresponding to the requested scopes are returned]
3assertionCheckHTTPResponse
3conditioncheck-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
3assertionVerifyResponse
3conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
3conditionDone: status=OK

Result

WARNING
Warnings:
The following claims were missing from the returned information: ['given_name', 'family_name', 'middle_name', 'nickname', 'profile', 'picture', 'website', 'gender', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username']