Test Info

Test descriptionScope requesting profile claims
Profile[]
Test IDOP-scope-profile
Timestamp2017-12-18T21:03:56Z
Issuerhttps://oidctest.idautoengineering.net/idp

Conditions


Check support: status=WARNING, message=No support for: scopes_supported=['profile']
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]
verify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['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]
Done: status=OK

Trace Output

0.0phase<--<-- 0 --- Webfinger -->-->
0.0not expected to doWebFinger
0.0phase<--<-- 1 --- Discovery -->-->
0.0provider_config
kwargs:{'issuer': 'https://oidctest.idautoengineering.net/idp'}
0.024http response
url:https://oidctest.idautoengineering.net/idp/.well-known/openid-configuration status_code:200
0.025ProviderConfigurationResponse
{
    "authorization_endpoint": "https://oidctest.idautoengineering.net/idp/profile/oidc/auth",
    "claim_types_supported": [
        "normal"
    ],
    "claims_parameter_supported": false,
    "claims_supported": [
        "sub",
        "name",
        "given_name",
        "family_name",
        "email"
    ],
    "display_values_supported": [
        "page"
    ],
    "grant_types_supported": [
        "authorization_code"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "issuer": "https://oidctest.idautoengineering.net/idp",
    "jwks_uri": "https://oidctest.idautoengineering.net/idp/profile/oidc/jwks",
    "request_parameter_supported": false,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": true,
    "response_modes_supported": [
        "query"
    ],
    "response_types_supported": [
        "code",
        "token",
        "id_token"
    ],
    "scopes_supported": [
        "openid"
    ],
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://oidctest.idautoengineering.net/idp/profile/oidc/token",
    "token_endpoint_auth_methods_supported": [
        "client_secret_post",
        "client_secret_basic"
    ],
    "userinfo_endpoint": "https://oidctest.idautoengineering.net/idp/profile/oidc/userinfo",
    "userinfo_signing_alg_values_supported": [
        "RS256"
    ],
    "version": "3.0"
}
0.026phase<--<-- 2 --- Registration -->-->
0.026not expected to doDynamic registration
0.026phase<--<-- 3 --- AsyncAuthn -->-->
0.026conditionCheck support: status=WARNING, message=No support for: scopes_supported=['profile']
0.026AuthorizationRequest
{
    "client_id": "3000badf0c55d2cae7c22b3d63e3f667",
    "nonce": "4uQZCAAGWQQ8GqOK",
    "redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
    "response_type": "code",
    "scope": "openid profile",
    "state": "EUsrOynFL9V4ag31"
}
0.026redirect urlhttps://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid+profile&nonce=4uQZCAAGWQQ8GqOK&state=EUsrOynFL9V4ag31&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb
0.026redirecthttps://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid+profile&nonce=4uQZCAAGWQQ8GqOK&state=EUsrOynFL9V4ag31&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb
0.29response{'code': 'CqHar_WmO-8vgAPGtWArLz2pecEH9G9GF56zsk91uwKv4GpOfV', 'state': 'EUsrOynFL9V4ag31'}
0.291response{'code': 'CqHar_WmO-8vgAPGtWArLz2pecEH9G9GF56zsk91uwKv4GpOfV', 'state': 'EUsrOynFL9V4ag31'}
0.291AuthorizationResponse
{
    "code": "CqHar_WmO-8vgAPGtWArLz2pecEH9G9GF56zsk91uwKv4GpOfV",
    "state": "EUsrOynFL9V4ag31"
}
0.291phase<--<-- 4 --- AccessToken -->-->
0.291requestop_args: {'state': 'EUsrOynFL9V4ag31'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}
0.291do_access_token_request
kwargs:{'request_args': {'code': 'CqHar_WmO-8vgAPGtWArLz2pecEH9G9GF56zsk91uwKv4GpOfV', 'state': 'EUsrOynFL9V4ag31', 'grant_type': 'authorization_code', 'client_id': '3000badf0c55d2cae7c22b3d63e3f667', 'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}, 'state': 'EUsrOynFL9V4ag31'}
0.291AccessTokenRequest
{
    "client_id": "3000badf0c55d2cae7c22b3d63e3f667",
    "code": "CqHar_WmO-8vgAPGtWArLz2pecEH9G9GF56zsk91uwKv4GpOfV",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
    "state": "EUsrOynFL9V4ag31"
}
0.292request_urlhttps://oidctest.idautoengineering.net/idp/profile/oidc/token
0.292request_http_args{'headers': {'Authorization': 'Basic MzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2Njc6ODY5N2E4OTlhYzFjNzYwODAyNmM4ZDEzN2E1YzMzYTAwM2RlMDA1MDc2MzBmMmQ2OGM5NTNlMTNkNzVlNjFiYg==', 'Content-Type': 'application/x-www-form-urlencoded'}}
0.292requestclient_id=3000badf0c55d2cae7c22b3d63e3f667&state=EUsrOynFL9V4ag31&code=CqHar_WmO-8vgAPGtWArLz2pecEH9G9GF56zsk91uwKv4GpOfV&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb
0.326http response
url:https://oidctest.idautoengineering.net/idp/profile/oidc/token status_code:200
0.327response{'refresh_token': 'IC7cVBmDH._gsI~9V0L54ymO-5qgkH./ajUOeI1L4mD1T7q75l', 'expires_in': 32399, 'scope': 'openid profile', 'access_token': 'xFWBGW1lCzir3_Mzqsy3bUTajOwObbaN-KsHH4fxYBCc2pKQSr', 'id_token': 'eyJraWQiOiI2NTJlNjk1N2UxNzNmYzYxOTYxN2ZhMjNjMzZjYmFjNTRhNWZhNzhlNjBiNzA2Mjg5NmI2ZDgzNTdkNDVhOWYxIiwiYWxnIjoiUlMyNTYifQ.eyJpYXQiOjE1MTM2MzEwMzYsImV4cCI6MTUxMzYzMTA5NiwiaXNzIjoiaHR0cHM6Ly9vaWRjdGVzdC5pZGF1dG9lbmdpbmVlcmluZy5uZXQvaWRwIiwiYXVkIjoiMzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2NjciLCJzdWIiOiIyNjIwMjdhMC1hZjc3LTExZTctODc2ZC0wMjc0MGM1NDljY2EiLCJhdXRoX3RpbWUiOjE1MTM2MzA5OTksIm5vbmNlIjoiNHVRWkNBQUdXUVE4R3FPSyIsImF6cCI6IjMwMDBiYWRmMGM1NWQyY2FlN2MyMmIzZDYzZTNmNjY3IiwibmFtZSI6IlN5c3RlbSBBZG1pbiIsImdpdmVuX25hbWUiOiJTeXN0ZW0iLCJmYW1pbHlfbmFtZSI6IkFkbWluIiwiZW1haWwiOiJqYmVsbGFzc2FpQGlkZW50aXR5YXV0b21hdGlvbi5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXRfaGFzaCI6IndtSnc0LWZfM3hFMndZTHFQREZvc2c9PSJ9.d54FXrm9uAXDnXD-g7rSUxKW-xVQfJAbZ6AYcXANTPl11kqqXeT8P_5Gd0AsPux9XZXFxAXOaXLheTgJ_wI8JU3gC-3ArLi0IyQADH35R0HuZBM946gtmIeEgsdfmLaxIj_nHmlJRtfuVqm9DGJses1ilDF6s_nCNGZ04Fpb_-xZ0C5SrtmnBfmZCdnhhSPL6WI315IdcUE6-F0R8MhKw1OG0p19sWYcNEfg8rwS6lbCPbz7XNrwOzYQ6_VRxXgdJENE2RN6sPQM3-kQ38fahgj1WqHyvGISpNcI-UpM6sVo_W16TsR3EfuL3Pdr9_m1DHW_PpeqqKwkudDFR4BhSA', 'token_type': 'Bearer'}
0.354AccessTokenResponse
{
    "access_token": "xFWBGW1lCzir3_Mzqsy3bUTajOwObbaN-KsHH4fxYBCc2pKQSr",
    "expires_in": 32399,
    "id_token": {
        "at_hash": "wmJw4-f_3xE2wYLqPDFosg==",
        "aud": [
            "3000badf0c55d2cae7c22b3d63e3f667"
        ],
        "auth_time": 1513630999,
        "azp": "3000badf0c55d2cae7c22b3d63e3f667",
        "email": "jbellassai@identityautomation.com",
        "email_verified": true,
        "exp": 1513631096,
        "family_name": "Admin",
        "given_name": "System",
        "iat": 1513631036,
        "iss": "https://oidctest.idautoengineering.net/idp",
        "name": "System Admin",
        "nonce": "4uQZCAAGWQQ8GqOK",
        "sub": "262027a0-af77-11e7-876d-02740c549cca"
    },
    "refresh_token": "IC7cVBmDH._gsI~9V0L54ymO-5qgkH./ajUOeI1L4mD1T7q75l",
    "scope": "openid profile",
    "token_type": "Bearer"
}
0.354phase<--<-- 5 --- UserInfo -->-->
0.354do_user_info_request
kwargs:{'method': 'GET', 'authn_method': 'bearer_header', 'state': 'EUsrOynFL9V4ag31'}
0.354request{'body': None}
0.354request_urlhttps://oidctest.idautoengineering.net/idp/profile/oidc/userinfo
0.354request_http_args{'headers': {'Authorization': 'Bearer xFWBGW1lCzir3_Mzqsy3bUTajOwObbaN-KsHH4fxYBCc2pKQSr'}}
0.394http response
url:https://oidctest.idautoengineering.net/idp/profile/oidc/userinfo status_code:200
0.396OpenIDSchema
{
    "email": "jbellassai@identityautomation.com",
    "email_verified": true,
    "family_name": "Admin",
    "given_name": "System",
    "name": "System Admin",
    "sub": "262027a0-af77-11e7-876d-02740c549cca"
}
0.396OpenIDSchema
{
    "email": "jbellassai@identityautomation.com",
    "email_verified": true,
    "family_name": "Admin",
    "given_name": "System",
    "name": "System Admin",
    "sub": "262027a0-af77-11e7-876d-02740c549cca"
}
0.396phase<--<-- 6 --- Done -->-->
0.396end
0.396assertionCheckHTTPResponse
0.396conditioncheck-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
0.397assertionVerifyResponse
0.397conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
0.397assertionVerifyScopes
0.397conditionverify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['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]
0.397conditionDone: status=OK

Result

WARNING
Warnings:
No support for: scopes_supported=['profile']
The following claims were missing from the returned information: ['middle_name', 'nickname', 'profile', 'picture', 'website', 'gender', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username']