Test Info

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

Conditions


Check support: status=WARNING, message=No support for: scopes_supported=['profile', 'email', 'address', 'phone']
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', 'address', 'phone_number', 'phone_number_verified'] [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.026http response
url:https://oidctest.idautoengineering.net/idp/.well-known/openid-configuration status_code:200
0.027ProviderConfigurationResponse
{
    "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.027phase<--<-- 2 --- Registration -->-->
0.027not expected to doDynamic registration
0.027phase<--<-- 3 --- AsyncAuthn -->-->
0.027conditionCheck support: status=WARNING, message=No support for: scopes_supported=['profile', 'email', 'address', 'phone']
0.028AuthorizationRequest
{
    "client_id": "3000badf0c55d2cae7c22b3d63e3f667",
    "nonce": "w2YdBs5EshgUaO3y",
    "redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
    "response_type": "code",
    "scope": "openid profile email address phone",
    "state": "2IlNi8CarRN336QO"
}
0.028redirect urlhttps://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid+profile+email+address+phone&nonce=w2YdBs5EshgUaO3y&state=2IlNi8CarRN336QO&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb
0.028redirecthttps://oidctest.idautoengineering.net/idp/profile/oidc/auth?scope=openid+profile+email+address+phone&nonce=w2YdBs5EshgUaO3y&state=2IlNi8CarRN336QO&response_type=code&client_id=3000badf0c55d2cae7c22b3d63e3f667&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb
4.355response{'code': 'A3FhXQnakWMYiJf7jOxR8vbyGHe1t.SvdWN6RjNLiONmn_QSnf', 'state': '2IlNi8CarRN336QO'}
4.355response{'code': 'A3FhXQnakWMYiJf7jOxR8vbyGHe1t.SvdWN6RjNLiONmn_QSnf', 'state': '2IlNi8CarRN336QO'}
4.356AuthorizationResponse
{
    "code": "A3FhXQnakWMYiJf7jOxR8vbyGHe1t.SvdWN6RjNLiONmn_QSnf",
    "state": "2IlNi8CarRN336QO"
}
4.356phase<--<-- 4 --- AccessToken -->-->
4.356requestop_args: {'state': '2IlNi8CarRN336QO'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}
4.356do_access_token_request
kwargs:{'request_args': {'code': 'A3FhXQnakWMYiJf7jOxR8vbyGHe1t.SvdWN6RjNLiONmn_QSnf', 'state': '2IlNi8CarRN336QO', 'grant_type': 'authorization_code', 'client_id': '3000badf0c55d2cae7c22b3d63e3f667', 'redirect_uri': 'https://op.certification.openid.net:60992/authz_cb'}, 'state': '2IlNi8CarRN336QO'}
4.356AccessTokenRequest
{
    "client_id": "3000badf0c55d2cae7c22b3d63e3f667",
    "code": "A3FhXQnakWMYiJf7jOxR8vbyGHe1t.SvdWN6RjNLiONmn_QSnf",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:60992/authz_cb",
    "state": "2IlNi8CarRN336QO"
}
4.356request_urlhttps://oidctest.idautoengineering.net/idp/profile/oidc/token
4.356request_http_args{'headers': {'Authorization': 'Basic MzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2Njc6ODY5N2E4OTlhYzFjNzYwODAyNmM4ZDEzN2E1YzMzYTAwM2RlMDA1MDc2MzBmMmQ2OGM5NTNlMTNkNzVlNjFiYg==', 'Content-Type': 'application/x-www-form-urlencoded'}}
4.356requestclient_id=3000badf0c55d2cae7c22b3d63e3f667&state=2IlNi8CarRN336QO&code=A3FhXQnakWMYiJf7jOxR8vbyGHe1t.SvdWN6RjNLiONmn_QSnf&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A60992%2Fauthz_cb
4.39http response
url:https://oidctest.idautoengineering.net/idp/profile/oidc/token status_code:200
4.391response{'refresh_token': 'MqP2S9kd51.g3jwWonaazdR1p1rPm0S15cfqqod8b5dcjBIoCl', 'expires_in': 32399, 'scope': 'openid profile email address phone', 'access_token': 'npb-KuGzH2dpG.~aKjlk5KKj/HM6ZQuFrcbYM88sJLsJM3JH6G', 'id_token': 'eyJraWQiOiI2NTJlNjk1N2UxNzNmYzYxOTYxN2ZhMjNjMzZjYmFjNTRhNWZhNzhlNjBiNzA2Mjg5NmI2ZDgzNTdkNDVhOWYxIiwiYWxnIjoiUlMyNTYifQ.eyJpYXQiOjE1MTM2MzA5OTksImV4cCI6MTUxMzYzMTA1OSwiaXNzIjoiaHR0cHM6Ly9vaWRjdGVzdC5pZGF1dG9lbmdpbmVlcmluZy5uZXQvaWRwIiwiYXVkIjoiMzAwMGJhZGYwYzU1ZDJjYWU3YzIyYjNkNjNlM2Y2NjciLCJzdWIiOiIyNjIwMjdhMC1hZjc3LTExZTctODc2ZC0wMjc0MGM1NDljY2EiLCJhdXRoX3RpbWUiOjE1MTM2MzA5OTksIm5vbmNlIjoidzJZZEJzNUVzaGdVYU8zeSIsImF6cCI6IjMwMDBiYWRmMGM1NWQyY2FlN2MyMmIzZDYzZTNmNjY3IiwibmFtZSI6IlN5c3RlbSBBZG1pbiIsImdpdmVuX25hbWUiOiJTeXN0ZW0iLCJmYW1pbHlfbmFtZSI6IkFkbWluIiwiZW1haWwiOiJqYmVsbGFzc2FpQGlkZW50aXR5YXV0b21hdGlvbi5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXRfaGFzaCI6InpWcTUtY3dQXzJPbXVHcXd5UGVmNWc9PSJ9.X7wjePNHl25MvCno54m0v6Z_kkbGNbSmtAxW-3xTXmXmSTiNmORlZYdBMiI7vQO1G1kmRxOvSBUjtCIEeHN65R50ocMcju_GwNwN9YEjxTvmw8iEtMtb_aDGIsh1HJd4H37eb-69bwuuq6rSwNOFfm68L5R93X-MRYL4FbV7JX5p7ZWgGdS75yf7vxJ6HTEiPev6J-mst2dnYK9FzWkFUmw4JOuPhywFGvcldjBHaXoksYVnQE9V4ebwEjN-kw_VtckDBS6G1n-XSQDIti6OmQinm6TyBtrq0AUKdr96AIRkFsWalUQOVS8-fr58Pm-v8RJweqbah0x-tth_L7w3QA', 'token_type': 'Bearer'}
4.417AccessTokenResponse
{
    "access_token": "npb-KuGzH2dpG.~aKjlk5KKj/HM6ZQuFrcbYM88sJLsJM3JH6G",
    "expires_in": 32399,
    "id_token": {
        "at_hash": "zVq5-cwP_2OmuGqwyPef5g==",
        "aud": [
            "3000badf0c55d2cae7c22b3d63e3f667"
        ],
        "auth_time": 1513630999,
        "azp": "3000badf0c55d2cae7c22b3d63e3f667",
        "email": "jbellassai@identityautomation.com",
        "email_verified": true,
        "exp": 1513631059,
        "family_name": "Admin",
        "given_name": "System",
        "iat": 1513630999,
        "iss": "https://oidctest.idautoengineering.net/idp",
        "name": "System Admin",
        "nonce": "w2YdBs5EshgUaO3y",
        "sub": "262027a0-af77-11e7-876d-02740c549cca"
    },
    "refresh_token": "MqP2S9kd51.g3jwWonaazdR1p1rPm0S15cfqqod8b5dcjBIoCl",
    "scope": "openid profile email address phone",
    "token_type": "Bearer"
}
4.417phase<--<-- 5 --- UserInfo -->-->
4.417do_user_info_request
kwargs:{'method': 'GET', 'authn_method': 'bearer_header', 'state': '2IlNi8CarRN336QO'}
4.418request{'body': None}
4.418request_urlhttps://oidctest.idautoengineering.net/idp/profile/oidc/userinfo
4.418request_http_args{'headers': {'Authorization': 'Bearer npb-KuGzH2dpG.~aKjlk5KKj/HM6ZQuFrcbYM88sJLsJM3JH6G'}}
4.448http response
url:https://oidctest.idautoengineering.net/idp/profile/oidc/userinfo status_code:200
4.45OpenIDSchema
{
    "email": "jbellassai@identityautomation.com",
    "email_verified": true,
    "family_name": "Admin",
    "given_name": "System",
    "name": "System Admin",
    "sub": "262027a0-af77-11e7-876d-02740c549cca"
}
4.45OpenIDSchema
{
    "email": "jbellassai@identityautomation.com",
    "email_verified": true,
    "family_name": "Admin",
    "given_name": "System",
    "name": "System Admin",
    "sub": "262027a0-af77-11e7-876d-02740c549cca"
}
4.45phase<--<-- 6 --- Done -->-->
4.45end
4.451assertionCheckHTTPResponse
4.451conditioncheck-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
4.451assertionVerifyResponse
4.451conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
4.452assertionVerifyScopes
4.452conditionverify-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', 'address', 'phone_number', 'phone_number_verified'] [Verifies that the claims corresponding to the requested scopes are returned]
4.452conditionDone: status=OK

Result

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