Test Info

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

Conditions


verify-scopes: status=OK [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_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"
}
0phase<--<-- 2 --- Registration -->-->
0register
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'}
0RegistrationRequest
{
    "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": "t9TeejVwUjy2Vg6hqK8q",
    "client_id_issued_at": 1560783985,
    "client_secret": "xnvDxAt6UlVTLRpunM2K",
    "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": "K1S0bBFV3uMuiqYLFejC",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=t9TeejVwUjy2Vg6hqK8q",
    "response_types": [
        "code",
        "id_token",
        "token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "t9TeejVwUjy2Vg6hqK8q",
    "nonce": "z7rf84oytfT6VcA6",
    "redirect_uri": "https://op.certification.openid.net:61737/authz_cb",
    "response_type": "code id_token token",
    "scope": "openid email",
    "state": "QIwnSu82cC6PMEmB"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=QIwnSu82cC6PMEmB&nonce=z7rf84oytfT6VcA6&response_type=code+id_token+token&scope=openid+email&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&client_id=t9TeejVwUjy2Vg6hqK8q
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=QIwnSu82cC6PMEmB&nonce=z7rf84oytfT6VcA6&response_type=code+id_token+token&scope=openid+email&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&client_id=t9TeejVwUjy2Vg6hqK8q
2http args{}
2responseURL with fragment
2responseaccess_token=Rvxbdw3CbVUUsWsFofsD&state=QIwnSu82cC6PMEmB&expires_in=3599&token_type=bearer&code=CX6H2X9HqToFkMCyHsTSSaGmltQlzh&scope=openid%20email&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.fSpxCy5UEh9jkbR7GSFBCH9eBb6Aoc_KAjLdpNp8L-nQwGX98PV20zT2VCD5wUsRQHwI0CxT1r7mLgfOwus8JZCe1QBpVPlX4p1tps9KUaH6_fFCCbqFLOUD8H7NqBZHhJITCxxdr7CAkwCHD137LKuRTZeOTji0jwLac81zDgQ_IX3lo7i_I_wazHkfQY9zsI3H-CsHivaaOQ-PLwpXHF1qIODfQh_eFv9bULGphb1OuBQ_lVZLlPlngscbQn2jh_2UODbdn5HCOLGMkfJa1_s-a4VD2Gk1icO3mHyWCD3_q_DPgMGCpM5DB0kbAaPXVIRmjsg_cHA3hJEV6Mgmog.-tT96nz656UyC1jKTFHWKw.mZzM4J2aGf284qc_J4kFAPPy1reZYUma2KUTckplmFErNTlH5UIc-S7X7s-dV0Vj92L-F_P18j4mIoac3TmqWCw0q3lCj22tME1AwM3aBX8DF7_VZvSf2E5sZKUZQTL65gABNv2ScOkRYmrAZboZtIYLMP68FZiXuZmJhmTecv-J3nEL26HCrrDn1iTG1s0lB_WXaaaXbOG1j5goHbHQbT_wbXCBVUAXY9GCgxcC88alu79kpswbFiVzZwViYCCOqo4BTDxhVFcNIWfZ55p_VzbcIKogZHswQrxsSjjPVug_lUz_eO_IA3VUWnz1P9SB327zcp2SBzFLa97-9fx5QVZII9BNh1lUvSTpcZApVav15PXgmRScJ4BdGj8y-DIdJKd3aaNKGjfTmPIKMh41CMVKwu1i7SRwUPNtbBHnwlGk-RNiW1ZPkVLr-yA3sjW2vcYulQCsMnaA05R5cOx-CRYfEeY3g15wD48QHBKqy0mic9i7WrnNG-I8I3BO8U35hAjNhSpEXa0oFGFHmPP60qVcm-GOn7mdTwRQJ4emz_5VqSKTl4k0H6pUtkz1C18pLXemM5m1YuYFghOSIV-NGETbQzuHhHAfMIk70FRF7c_bv6YwEj8uvPz40qvAquGido6T2qYqko-qzdyDTvz3bgzn3fTOMzIEhe5UXfCWq9K_kDSPH-sWe2B-mjuUNsRQJ58yLzmXFdoGKRg7hN6IxlekI_PBy1LfOyP4JTx4hAvQ9U7-NuZnluizLcSaZs5elW4B1L3Rwgu5V54cTD0mFRZnYxU-Bp_GQcSkB7OGj-lfu_dgzqBa-c0luXlWE262ipF4VoE4XgZrzkSx9ZGiAZbcyjPcBfkdzd1yPOE6-gmcMaUOgSircRwf2KsbQ3HvsesLFLn3HrPbGRKbhWzLmkzmj8K48wscP6C9MuMz-_DSM5Uy5pcl-OE1PFpkZcVPsOtzut0rOaqK6fR8XSK7KMzPtcjYItchSbFz7VG-lcfnDeljFJwHOaZ2raIiHa6kWk6bFJoRtZexuftRrs_EADLDidUYBu7stuJqeLgFDcg.F2XEEqLePEnOEpm3q6M6fg
2response{'access_token': 'Rvxbdw3CbVUUsWsFofsD', 'state': 'QIwnSu82cC6PMEmB', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'CX6H2X9HqToFkMCyHsTSSaGmltQlzh', 'scope': 'openid email', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.fSpxCy5UEh9jkbR7GSFBCH9eBb6Aoc_KAjLdpNp8L-nQwGX98PV20zT2VCD5wUsRQHwI0CxT1r7mLgfOwus8JZCe1QBpVPlX4p1tps9KUaH6_fFCCbqFLOUD8H7NqBZHhJITCxxdr7CAkwCHD137LKuRTZeOTji0jwLac81zDgQ_IX3lo7i_I_wazHkfQY9zsI3H-CsHivaaOQ-PLwpXHF1qIODfQh_eFv9bULGphb1OuBQ_lVZLlPlngscbQn2jh_2UODbdn5HCOLGMkfJa1_s-a4VD2Gk1icO3mHyWCD3_q_DPgMGCpM5DB0kbAaPXVIRmjsg_cHA3hJEV6Mgmog.-tT96nz656UyC1jKTFHWKw.mZzM4J2aGf284qc_J4kFAPPy1reZYUma2KUTckplmFErNTlH5UIc-S7X7s-dV0Vj92L-F_P18j4mIoac3TmqWCw0q3lCj22tME1AwM3aBX8DF7_VZvSf2E5sZKUZQTL65gABNv2ScOkRYmrAZboZtIYLMP68FZiXuZmJhmTecv-J3nEL26HCrrDn1iTG1s0lB_WXaaaXbOG1j5goHbHQbT_wbXCBVUAXY9GCgxcC88alu79kpswbFiVzZwViYCCOqo4BTDxhVFcNIWfZ55p_VzbcIKogZHswQrxsSjjPVug_lUz_eO_IA3VUWnz1P9SB327zcp2SBzFLa97-9fx5QVZII9BNh1lUvSTpcZApVav15PXgmRScJ4BdGj8y-DIdJKd3aaNKGjfTmPIKMh41CMVKwu1i7SRwUPNtbBHnwlGk-RNiW1ZPkVLr-yA3sjW2vcYulQCsMnaA05R5cOx-CRYfEeY3g15wD48QHBKqy0mic9i7WrnNG-I8I3BO8U35hAjNhSpEXa0oFGFHmPP60qVcm-GOn7mdTwRQJ4emz_5VqSKTl4k0H6pUtkz1C18pLXemM5m1YuYFghOSIV-NGETbQzuHhHAfMIk70FRF7c_bv6YwEj8uvPz40qvAquGido6T2qYqko-qzdyDTvz3bgzn3fTOMzIEhe5UXfCWq9K_kDSPH-sWe2B-mjuUNsRQJ58yLzmXFdoGKRg7hN6IxlekI_PBy1LfOyP4JTx4hAvQ9U7-NuZnluizLcSaZs5elW4B1L3Rwgu5V54cTD0mFRZnYxU-Bp_GQcSkB7OGj-lfu_dgzqBa-c0luXlWE262ipF4VoE4XgZrzkSx9ZGiAZbcyjPcBfkdzd1yPOE6-gmcMaUOgSircRwf2KsbQ3HvsesLFLn3HrPbGRKbhWzLmkzmj8K48wscP6C9MuMz-_DSM5Uy5pcl-OE1PFpkZcVPsOtzut0rOaqK6fR8XSK7KMzPtcjYItchSbFz7VG-lcfnDeljFJwHOaZ2raIiHa6kWk6bFJoRtZexuftRrs_EADLDidUYBu7stuJqeLgFDcg.F2XEEqLePEnOEpm3q6M6fg'}
3AuthorizationResponse
{
    "access_token": "Rvxbdw3CbVUUsWsFofsD",
    "code": "CX6H2X9HqToFkMCyHsTSSaGmltQlzh",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "Bi72W6pWaE-ua-A3yx1wnw",
        "aud": [
            "t9TeejVwUjy2Vg6hqK8q"
        ],
        "c_hash": "78HrjqdPmrpDiaT5gt5E1w",
        "email": "test_isamfed@gmail.com",
        "email_verified": false,
        "exp": 1560787405,
        "iat": 1560783985,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "z7rf84oytfT6VcA6",
        "sub": "testuser"
    },
    "scope": "openid email",
    "state": "QIwnSu82cC6PMEmB",
    "token_type": "bearer"
}
3phase<--<-- 4 --- AccessToken -->-->
3requestop_args: {'state': 'QIwnSu82cC6PMEmB'}, 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': 'CX6H2X9HqToFkMCyHsTSSaGmltQlzh', 'state': 'QIwnSu82cC6PMEmB', 'grant_type': 'authorization_code', 'client_id': 't9TeejVwUjy2Vg6hqK8q'}, 'state': 'QIwnSu82cC6PMEmB', 'authn_method': 'private_key_jwt'}
3AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAidDlUZWVqVndVankyVmc2aHFLOHEiLCAic3ViIjogInQ5VGVlalZ3VWp5MlZnNmhxSzhxIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJjUncycVFzTEQ4Z29oYzk0VmNGaDRCclFzZlpjZWd2TyIsICJleHAiOiAxNTYwNzg0NTg3LCAiaWF0IjogMTU2MDc4Mzk4N30.ERvywbWwZtGX4-pUD93tXrNHOvWZa-VxY42gmribqah2iA-VwxSaEkcuNGww_SPSUMeq93YPj7nZQw62m3e2MIltsGBvlcHBUrxyNzz_JHhEic8Th_CLaeQ-2xzMk3kKM21TZiiiXr71TokeGUQKH9X8NZDAtCA-Au_jHzpKTYpG9ChLUnK5h5GFT-wpBbuapBH_hr1XbFTH0zSMmWlERje-xHRYkuQ1JwgaJxNHVU56hHvTJL3QPM6nXeGysAXRtuKRefRFsojh-i86bSJSHmZ7SX7UqEy74d0_ECWowSw5q0jFWA6WJPForFc6BZ-kfApjNCGZRi4_DOowSEkh4g",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "CX6H2X9HqToFkMCyHsTSSaGmltQlzh",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61737/authz_cb",
    "state": "QIwnSu82cC6PMEmB"
}
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=CX6H2X9HqToFkMCyHsTSSaGmltQlzh&state=QIwnSu82cC6PMEmB&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAidDlUZWVqVndVankyVmc2aHFLOHEiLCAic3ViIjogInQ5VGVlalZ3VWp5MlZnNmhxSzhxIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJjUncycVFzTEQ4Z29oYzk0VmNGaDRCclFzZlpjZWd2TyIsICJleHAiOiAxNTYwNzg0NTg3LCAiaWF0IjogMTU2MDc4Mzk4N30.ERvywbWwZtGX4-pUD93tXrNHOvWZa-VxY42gmribqah2iA-VwxSaEkcuNGww_SPSUMeq93YPj7nZQw62m3e2MIltsGBvlcHBUrxyNzz_JHhEic8Th_CLaeQ-2xzMk3kKM21TZiiiXr71TokeGUQKH9X8NZDAtCA-Au_jHzpKTYpG9ChLUnK5h5GFT-wpBbuapBH_hr1XbFTH0zSMmWlERje-xHRYkuQ1JwgaJxNHVU56hHvTJL3QPM6nXeGysAXRtuKRefRFsojh-i86bSJSHmZ7SX7UqEy74d0_ECWowSw5q0jFWA6WJPForFc6BZ-kfApjNCGZRi4_DOowSEkh4g&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
4response{'access_token': 'CtURtzBf1GspPfqoIpsW', 'refresh_token': '2zlv3iU13PHAkuVjmmFXmEuGaROxr3GzV6wrZPwF', 'scope': 'openid email', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.Ea_MHV783tsRK62BA_nijz3562x55GuNbiGv9RJYN-QeSLlolxYNZBYoUDMBzDmebU0d1jVC-eVtUVvTRHNvfJ-qHfKXL3-I5GGiQbjRNosOfqkpgWYMyixIGQWsUrpYRAdJnkSp9KdeB9MyPWfXqfZEQA5SxspxziQ_yvXNT5Xcjm6gDGHL-BlUmrU5CaTZyUGEnYGOW2kF17tfc9wZUTXwR0sbTLuqrVjXu27vHTahPCk0TEGeFdNFJRL69EOnPnnwYoK0bow-x06df_UodyG15-YLWy8pZjQg3eBQIfpunnoOYC8EK1Sz6iq_aMN7o8L0envoibakE9QQOYzjlw.oKqYM2uLjqR8XIVuYkl_7w.px978RFQCOZoFNsph7iIX8CgqwoJR01kX4ODOd7IdGtsonlhycsgdwPOx75xcUwGQhUoYcbkeMsPqm69GV0ozJ31mHv4xeiQrgJxiBtMcUlf-lDyYkZ60Yuout8EHMK3z9sDZ8vq6UtcNCPN8V-kb7bHP_D-7hC6ABklJ9xZ4ocKvc0m8XpAqPTpxsLt6kPWWzyoFhf1UiVsYTJgdirLCfWZibDZVDOQJALfYbH-ymhZzM3eUZCS7EWrGvhOpli8PAfQ40Dy_q3PcpJBgmE9xjJGAT78rubDdNdojz7UExZHvS8VllUcg5ycr6wYcI9xgADnaRsB3jEsWRoO__SLBQhvEFys4DyKgU0sjzZ_cy0oEkyXg7W3ZxMrOdrXAzghvaGErYr4ZoBcmkt74NMBsXpe6dMPB_OBhDG4hARYuz4WmQ5PoFGdalLrNBoGUU93NX3pWBBYfmf4-jaNDq5p--zUGxUYiJPMFPu9nM0yosMyqxUBeTKkWOctnh2G8UETdWJeMnULCQBoLoUaGVYMWJd5Yl3powh3E0gemNltsjPOcfDPo6HDaJMDyRvQcGE6rbXGMCxZ5Lpqh4DaQVh01sU-SaZHj1UxY4bQtTw-9d3FIvz7Qo77egiC4SHOsrd8exndYQD3iyZDEwtAnWd_TPe9FtOtDArN2y08_3U145bchNVjo7CIGFszkXDAGhOlC4h2NzuqwNeJEzouFQwFYhEu-juCvYqwKp28wi_Gkz3jiGZCDwz5Jz01-2YWlWYZ4pGoY3dPDzbdzBiRdBM0yByL_cuP4X9Wdc-sbG__Bnx4_MG64abmKqRjrj1SGkJq4ot2w4nf7OHZSaBA1HnsMt8InlSvVHHQS8bUZdUy40lFPgrMOOio0GGroYRBQgWhS-zUOIbA39w9KKVCAduIRhECz7apuEopME_DnBEwBL-8ozBCBiPLmQ0AVKbvbJsIYQdOnNJB7FyGdYKoTXF4mYvGI_uQzXFSo_muTcnbhSvFP4xJgCIcDpTvcfiEJBVgEg-Duw9mPkTButxeLkWBlz5K52a1ZRuJa4vENbNS818.916BUtfZfX127aGAYDBYdg', 'token_type': 'bearer', 'expires_in': 3599}
4AccessTokenResponse
{
    "access_token": "CtURtzBf1GspPfqoIpsW",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "lS_KIYj7z1IZWOJxvYKaGQ",
        "aud": [
            "t9TeejVwUjy2Vg6hqK8q"
        ],
        "email": "test_isamfed@gmail.com",
        "email_verified": false,
        "exp": 1560787407,
        "iat": 1560783987,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "z7rf84oytfT6VcA6",
        "rt_hash": "Xme4RUt1_0TXDmssac9rjg",
        "sub": "testuser"
    },
    "refresh_token": "2zlv3iU13PHAkuVjmmFXmEuGaROxr3GzV6wrZPwF",
    "scope": "openid email",
    "token_type": "bearer"
}
4jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
4jwe header{'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'}
4phase<--<-- 5 --- UserInfo -->-->
4do_user_info_request
kwargs:{'state': 'QIwnSu82cC6PMEmB', 'method': 'GET', 'authn_method': 'bearer_header'}
4request{'body': None}
4request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo
4request_http_args{'headers': {'Authorization': 'Bearer CtURtzBf1GspPfqoIpsW'}}
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
4OpenIDSchema
{
    "email": "test_isamfed@gmail.com",
    "email_verified": false,
    "sub": "testuser"
}
4OpenIDSchema
{
    "email": "test_isamfed@gmail.com",
    "email_verified": false,
    "sub": "testuser"
}
4phase<--<-- 6 --- Done -->-->
4end
4assertionVerifyScopes
4conditionverify-scopes: status=OK [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

PASSED