Test Info

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

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'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61365/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61365/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61365/static/jwks_61365.json', 'token_endpoint_auth_method': 'private_key_jwt'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code",
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61365/static/jwks_61365.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61365/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61365/authz_cb"
    ],
    "response_types": [
        "code id_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": "jSVrHay85b48lKc17qqC",
    "client_id_issued_at": 1560755802,
    "client_secret": "ADbEkxYG2eEM6jQ4GEFq",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code",
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61365/static/jwks_61365.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61365/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61365/authz_cb"
    ],
    "registration_access_token": "255qckoDoPKg65ANIXDg",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=jSVrHay85b48lKc17qqC",
    "response_types": [
        "code",
        "id_token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "jSVrHay85b48lKc17qqC",
    "nonce": "7cQqahoxpyvV42Pw",
    "redirect_uri": "https://op.certification.openid.net:61365/authz_cb",
    "response_type": "code id_token",
    "scope": "openid profile",
    "state": "jJtRxN4AxqgVp0iP"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=jJtRxN4AxqgVp0iP&nonce=7cQqahoxpyvV42Pw&response_type=code+id_token&scope=openid+profile&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&client_id=jSVrHay85b48lKc17qqC
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=jJtRxN4AxqgVp0iP&nonce=7cQqahoxpyvV42Pw&response_type=code+id_token&scope=openid+profile&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&client_id=jSVrHay85b48lKc17qqC
1http args{}
1responseURL with fragment
1responsestate=jJtRxN4AxqgVp0iP&code=AtSClzj3uVT5NUuww1r3dPJVd3C9uQ&id_token=eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IjdjUXFhaG94cHl2VjQyUHciLCJuYW1lIjoiaXNhbWZlZCB0ZXN0dXNlciIsImlhdCI6MTU2MDc1NTgwMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0Iiwic3ViIjoidGVzdHVzZXIiLCJleHAiOjE1NjA3NTkyMjMsImNfaGFzaCI6Im5janpkcEhIb1ZsNEZQeVNzWW1CSEEiLCJhdWQiOiJqU1ZySGF5ODViNDhsS2MxN3FxQyJ9.rkM-gbrTVf5rsrZWtkjJvGz2E1ug74jcYJiuuMwa1BNmQ6141Auht7M9TIQWFbqtHzCxM3fVU-QswMUSdCAmiPBgErk1w5dYFP6_qbJUJ2bi4o-1GhIxNjgby3fTplK35fVOY-Y4yF2Ih1n83k1MH5w5833ketWZVinN21iAhciTB3l_XFTXCKsOaLJnZEfiztNmKnS2LTmEpn_CBWOzru9rnhR0E4ogsr8tad6P2h0BvKsJkas-9fXXn4I_nKVWytQ4OU3vZTDykr0hgz0PH52s5rVGjBux4vdGyZ5kX47YIgTV36TY6Xj2jPXPq-kWZoOKFyWe97WWuWfhaYIQJA
1response{'state': 'jJtRxN4AxqgVp0iP', 'code': 'AtSClzj3uVT5NUuww1r3dPJVd3C9uQ', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IjdjUXFhaG94cHl2VjQyUHciLCJuYW1lIjoiaXNhbWZlZCB0ZXN0dXNlciIsImlhdCI6MTU2MDc1NTgwMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0Iiwic3ViIjoidGVzdHVzZXIiLCJleHAiOjE1NjA3NTkyMjMsImNfaGFzaCI6Im5janpkcEhIb1ZsNEZQeVNzWW1CSEEiLCJhdWQiOiJqU1ZySGF5ODViNDhsS2MxN3FxQyJ9.rkM-gbrTVf5rsrZWtkjJvGz2E1ug74jcYJiuuMwa1BNmQ6141Auht7M9TIQWFbqtHzCxM3fVU-QswMUSdCAmiPBgErk1w5dYFP6_qbJUJ2bi4o-1GhIxNjgby3fTplK35fVOY-Y4yF2Ih1n83k1MH5w5833ketWZVinN21iAhciTB3l_XFTXCKsOaLJnZEfiztNmKnS2LTmEpn_CBWOzru9rnhR0E4ogsr8tad6P2h0BvKsJkas-9fXXn4I_nKVWytQ4OU3vZTDykr0hgz0PH52s5rVGjBux4vdGyZ5kX47YIgTV36TY6Xj2jPXPq-kWZoOKFyWe97WWuWfhaYIQJA'}
2AuthorizationResponse
{
    "code": "AtSClzj3uVT5NUuww1r3dPJVd3C9uQ",
    "id_token": {
        "aud": [
            "jSVrHay85b48lKc17qqC"
        ],
        "c_hash": "ncjzdpHHoVl4FPySsYmBHA",
        "exp": 1560759223,
        "iat": 1560755803,
        "iss": "https://isamfed.com:30443/test",
        "name": "isamfed testuser",
        "nonce": "7cQqahoxpyvV42Pw",
        "sub": "testuser"
    },
    "state": "jJtRxN4AxqgVp0iP"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': 'jJtRxN4AxqgVp0iP'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61365/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61365/authz_cb', 'code': 'AtSClzj3uVT5NUuww1r3dPJVd3C9uQ', 'state': 'jJtRxN4AxqgVp0iP', 'grant_type': 'authorization_code', 'client_id': 'jSVrHay85b48lKc17qqC'}, 'state': 'jJtRxN4AxqgVp0iP', 'authn_method': 'private_key_jwt'}
2AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAialNWckhheTg1YjQ4bEtjMTdxcUMiLCAic3ViIjogImpTVnJIYXk4NWI0OGxLYzE3cXFDIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJwdkpmbkdYSk5xM0phVDd3Nnh2SDV4MFhpVFZ1Sm1TQyIsICJleHAiOiAxNTYwNzU2NDA0LCAiaWF0IjogMTU2MDc1NTgwNH0.0Lh-h3_aiA2TR9aZdH9DXpC8TW4U8FBV5CXQF6Py05ZXRMVNE6xhr2BompVgNyx1EpiBGt3pblPKJybPDSQ9Bl94gb0-pYDJZAZ0dU1NyeFv0rAvU1Ynjy1klP5TXgevuHUIkSzWxxCN86APWH6wrp93D2785aucU_yd9ONuPAy4sT1lKyOCtcr7fIRm1szjwCAryZruEndDJWA7WXTaCvhCEDTT0WY_3_RlS9fQ6QKuoM-rUW0lNQjTJGnl91dd3YuU4ZkKtm3yk4YZKUnjjooSZOiKj5ed8uu5WWTHm8QyTe5TqR82O-nVv3d_uXL343kufcIeqSnB1ryQ0mIBmQ",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "AtSClzj3uVT5NUuww1r3dPJVd3C9uQ",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61365/authz_cb",
    "state": "jJtRxN4AxqgVp0iP"
}
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%3A61365%2Fauthz_cb&code=AtSClzj3uVT5NUuww1r3dPJVd3C9uQ&state=jJtRxN4AxqgVp0iP&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAialNWckhheTg1YjQ4bEtjMTdxcUMiLCAic3ViIjogImpTVnJIYXk4NWI0OGxLYzE3cXFDIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJwdkpmbkdYSk5xM0phVDd3Nnh2SDV4MFhpVFZ1Sm1TQyIsICJleHAiOiAxNTYwNzU2NDA0LCAiaWF0IjogMTU2MDc1NTgwNH0.0Lh-h3_aiA2TR9aZdH9DXpC8TW4U8FBV5CXQF6Py05ZXRMVNE6xhr2BompVgNyx1EpiBGt3pblPKJybPDSQ9Bl94gb0-pYDJZAZ0dU1NyeFv0rAvU1Ynjy1klP5TXgevuHUIkSzWxxCN86APWH6wrp93D2785aucU_yd9ONuPAy4sT1lKyOCtcr7fIRm1szjwCAryZruEndDJWA7WXTaCvhCEDTT0WY_3_RlS9fQ6QKuoM-rUW0lNQjTJGnl91dd3YuU4ZkKtm3yk4YZKUnjjooSZOiKj5ed8uu5WWTHm8QyTe5TqR82O-nVv3d_uXL343kufcIeqSnB1ryQ0mIBmQ&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': '7ZwkB4gONeHJjJX0zjBM', 'refresh_token': 'Vu3vYjQDK71Co20xPbtFtVXHV2fEKYeBMZDpAK24', 'scope': 'openid profile', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiNWVrVGFjYk1QNkFWeWw1OXFjUThKdyIsIm5vbmNlIjoiN2NRcWFob3hweXZWNDJQdyIsIm5hbWUiOiJpc2FtZmVkIHRlc3R1c2VyIiwiaWF0IjoxNTYwNzU1ODA0LCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiNE81MEZQdFpUUUxzdFRWZWduQ01xQSIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU5MjI0LCJhdWQiOiJqU1ZySGF5ODViNDhsS2MxN3FxQyJ9.B1zxoXdrJROMm9BUOsMboe2bD0ntkGQ4jg4SkssKgn6U5zEPL2Q24FKA-TXi1PXtYerrAsCjN6kll3zky6l2EBwSr_GympxWs4RvSH1AAvLQ2HDDVYdqHTwWmWPALq8DMzuJuWLi36_m02nbKMtiR9LaC-Q90CbZMqvXwOpEDIeIeBUK0hmVO1uHDYy2pOj38qgD0JNRR7rBIYEQC4P6vXM36_cf13eigS032B8ocOQVZQPMj5tT6QXc01t4kVITPj-BRpLJZ5fmdKNGyjVGXfbee9IF04rXhujaYXfTRi6IGi4KRKXFDKWpCXTSCNmPR11z6q50kadWrICe57R2LQ', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "7ZwkB4gONeHJjJX0zjBM",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "4O50FPtZTQLstTVegnCMqA",
        "aud": [
            "jSVrHay85b48lKc17qqC"
        ],
        "exp": 1560759224,
        "iat": 1560755804,
        "iss": "https://isamfed.com:30443/test",
        "name": "isamfed testuser",
        "nonce": "7cQqahoxpyvV42Pw",
        "rt_hash": "5ekTacbMP6AVyl59qcQ8Jw",
        "sub": "testuser"
    },
    "refresh_token": "Vu3vYjQDK71Co20xPbtFtVXHV2fEKYeBMZDpAK24",
    "scope": "openid profile",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2phase<--<-- 5 --- UserInfo -->-->
2do_user_info_request
kwargs:{'state': 'jJtRxN4AxqgVp0iP', '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 7ZwkB4gONeHJjJX0zjBM'}}
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']