Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-scope-address
Test descriptionScope requesting address claims
Timestamp2019-06-17T15:06:23Z

Conditions


verify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['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 id_token token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61737/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61737/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61737/static/jwks_61737.json', 'token_endpoint_auth_method': 'private_key_jwt'}
1RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code",
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61737/static/jwks_61737.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61737/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61737/authz_cb"
    ],
    "response_types": [
        "code id_token token"
    ],
    "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": "YsOMOPzoFV9YzJu7rMUF",
    "client_id_issued_at": 1560783980,
    "client_secret": "HGdO9L6hzHBcdRqbUYyN",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "authorization_code",
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61737/static/jwks_61737.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61737/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61737/authz_cb"
    ],
    "registration_access_token": "xjqZrHZSBzSYoSwvCtck",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=YsOMOPzoFV9YzJu7rMUF",
    "response_types": [
        "code",
        "id_token",
        "token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "YsOMOPzoFV9YzJu7rMUF",
    "nonce": "MAd2fNn6NDmetRg1",
    "redirect_uri": "https://op.certification.openid.net:61737/authz_cb",
    "response_type": "code id_token token",
    "scope": "openid address",
    "state": "ncDHRwrenN8405lp"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=ncDHRwrenN8405lp&nonce=MAd2fNn6NDmetRg1&response_type=code+id_token+token&scope=openid+address&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&client_id=YsOMOPzoFV9YzJu7rMUF
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=ncDHRwrenN8405lp&nonce=MAd2fNn6NDmetRg1&response_type=code+id_token+token&scope=openid+address&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&client_id=YsOMOPzoFV9YzJu7rMUF
2http args{}
2responseURL with fragment
2responseaccess_token=SVmOkYIxTRurR5aVO1Uk&state=ncDHRwrenN8405lp&expires_in=3599&token_type=bearer&code=rfOuybc6MFxrodIsUgf5KPXBUhvW2V&scope=address%20openid&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.NNQQ2PZolsU2SXUCGJ0z2QptV_nUigC-LuwqG-yk6-tLgNbTea3PxHj2T8qoInTn9xJMkWIEdQFVsaTk-h0sCQ8uKWGtTexObJ3Xip1swUVNI-onif_TXAQMljaozNrxzoUtEWr9G635oD27TiI9aZkdKJSpNBPT67Izf9LLH-0hjQXLeNYe-98n9JwAX87U2vCOiHUg8I8PMdiMThAod-XVqFf2V9Q95w5xZ3ZZ5Y-VUrrK4a_-z6sosM3kqzyF1M3gjn-uElOk9cAWOn8f8nEd_cgUG11bBvhcxYn2hzMPEaWSdr2Fw3zzlj-lr6vDwMqXPm_IOdDk1aJGLoZ_Vg.YbOU5KCjLmMsU3Hn6hf2Tw.JmIcayQTpIaQspSI3RebWLTvbILwhp2bTWYhk0Ioj6qy0Lm15bOHi0EoaY_eTcIGOpvTehtvqELVbqJ-YRrbKBk6a0wJyC7VHbXEKujWexhHi_uoiOeVHLBu2tMOfzJGSibiBXSZt67mOWWDh0tWwbJMgxK32satV3pceaXU-dYJb_78RLNLrfZpXYPlyqVqFeQWq-hUF6ufCsKcoNsJLbWd4SgCFZKmMzurO3v5dHDTMctkLfggNGXMlcgwKOi2oZYDfOdVXa21dF1AzLN4a_2vnCR4mrlMuyfEGazjSlnPyJorpOlh6BEI85IJEg6A0kA9P7BlwcU8EW9yseuqNRMBK-je6DMGUGhMP405tgX1c-tPzo2wEFB7PymkgBtU0RypXgWtEjYsXG297dRmDzt6Eucg42EO9VTVt0-QAaGhblwBAXIJS-ZwFQu-rY7AhgQ4iNDuizYn6ha0BWBTP-I2VVzwOZoibD54PqiVlbPJXQ4KTXzSgRqx7lzdhUhWskqBLV8wxUSPw9FPR_FdFVKXjso3sLLFP6XwsvKEc8FvE7cdOLIHkzOQEG6mjti77lwPLCDJOwYXnvWg5BNgdviln2J8se2S3q-kDrZ7FodnJfaNiLhvdVmE15AieeMbnt3bAGSR58rHoqr2bz-wEyx8PJBIma_6fVUCvdYvOD1RDFqUMKXHkyGP3VJyc9cyIYBoEDXL0bucS2fwctVrudiq4tluj0DGoKh6xsIg4YHm3mPTpXLN5nm-8JGug9S_K22NS9h8gKylXE7Va2C6IqXigNBAzECL3O-xgNHFhd1T6MTw3U1xndlDy2kuEOuBE_MV9vZKCuOHaR1NvQFRdKMRSd-BtMuRyeGk9Edx1-Z6Qda1S4izoUauDohepR6vMEP4Xooyt8qhwqFC7MuFnfBRSLPete1rES5TWkcnNIVNbQlMlFIJb2n2MdrGfcCSsUSVFK_t9frNDZzpqYWnQA.UfJUmJR4Dwfgibym1zo3mQ
2response{'access_token': 'SVmOkYIxTRurR5aVO1Uk', 'state': 'ncDHRwrenN8405lp', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'rfOuybc6MFxrodIsUgf5KPXBUhvW2V', 'scope': 'address openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.NNQQ2PZolsU2SXUCGJ0z2QptV_nUigC-LuwqG-yk6-tLgNbTea3PxHj2T8qoInTn9xJMkWIEdQFVsaTk-h0sCQ8uKWGtTexObJ3Xip1swUVNI-onif_TXAQMljaozNrxzoUtEWr9G635oD27TiI9aZkdKJSpNBPT67Izf9LLH-0hjQXLeNYe-98n9JwAX87U2vCOiHUg8I8PMdiMThAod-XVqFf2V9Q95w5xZ3ZZ5Y-VUrrK4a_-z6sosM3kqzyF1M3gjn-uElOk9cAWOn8f8nEd_cgUG11bBvhcxYn2hzMPEaWSdr2Fw3zzlj-lr6vDwMqXPm_IOdDk1aJGLoZ_Vg.YbOU5KCjLmMsU3Hn6hf2Tw.JmIcayQTpIaQspSI3RebWLTvbILwhp2bTWYhk0Ioj6qy0Lm15bOHi0EoaY_eTcIGOpvTehtvqELVbqJ-YRrbKBk6a0wJyC7VHbXEKujWexhHi_uoiOeVHLBu2tMOfzJGSibiBXSZt67mOWWDh0tWwbJMgxK32satV3pceaXU-dYJb_78RLNLrfZpXYPlyqVqFeQWq-hUF6ufCsKcoNsJLbWd4SgCFZKmMzurO3v5dHDTMctkLfggNGXMlcgwKOi2oZYDfOdVXa21dF1AzLN4a_2vnCR4mrlMuyfEGazjSlnPyJorpOlh6BEI85IJEg6A0kA9P7BlwcU8EW9yseuqNRMBK-je6DMGUGhMP405tgX1c-tPzo2wEFB7PymkgBtU0RypXgWtEjYsXG297dRmDzt6Eucg42EO9VTVt0-QAaGhblwBAXIJS-ZwFQu-rY7AhgQ4iNDuizYn6ha0BWBTP-I2VVzwOZoibD54PqiVlbPJXQ4KTXzSgRqx7lzdhUhWskqBLV8wxUSPw9FPR_FdFVKXjso3sLLFP6XwsvKEc8FvE7cdOLIHkzOQEG6mjti77lwPLCDJOwYXnvWg5BNgdviln2J8se2S3q-kDrZ7FodnJfaNiLhvdVmE15AieeMbnt3bAGSR58rHoqr2bz-wEyx8PJBIma_6fVUCvdYvOD1RDFqUMKXHkyGP3VJyc9cyIYBoEDXL0bucS2fwctVrudiq4tluj0DGoKh6xsIg4YHm3mPTpXLN5nm-8JGug9S_K22NS9h8gKylXE7Va2C6IqXigNBAzECL3O-xgNHFhd1T6MTw3U1xndlDy2kuEOuBE_MV9vZKCuOHaR1NvQFRdKMRSd-BtMuRyeGk9Edx1-Z6Qda1S4izoUauDohepR6vMEP4Xooyt8qhwqFC7MuFnfBRSLPete1rES5TWkcnNIVNbQlMlFIJb2n2MdrGfcCSsUSVFK_t9frNDZzpqYWnQA.UfJUmJR4Dwfgibym1zo3mQ'}
3AuthorizationResponse
{
    "access_token": "SVmOkYIxTRurR5aVO1Uk",
    "code": "rfOuybc6MFxrodIsUgf5KPXBUhvW2V",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "I06rYYuEXBRqdoF4b2y_BQ",
        "aud": [
            "YsOMOPzoFV9YzJu7rMUF"
        ],
        "c_hash": "aQoa3pk1KPXmumKNkcR7hQ",
        "exp": 1560787401,
        "iat": 1560783981,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "MAd2fNn6NDmetRg1",
        "sub": "testuser"
    },
    "scope": "address openid",
    "state": "ncDHRwrenN8405lp",
    "token_type": "bearer"
}
3phase<--<-- 4 --- AccessToken -->-->
3requestop_args: {'state': 'ncDHRwrenN8405lp'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61737/authz_cb'}
3do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61737/authz_cb', 'code': 'rfOuybc6MFxrodIsUgf5KPXBUhvW2V', 'state': 'ncDHRwrenN8405lp', 'grant_type': 'authorization_code', 'client_id': 'YsOMOPzoFV9YzJu7rMUF'}, 'state': 'ncDHRwrenN8405lp', 'authn_method': 'private_key_jwt'}
3AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiWXNPTU9Qem9GVjlZekp1N3JNVUYiLCAic3ViIjogIllzT01PUHpvRlY5WXpKdTdyTVVGIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICI3OHNqZDF1UGdVTmlEOXpBNk1WQTcySG5QWFpYd0lLTiIsICJleHAiOiAxNTYwNzg0NTgyLCAiaWF0IjogMTU2MDc4Mzk4Mn0.kDc_pMwqrdGLZ-Nztl2kgfS3fBqTHzj0RebxYbRLY4FMRDcM3Vx7pjV7ckPujMXGhu0p-AAVmTB_f-8u1-Ehv2N7XN4J5nV7WXd1AUpjZ6gei0ipWTQLeDhPYRLg6M8lyPPDj-W5FgW8zNu82Na-pSaUjStohZez3wj2qpa-fBmuYh9o71z34pjDD8R557tP7DZa2ocoCDVIyTmk4ip34TFO4MZYpsaUleNX5E1OUFryFxa_qoi8xX6NTj0d_WNZtSmxCW0PUaC7DZwaLEMcNAlErEapZY_gePe4iEWpXRQsXG6P7KE234sNFj4CHnk8EiwNTj5oBw5jrU1CiK1XnQ",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "rfOuybc6MFxrodIsUgf5KPXBUhvW2V",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61737/authz_cb",
    "state": "ncDHRwrenN8405lp"
}
3request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
3request_http_args{'headers': {'Content-Type': 'application/x-www-form-urlencoded'}}
3requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&code=rfOuybc6MFxrodIsUgf5KPXBUhvW2V&state=ncDHRwrenN8405lp&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiWXNPTU9Qem9GVjlZekp1N3JNVUYiLCAic3ViIjogIllzT01PUHpvRlY5WXpKdTdyTVVGIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICI3OHNqZDF1UGdVTmlEOXpBNk1WQTcySG5QWFpYd0lLTiIsICJleHAiOiAxNTYwNzg0NTgyLCAiaWF0IjogMTU2MDc4Mzk4Mn0.kDc_pMwqrdGLZ-Nztl2kgfS3fBqTHzj0RebxYbRLY4FMRDcM3Vx7pjV7ckPujMXGhu0p-AAVmTB_f-8u1-Ehv2N7XN4J5nV7WXd1AUpjZ6gei0ipWTQLeDhPYRLg6M8lyPPDj-W5FgW8zNu82Na-pSaUjStohZez3wj2qpa-fBmuYh9o71z34pjDD8R557tP7DZa2ocoCDVIyTmk4ip34TFO4MZYpsaUleNX5E1OUFryFxa_qoi8xX6NTj0d_WNZtSmxCW0PUaC7DZwaLEMcNAlErEapZY_gePe4iEWpXRQsXG6P7KE234sNFj4CHnk8EiwNTj5oBw5jrU1CiK1XnQ&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': 'ftcjYIoZR3YXxqA4GC05', 'refresh_token': '5gQqMbLKdllTmgNpaRPauAL29GBb4T1zCAQIg70p', 'scope': 'address openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.FlPnXG9Ov0ZoNglsG9kyITfE0_x12-8SwgN9eEmvLmOnnRrjTZ4fQyq6pW9VTC7CX32GUNg1RLK3iJSHt1J0IxdPRBvE3DCzD3rNNgVHyDuEL6MPnnHxJQgm2ualSpc5-pfDMuwBY51Ak6WamTyx7KZPZ0txo2ZwHuJCrjfoTBXiN6OBIjvqunKb5wc6miiJmuO1VNimfq8PUw8Bc8rzrvqrtG0DD_EGJwFLATzxVXD3PTZ8GqzvPDtd5n-7XnC5W930BJxSGAcaxef3kYjStOrcAHO4J-gA1NUayN6_53y7Ml9dDesEACrqZpD4Jj8cZRDSm-eErD-_ZwFZPyz2fA.fIQ8FfUsttXs16YoE0xI-A.gS3i1qE5ovVKbEyldiu6G1lSyAYKf9BTBJ42wSuOmLsHHTKUpRKoUjkPHSGtsE22QsM0k0u0UgHm80Pmr_ih6MNXbVer-JgD-BmK1MwB-NnQ6czPx5T1GKIgrNWllrq2zHFaMHSANoXIMRNXlpbVwZl8Wwc0e53VcLEnHqlRoDQN2-Ou72AYAFYnjNH9niMOVw65RCG-JLApJK-tEpKoir5mjfEGmZ_OQ7j9O7ZvidmiS8Ffja5zvjFfo3KoV9QkD_H8_6xhCPKyFzcUj3eAwINSCdM8iUOOdE8RCDd5T9Q89n9GRTJRH6i9U45x22bACJbs8J1kbyq7Uasa_qKTgU9HSmZvTbG8QVjuPfAEEpRX5tWfZOcFaiGDWHzeqI37_tzAJ_42ebluLs4eP7N6y9wxgEZGG-dq93X_4mPbOca5RFckTCIhdViX6ASZcyT52Eil_zcBOH4PPz1PQIV2tnxv8EwuldIR3QrUuHelAe-l2dGXZ2lLzQAh9v30ye50rVw1sj6dMn4mW6Y6rqV-OLtr1NUda4Rrz9jwoOaCfoODzDjYeR8N8E2qmZOG4Yew-IdFmE6qf2sZkfuIqUoePUEpJJmwjCPBwwMnYXOAgvSXeYSpr4_xQ4pUqRODswC8l7rRf8RPOI6AzALXO5Q0ae3sqzRUJ2z-IMJVDJsmuo6Er5_ogOmeIIS3kg8krItjyIkJKw-owApukZoysEpq7Rblu8f2aLmXzVcf1hkdKH2oV1r7NDHd3XwMAXYwDKB8HWashrNHegLtICfR7ivAAkbNj2w1wdoEoY8FKHw18ZKSI9PI1ARZx194hQOlSv-ACMiLdPLNxwz26d0O2ELNe90akeN9gCkAabN2ob4EfhNfVrXWg7eJ5Nj_Y-eUwoxLhXvPQRsDUmNulOOSDUEmEcb5W2Yt98mGRjI3IxMLC4XB49_966wHI-2xu9oWvEaqCbOeHJ2GLx8knZ5uoHpWDA.NecU0uzHy9CcCjf-5tbASw', 'token_type': 'bearer', 'expires_in': 3599}
3AccessTokenResponse
{
    "access_token": "ftcjYIoZR3YXxqA4GC05",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "FjX2stefBPJp_FKPBt3FZA",
        "aud": [
            "YsOMOPzoFV9YzJu7rMUF"
        ],
        "exp": 1560787402,
        "iat": 1560783982,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "MAd2fNn6NDmetRg1",
        "rt_hash": "H3sSLN0r_pkGxvPq4UjEfg",
        "sub": "testuser"
    },
    "refresh_token": "5gQqMbLKdllTmgNpaRPauAL29GBb4T1zCAQIg70p",
    "scope": "address openid",
    "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': 'ncDHRwrenN8405lp', '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 ftcjYIoZR3YXxqA4GC05'}}
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
4OpenIDSchema
{
    "sub": "testuser"
}
4OpenIDSchema
{
    "sub": "testuser"
}
4phase<--<-- 6 --- Done -->-->
4end
4assertionVerifyScopes
4conditionverify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['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: ['address']