Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-scope-All
Test descriptionScope requesting all claims
Timestamp2019-06-17T15:44:49Z

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', 'address'] [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'}
1http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
1ProviderConfigurationResponse
{
    "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_encryption_alg_values_supported": [
        "RSA-OAEP-256"
    ],
    "id_token_encryption_enc_values_supported": [
        "A128CBC-HS256"
    ],
    "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"
}
1phase<--<-- 2 --- Registration -->-->
1register
kwargs:{'response_types': ['code'], 'grant_types': ['authorization_code'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61583/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61583/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61583/static/jwks_61583.json', 'token_endpoint_auth_method': 'private_key_jwt'}
1RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61583/static/jwks_61583.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61583/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61583/authz_cb"
    ],
    "response_types": [
        "code"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
1RegistrationResponse
{
    "application_type": "web",
    "client_id": "jaa6uJM7EJms2zOY5IHp",
    "client_id_issued_at": 1560786286,
    "client_secret": "yUPsq8Te8BwYP266ElTX",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61583/static/jwks_61583.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61583/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61583/authz_cb"
    ],
    "registration_access_token": "H2h9GeahWSq7cw0dwr94",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=jaa6uJM7EJms2zOY5IHp",
    "response_types": [
        "code"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "jaa6uJM7EJms2zOY5IHp",
    "nonce": "SwhPAFzCrq5DUO4S",
    "redirect_uri": "https://op.certification.openid.net:61583/authz_cb",
    "response_type": "code",
    "scope": "openid profile email address phone",
    "state": "dXsBB3424KyLdZCH"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=dXsBB3424KyLdZCH&nonce=SwhPAFzCrq5DUO4S&response_type=code&scope=openid+profile+email+address+phone&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&client_id=jaa6uJM7EJms2zOY5IHp
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=dXsBB3424KyLdZCH&nonce=SwhPAFzCrq5DUO4S&response_type=code&scope=openid+profile+email+address+phone&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&client_id=jaa6uJM7EJms2zOY5IHp
2responseResponse URL with query part
2response{'state': 'dXsBB3424KyLdZCH', 'code': 'WWVhcnZNiJNDnCkZdmPhoILGnObZOk'}
2response{'state': 'dXsBB3424KyLdZCH', 'code': 'WWVhcnZNiJNDnCkZdmPhoILGnObZOk'}
2AuthorizationResponse
{
    "code": "WWVhcnZNiJNDnCkZdmPhoILGnObZOk",
    "state": "dXsBB3424KyLdZCH"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': 'dXsBB3424KyLdZCH'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61583/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61583/authz_cb', 'code': 'WWVhcnZNiJNDnCkZdmPhoILGnObZOk', 'state': 'dXsBB3424KyLdZCH', 'grant_type': 'authorization_code', 'client_id': 'jaa6uJM7EJms2zOY5IHp'}, 'state': 'dXsBB3424KyLdZCH', 'authn_method': 'private_key_jwt'}
2AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiamFhNnVKTTdFSm1zMnpPWTVJSHAiLCAic3ViIjogImphYTZ1Sk03RUptczJ6T1k1SUhwIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIyRnA3V2NTMTl6WDhXSmthMWFQcmRMZjRNV1lOeThuQSIsICJleHAiOiAxNTYwNzg2ODg3LCAiaWF0IjogMTU2MDc4NjI4N30.DvqrwGSaQXuaTgaLvEymHO-clEZDorCPQTvgZFzvmHgcdLx6xKCZYiJX2XGoavMx-50ChEvIrTqQMcKSa7NMCRMNw1vSlmcXGZg0K7n7PXrd6-Cx1qfnPUd-_sVSxLiX9cZGS2AmqWh7Ykq1O-9jT-lLk1udFoBpOcz3yIOyr9PYQe1r4a0aR7Rus_1JXFNeD7V53PZKIaqFxSrAzivQbMA-e2WA2FFx1wwFEKzwxMR8qa7rPU0KnfoKaZ0CSzhGyoCLlF4xY0rboCOcbNCBLYbDjAus-6ujxmUuNk4uAqTi4a4RNLQLgBvNUmgf4ZLOxmJkTZkbm78PHXu5qQCkBA",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "WWVhcnZNiJNDnCkZdmPhoILGnObZOk",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61583/authz_cb",
    "state": "dXsBB3424KyLdZCH"
}
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%3A61583%2Fauthz_cb&code=WWVhcnZNiJNDnCkZdmPhoILGnObZOk&state=dXsBB3424KyLdZCH&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiamFhNnVKTTdFSm1zMnpPWTVJSHAiLCAic3ViIjogImphYTZ1Sk03RUptczJ6T1k1SUhwIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIyRnA3V2NTMTl6WDhXSmthMWFQcmRMZjRNV1lOeThuQSIsICJleHAiOiAxNTYwNzg2ODg3LCAiaWF0IjogMTU2MDc4NjI4N30.DvqrwGSaQXuaTgaLvEymHO-clEZDorCPQTvgZFzvmHgcdLx6xKCZYiJX2XGoavMx-50ChEvIrTqQMcKSa7NMCRMNw1vSlmcXGZg0K7n7PXrd6-Cx1qfnPUd-_sVSxLiX9cZGS2AmqWh7Ykq1O-9jT-lLk1udFoBpOcz3yIOyr9PYQe1r4a0aR7Rus_1JXFNeD7V53PZKIaqFxSrAzivQbMA-e2WA2FFx1wwFEKzwxMR8qa7rPU0KnfoKaZ0CSzhGyoCLlF4xY0rboCOcbNCBLYbDjAus-6ujxmUuNk4uAqTi4a4RNLQLgBvNUmgf4ZLOxmJkTZkbm78PHXu5qQCkBA&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
3http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
3response{'access_token': 'Ws7DoX1XxWy35LiXPDcC', 'refresh_token': 'ZaANUKVIj14YbxnKv9xlxdei6Nwcu84aPTkVk9W8', 'scope': 'address phone openid profile email', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.QXy7uqb93ocFTq5XpEmiz57Z2WNpRRSxdXa5imHMKPt_9G8E-6-AtsZtiEenvXgvhkWE5Wp419gC3ezFTqaozdv1mR0gU2LXnwqsQ_82J-VsufwsL8OUTA8ULJ1JKllTjgSkTOCgT3MVstL9XWzip-ULxicVF9jQlTn2nsTPSh7Im_HV3z9n4HZ5NJNhZHqQR8Z5cZ6AFM-33fj_WtOhQR8EFy4wcWSN_fiebAjlsYpqQU4MrHZEMJZ4W3NlSj1sYOElPLrW8l6skv3TuufEUD-Sq-d0d_FVl9mSuE8q-e6jjOua5PoO3wAP8rxb_5GpVNxWtdo6F22KMxOMV6DIGg.Gm22V50T5eRkLI5x0v3Lkg.L4NVM4LNPM4EJm5iyglxSyDDKA5paXN8_80pSxusymcTRJeMjbS2cy62-t1GZt-dvtO7pkwWz-ufUiOlH0xn0898rSr6tgXU15g4MAmYJzAqqzlOgNfRK4DRphRunr4tL0EDeLIvk8PrEFw0GpK2zJFjb-H6dahPfZIeEkEfd-xSvQSgYNGzNlpPlSNL6O2vqqugu2PIKfZdQm-poHaJhB1s3APwNU_XtrQ1INuWFhZnYepl4Bc3QHFC_OO-SQ7pYkxTF6MCm22Hw00eqDaEWT8GjvgLGl8DkWmBYxWlOAD5oWdVK9ZY7MlY6Nm63KDRd_VoOrlNnrpTWNSGGPp-RxTkf0BdmG0FmCoWFpD70uHh4nIO4fl8h7RMQhWWg6RlpWhJUMkMH9_2UcoaYY2Xhq3yrduzrLOeUnLz5qxEg77KC7wiRIDBOWAtycUseIrvNQ1pks1DdiIJMup-3GdAr2E3r7Te9H9bpvC7QpDMe9VDb6FTdzJtH-wxe6069YZAw7gFzSryw73N6Aw-pR8Dr4ayD5kMpN8AZjSn5P8mDgV2Vg-rc-1sm1egladBn_9wqjiNpRMcswQhtzc0YPFEF5U72oezdbyKLyzORmtnYwLJcwp-qIAEL2OOUIJ-mVhcp-TgdriTGW4cTSF5tiKyHWFGFG57505FZqI6LmU7jItV5KVWt2vXe7OYuTGmUP6MRBz4SeapkiMwm8HNEs4rYjKKUEm5YQqlJDe7M_7iCq-Eonpcf4VFGLSlxPC6P70oJTE_QaVa_FRaT7rZIuWe_EMeTaVlxW8tvC4oUvrTVfWH8Up5ElJDwzLgAiVx3ujSBqCsLu48lSCGtNy6XKa1x9dZqeXubMXzdEv6vyDpie6Vw6qRdeK8k5SYkAeCtbjbK9rUn6D35zIuoIcEDuI3VUlOfKhMVPCJnCoNI7iuQphqFjXeZqOyhnhyOe_uumi0Vs1_xVPpA_tkCU70F4stb4Y512pjHMOiYgS-oFG8A3Q04-vxZbHvxc-Ra12kkZ4zcmWWiOLUadpZ_ZvHsUYIQtx7HJZ7k3FWNzLN307E1RmL6YcWpdrTQxpUYrOAgm0A7f6xtjX59Kq3DT5svgM1gKfX27Am5avV92mF90nMsJ3GZw0t55uBHJpsN9jbkPQTLrqOIbOZvfdYor-WBgIQTDN9C0lsLdNDeWfHXF0_lyIb6cUYlT9pnu7vmLIF3z9K.6Ze9E5k7BaNmJDBzr_1HgQ', 'token_type': 'bearer', 'expires_in': 3599}
3AccessTokenResponse
{
    "access_token": "Ws7DoX1XxWy35LiXPDcC",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "_72Xb8nZ7tR26-BJqWYH8w",
        "aud": [
            "jaa6uJM7EJms2zOY5IHp"
        ],
        "email": "test_isamfed@gmail.com",
        "email_verified": false,
        "exp": 1560789708,
        "iat": 1560786288,
        "iss": "https://isamfed.com:30443/test",
        "name": "isamfed testuser",
        "nonce": "SwhPAFzCrq5DUO4S",
        "phone_number": "87654215",
        "phone_number_verified": false,
        "rt_hash": "88pLNxvS2oNvUCdxq0zCRw",
        "sub": "testuser"
    },
    "refresh_token": "ZaANUKVIj14YbxnKv9xlxdei6Nwcu84aPTkVk9W8",
    "scope": "address phone openid profile email",
    "token_type": "bearer"
}
3jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
3jwe header{'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'}
3phase<--<-- 5 --- UserInfo -->-->
3do_user_info_request
kwargs:{'state': 'dXsBB3424KyLdZCH', 'method': 'GET', 'authn_method': 'bearer_header'}
3request{'body': None}
3request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo
3request_http_args{'headers': {'Authorization': 'Bearer Ws7DoX1XxWy35LiXPDcC'}}
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
4OpenIDSchema
{
    "email": "test_isamfed@gmail.com",
    "email_verified": false,
    "name": "isamfed testuser",
    "phone_number": "87654215",
    "phone_number_verified": false,
    "sub": "testuser"
}
4OpenIDSchema
{
    "email": "test_isamfed@gmail.com",
    "email_verified": false,
    "name": "isamfed testuser",
    "phone_number": "87654215",
    "phone_number_verified": false,
    "sub": "testuser"
}
4phase<--<-- 6 --- Done -->-->
4end
4assertionVerifyScopes
4conditionverify-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', 'address'] [Verifies that the claims corresponding to the requested scopes are returned]
4assertionCheckHTTPResponse
4conditioncheck-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks]
4assertionVerifyResponse
4conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
4conditionDone: 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', 'address']