Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-UserInfo-Header
Test descriptionUserInfo Endpoint access with POST and bearer header
Timestamp2019-06-17T15:18:33Z

Conditions


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'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61716/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61716/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61716/static/jwks_61716.json', 'token_endpoint_auth_method': 'private_key_jwt'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61716/static/jwks_61716.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61716/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61716/authz_cb"
    ],
    "response_types": [
        "code id_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": "yL1fuTcAJNaykOIhWr7J",
    "client_id_issued_at": 1560784711,
    "client_secret": "7ivyfGLzaHjaGrtMKBbe",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61716/static/jwks_61716.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61716/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61716/authz_cb"
    ],
    "registration_access_token": "lqW7XUGyzwd3JOY3pilk",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=yL1fuTcAJNaykOIhWr7J",
    "response_types": [
        "code",
        "id_token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "yL1fuTcAJNaykOIhWr7J",
    "nonce": "UFKePKuPnLUVWNw7",
    "redirect_uri": "https://op.certification.openid.net:61716/authz_cb",
    "response_type": "code id_token",
    "scope": "openid",
    "state": "xbTIRsQun103Vsti"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=xbTIRsQun103Vsti&nonce=UFKePKuPnLUVWNw7&response_type=code+id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61716%2Fauthz_cb&client_id=yL1fuTcAJNaykOIhWr7J
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=xbTIRsQun103Vsti&nonce=UFKePKuPnLUVWNw7&response_type=code+id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61716%2Fauthz_cb&client_id=yL1fuTcAJNaykOIhWr7J
2http args{}
2responseURL with fragment
2responseid_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.I_EWhWam2MSePHPmjeUCp06mbktD0LWeZ4RBmKjRTf5p6gc2FaAOni84d-DSjx5_KoZRAy4fQlTCGzcCCxtAlC_sWI0Evwp8jOC25noNYIDH1vMrugB0vuNbUpxOBBSnY6aZ6nZ9kaHpTAAfWHfIFyElHqmJU0n6TRM0mAoNmBqgMgaiTYc5GxyBz6m6vmDfQicjCzR_Gg1p1o0-lxMfIAdTCgVPcfg32ZPfAK9bNCpkyp6SDNaEBQ4ePmnVve_T6IeaR1kcfv9UVx-98SFHWhdLEat666htSFIqpOReXh3_kzuclaUFZXBxqns4J5eLGfb-EhjjjKvcMtGt6ISPzA.VM_aIwndc9qj2BKPpGyUqw.-iscn59RrmUOb4uvTY0O5NRanAlZ-owCLXMdpTnLJckUQP7mhg0IHIaUkCg-F3sIujNa4XyWEb2fbLB7pCGt9iZZ884trDRvMDhksxha0P3E6X00hKRr52e-7iw9Zf2NcB9hBEwokFRt3Bb0lBCBahBIEEaNTWfQowsB2RXrlkRyoBGRJSRi88KQYf6tb8odoyfC-zrbc5k8SKucMkJTioXzdklz5UZgT6TptdSYtcWJEMpevxXz2dMr2BrqF5Ia7JjgxmJMlnN2q1m1RwjgSKdfCB7SjlZ0FO5Pzjhvx6VsEl-bOL27xv5JccgXaX5eJBS7ARAj-18_Bb76IIcHvE7wBY-KrkbN1WAEdTRPBp5icvD1b-z_70V-HZLcquY24Nb2PXWwsZwWd2VCKYarDONhUZ4ZIBEsHqq3buwbgyBqExDldTz66KxHfAE3XpG_VuENQuHx0z7ingFHASMqO05zLD3jVZ_PuSxi2Qa-Menh2xGFhUlaaDyO7R0ZuRP5noR6dM4H_nUZPKjbyhH1HSLBQWOpldQpxCXrn-QT0qzJGeRXS04Y_fEj9nPh6r_bxroaMEviecUgLQZOXYwCRi5d8e8H9WEDN096B1XA59jGJNtOsCZXkI6gxr2r-5Gu3LLOy3fGIj46ee2dMonFN3-SNDysD02OpvvlN1tt2X7gqBUkMc2rjqS6MM97cF1NXKq_xefhuORmRBiJBIv-_oCwqEer_LSEKrkGqRF431Sto5f699mK07q7kBtT7tP9EBta6tVKEZE-ckyDiHoTOA9ysw41eLiQ_S3pgaj_Zzt2Ikg2GegfdEtWwC6t-aKkvyn63m19gAmWTnPwhPresDI60Byurqlp_6DPOBkEpZK5JCshFDCFsq6LJU_4mj2qWtmG7qOF_jHUADHPRGBicg.9oYebq-JJc4Pd8iD3EY5WA&state=xbTIRsQun103Vsti&code=S062NsXZrthO2YwRS07wCHH3w5q6BT
2response{'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.I_EWhWam2MSePHPmjeUCp06mbktD0LWeZ4RBmKjRTf5p6gc2FaAOni84d-DSjx5_KoZRAy4fQlTCGzcCCxtAlC_sWI0Evwp8jOC25noNYIDH1vMrugB0vuNbUpxOBBSnY6aZ6nZ9kaHpTAAfWHfIFyElHqmJU0n6TRM0mAoNmBqgMgaiTYc5GxyBz6m6vmDfQicjCzR_Gg1p1o0-lxMfIAdTCgVPcfg32ZPfAK9bNCpkyp6SDNaEBQ4ePmnVve_T6IeaR1kcfv9UVx-98SFHWhdLEat666htSFIqpOReXh3_kzuclaUFZXBxqns4J5eLGfb-EhjjjKvcMtGt6ISPzA.VM_aIwndc9qj2BKPpGyUqw.-iscn59RrmUOb4uvTY0O5NRanAlZ-owCLXMdpTnLJckUQP7mhg0IHIaUkCg-F3sIujNa4XyWEb2fbLB7pCGt9iZZ884trDRvMDhksxha0P3E6X00hKRr52e-7iw9Zf2NcB9hBEwokFRt3Bb0lBCBahBIEEaNTWfQowsB2RXrlkRyoBGRJSRi88KQYf6tb8odoyfC-zrbc5k8SKucMkJTioXzdklz5UZgT6TptdSYtcWJEMpevxXz2dMr2BrqF5Ia7JjgxmJMlnN2q1m1RwjgSKdfCB7SjlZ0FO5Pzjhvx6VsEl-bOL27xv5JccgXaX5eJBS7ARAj-18_Bb76IIcHvE7wBY-KrkbN1WAEdTRPBp5icvD1b-z_70V-HZLcquY24Nb2PXWwsZwWd2VCKYarDONhUZ4ZIBEsHqq3buwbgyBqExDldTz66KxHfAE3XpG_VuENQuHx0z7ingFHASMqO05zLD3jVZ_PuSxi2Qa-Menh2xGFhUlaaDyO7R0ZuRP5noR6dM4H_nUZPKjbyhH1HSLBQWOpldQpxCXrn-QT0qzJGeRXS04Y_fEj9nPh6r_bxroaMEviecUgLQZOXYwCRi5d8e8H9WEDN096B1XA59jGJNtOsCZXkI6gxr2r-5Gu3LLOy3fGIj46ee2dMonFN3-SNDysD02OpvvlN1tt2X7gqBUkMc2rjqS6MM97cF1NXKq_xefhuORmRBiJBIv-_oCwqEer_LSEKrkGqRF431Sto5f699mK07q7kBtT7tP9EBta6tVKEZE-ckyDiHoTOA9ysw41eLiQ_S3pgaj_Zzt2Ikg2GegfdEtWwC6t-aKkvyn63m19gAmWTnPwhPresDI60Byurqlp_6DPOBkEpZK5JCshFDCFsq6LJU_4mj2qWtmG7qOF_jHUADHPRGBicg.9oYebq-JJc4Pd8iD3EY5WA', 'state': 'xbTIRsQun103Vsti', 'code': 'S062NsXZrthO2YwRS07wCHH3w5q6BT'}
2AuthorizationResponse
{
    "code": "S062NsXZrthO2YwRS07wCHH3w5q6BT",
    "id_token": {
        "aud": [
            "yL1fuTcAJNaykOIhWr7J"
        ],
        "c_hash": "TfYjcx_9Im3F3ySaf9568Q",
        "exp": 1560788131,
        "iat": 1560784711,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "UFKePKuPnLUVWNw7",
        "sub": "testuser"
    },
    "state": "xbTIRsQun103Vsti"
}
2phase<--<-- 4 --- AccessToken -->-->
2requestop_args: {'state': 'xbTIRsQun103Vsti'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61716/authz_cb'}
2do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61716/authz_cb', 'code': 'S062NsXZrthO2YwRS07wCHH3w5q6BT', 'state': 'xbTIRsQun103Vsti', 'grant_type': 'authorization_code', 'client_id': 'yL1fuTcAJNaykOIhWr7J'}, 'state': 'xbTIRsQun103Vsti', 'authn_method': 'private_key_jwt'}
2AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAieUwxZnVUY0FKTmF5a09JaFdyN0oiLCAic3ViIjogInlMMWZ1VGNBSk5heWtPSWhXcjdKIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJxVlRHdGF6cHUxcDFnS1N4VzkyS2tSUVlxVWV5b0RHNSIsICJleHAiOiAxNTYwNzg1MzEyLCAiaWF0IjogMTU2MDc4NDcxMn0.FoI0YP4WwaFXmuQ0UJm__CEXYWPLjslCKDf8fGHjA8s_dIMP-JnclwRwLrBfU_VrRwgf9h2SscIRMrenxoX3ZYy8vlutUYxBTmF6NoWQcsmsSly_i-EcxyI50lM-a6RvnTcy4_1ojgg90vD2OqkYtFvHj0cNPeaXkO4JPVPDbNZjQatIKK3-VNQB7zcRhrzI97sHuCQYDJhpZCPOT1arn9iAlM-znFbkKFHiUZ6XL4hMx5D5VGh5Qoj1O3RdjRdVduRqHP5_200BgawrFm_UXyMBeMtclPd8WnAu3h_2m6BnepScKKkeAmYlkcVgeWN5NPuqkPOPwOAXVXaBdfmKiw",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "S062NsXZrthO2YwRS07wCHH3w5q6BT",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61716/authz_cb",
    "state": "xbTIRsQun103Vsti"
}
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%3A61716%2Fauthz_cb&code=S062NsXZrthO2YwRS07wCHH3w5q6BT&state=xbTIRsQun103Vsti&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAieUwxZnVUY0FKTmF5a09JaFdyN0oiLCAic3ViIjogInlMMWZ1VGNBSk5heWtPSWhXcjdKIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJxVlRHdGF6cHUxcDFnS1N4VzkyS2tSUVlxVWV5b0RHNSIsICJleHAiOiAxNTYwNzg1MzEyLCAiaWF0IjogMTU2MDc4NDcxMn0.FoI0YP4WwaFXmuQ0UJm__CEXYWPLjslCKDf8fGHjA8s_dIMP-JnclwRwLrBfU_VrRwgf9h2SscIRMrenxoX3ZYy8vlutUYxBTmF6NoWQcsmsSly_i-EcxyI50lM-a6RvnTcy4_1ojgg90vD2OqkYtFvHj0cNPeaXkO4JPVPDbNZjQatIKK3-VNQB7zcRhrzI97sHuCQYDJhpZCPOT1arn9iAlM-znFbkKFHiUZ6XL4hMx5D5VGh5Qoj1O3RdjRdVduRqHP5_200BgawrFm_UXyMBeMtclPd8WnAu3h_2m6BnepScKKkeAmYlkcVgeWN5NPuqkPOPwOAXVXaBdfmKiw&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': 'dV5A9t5roqXYgDFQHdhG', 'refresh_token': 'bXaervFyxV3YKFWzLQ4IR5YCeG1XL36IumfdsE2K', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.DYH12WdqzdapRxhihQbKZGFkuSUpij0QkQDmpCJnjebtPI2LuuPifrVlq9EM_pYTRLGcGe5bPwvxIFErA33YpCBuF3BMbSxjqkmOXfFFYhx6prQjx7vz3ieUOWS0USmkI_oMiSjO__0GJbOqAvpE5ykPkgC03sPfFpHzNef1P7dqxhyhHpQhY3GMSjdKlvrycowLmsi82fAjrkz800QIECX04CwOcV0tt8rkyK4WLbwrfdpGZ8wWB60eY6JReE0WBLm1XQshOcYr5nhIhcB8YqKHjjm_N5vTv2R7gn1iDDbCWxaUAV_rvBmSVjLx-L6RJSw4n2iO5DErB4TH4ZJlwA.UouDFKnjPM5oZxX9Ay79Fg.4sskE8013iYU3l_DpETlr3ce1UEib8O6AmXUJtOsNq62_IXcoiWJWn7Q-Nck5GP9cPDa9wkBqWeujZt1EwY-S-q8Xtse0i9EBXRa6pqoMUS3mXkTC2llOByXZOziW6Vk-aSU0OvepeFoClTCk4Pe2tD5BCra7Zsv9zJFyyWNYFpShLI9uiZ8qTklCiUlEX_IaZ2xU8RLXwgUrDlpinxks-81IvNmocqJ2KElHuhOF0986rMwlCf51dRmU1VWR6lM3Pfe39WBuMnz2twqxVt6eNfQwovLl9dvLzLlQEkQDn2GhJ6PuPBJGqlSxg0CkbxhD-pr4gYEEpOiNvKc6hzHUt7kndF-eljzyp-N28hR5p3pgOaQM9h6GvHVEezzA4o9ZDn1b2uLdAPpXIiXsj8vYWz4l7PhRIGfgDRwkVtTh8WTpZJmZOCdh9y71cXik2Xvtg07QK1zWbrAFkJzm_TAHLfKb2uMxymYKMB3NGJvazYewDvnYA_xXG1R0FMc1UPICXEkbOlxh0hmGV1C56ubNL35u9rY2en2Yf12BXxV9tFGJDbjRAGttXb8hb9yQ_jQ0Yhgg8RpNlop25q9i6RRbbaci6L9SPE9qWlBtFeLIZrRhGBkZ72IfvLzkTV2Hpz2YdbFOoDjOum_AObeOpzlGYGnxQre7mwFIgOxDr5NvzwzJJalzahuz9KK2SXTKcD8RWIRCmzKHFyx3rQoxwFQMPw_rFQMQMjvR_-BLw1PhGb8aEjk9Uax3N-Svsiwe927IOtROe-tNufSaFoLnA6xkGdWw5WgntY9tMVQXN2D-55QG442JAIQnNZcDlKs8yDSx47tEtoSfNvISDSbb2Ob71QTeSxyYJ2Vq2VOJp6It59oq2TB4FMPkA0kDKBzjUJO_w8rMG17AtwwbPGYt4sZnCiQG3qpDyGFGV8-0TcEOiiZVmWQ1uahJ7hBnBtxRUqqNto0Cj4o6ItxfsspJ5PNsQ.hcOk4rBEBMfNPPZ55FrhIA', 'token_type': 'bearer', 'expires_in': 3599}
3AccessTokenResponse
{
    "access_token": "dV5A9t5roqXYgDFQHdhG",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "CILf33Re1Dh-u9jx6x7fVw",
        "aud": [
            "yL1fuTcAJNaykOIhWr7J"
        ],
        "exp": 1560788132,
        "iat": 1560784712,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "UFKePKuPnLUVWNw7",
        "rt_hash": "T_EGnbzlOhjd7T-fbNX_Pg",
        "sub": "testuser"
    },
    "refresh_token": "bXaervFyxV3YKFWzLQ4IR5YCeG1XL36IumfdsE2K",
    "scope": "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': 'xbTIRsQun103Vsti', 'method': 'POST', 'behavior': 'use_authorization_header'}
3request{'body': ''}
3request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo
3request_http_args{'headers': {'Authorization': 'Bearer dV5A9t5roqXYgDFQHdhG', 'Content-Type': 'application/x-www-form-urlencoded'}}
3http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo status_code:200
3OpenIDSchema
{
    "sub": "testuser"
}
3OpenIDSchema
{
    "sub": "testuser"
}
3phase<--<-- 6 --- Done -->-->
3end
3assertionVerifyResponse
3conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
3conditionDone: status=OK

Result

PASSED