Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-Req-id_token_hint
Test descriptionUsing prompt=none with user hint through id_token_hint
Timestamp2019-06-18T04:12:29Z

Conditions


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": [
        "A128KW"
    ],
    "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 -->-->
0not expected to doDynamic registration
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "clientID",
    "nonce": "RhhvV2bzIl65JqZn",
    "redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
    "response_type": "code",
    "scope": "openid",
    "state": "gnct23JckY0qWadp"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=gnct23JckY0qWadp&nonce=RhhvV2bzIl65JqZn&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&client_id=clientID
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=gnct23JckY0qWadp&nonce=RhhvV2bzIl65JqZn&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&client_id=clientID
1responseResponse URL with query part
1response{'state': 'gnct23JckY0qWadp', 'code': 'migwif2if7VUY2ZiUQUsdyv3jyBxv1'}
1response{'state': 'gnct23JckY0qWadp', 'code': 'migwif2if7VUY2ZiUQUsdyv3jyBxv1'}
1AuthorizationResponse
{
    "code": "migwif2if7VUY2ZiUQUsdyv3jyBxv1",
    "state": "gnct23JckY0qWadp"
}
1phase<--<-- 4 --- AccessToken -->-->
1requestop_args: {'state': 'gnct23JckY0qWadp'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'}
1do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': 'migwif2if7VUY2ZiUQUsdyv3jyBxv1', 'state': 'gnct23JckY0qWadp', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'gnct23JckY0qWadp', 'authn_method': 'client_secret_basic'}
1AccessTokenRequest
{
    "code": "migwif2if7VUY2ZiUQUsdyv3jyBxv1",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
    "state": "gnct23JckY0qWadp"
}
1request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
1request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
1requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&code=migwif2if7VUY2ZiUQUsdyv3jyBxv1&state=gnct23JckY0qWadp
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': 'bkbAy0yixkada5ho0aut', 'refresh_token': 'HngiqqAGFnemy3yt7pjxQM3tfQi7RwZoPPEj7StO', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.9xmqSgVhEDxbnJxShZfZ6hhZ-vJ23aeglM44OFVmJutIyG0j5uOFXA.UDWsizAZhvydM7cMIwVzoA.fR0Tyc6q_jT8ug0a681z6HXAArkkkSuLXFebO3nNGiYpYmL0jmlOlDZRGCqo3gcymNIGQVm6UC5XMBpie9BLHFhVxrxGCU71QfTUM1P1aSXJTKdTvkWeMgar1rVP7ln5dJz-lheuFQqLtbbW71v7m2flcnZZ0j0N9PNtCybEkTH5FJ3Mff6CA1PLFOmrffHrehqfDs2OBmdP2HcheeRbePHSWPSqBTxjZylY1DRs3_xpI4ngxyi_qTI-kMkhKmG5RFZ7Mh12KQGVVUHXo-r_109hbxI8sx7khnj1sOArMTizjoEgr-2xRE-qg-jzBC3068cEa-oYS-LrCN3CLuVUKWu-eQijAOwzFphWNEVboG4IYgMvoLGhDmOHfptSTY6Uljbryk2HJQyymIx_MK_V8S-9-ffgpCHy_mJkq6QLhHzfM8jTKDtOcxLJIEZJvAKowFTisCAxNJgHIvFxRrhLAyYm0EKcPg-i3HLe8A4IcTiSdFvTBKgoQJvD4wd8FEFMIzAeqNjxNSMlPqNIF1hmHErdAHIncZekCy7kix-IOlBLNECOCk3O8UGSzQ74U3HD8J4jqJdcKG7Qp4Z2PU9s5_2jta-c2lzQoPxUhkmM_cgN3paAX-Z7TD_X43fTdZM7aKk6jePgPzQK5kaLA-E-oFkRkQeePjEdVWdXW5uPZt-_ukldTUxHzrAew4ZPf3QpY0Iy2TTUG41LEy-BQ7zVAPC2b88s4t3FhFeTLZXtaaI8WbZAdowiuFS0oBr4ZAPdqEp4DRImUiej5p0mnq7qiac-Jd8R1NDnikZmUNjjBpcjDV6ZIe1ZoNP-86UiuN7SosSrgnvyKEdf-qTKvrVNvfbZoj6uVfvkOCZWH6qFM-aLYjlahzBiW5zOKezdGSvDpXOhTUJeqp5pxmIAOlSgxP9T4Pi2ybNQz79C0QfjE8hiqfrxB0VKxA_zUyyQF8Jp.IYTnlFGd7SlVWjdebCwwhQ', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "bkbAy0yixkada5ho0aut",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "HWz07WdadvtJNhkaxzTmLw",
        "aud": [
            "clientID"
        ],
        "exp": 1560834566,
        "iat": 1560831146,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "RhhvV2bzIl65JqZn",
        "rt_hash": "aPF6es-F68QetEMGtZ21mQ",
        "sub": "testuser"
    },
    "refresh_token": "HngiqqAGFnemy3yt7pjxQM3tfQi7RwZoPPEj7StO",
    "scope": "openid",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2jwe header{'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'}
2phase<--<-- 5 --- AsyncAuthn -->-->
2AuthorizationRequest
{
    "client_id": "clientID",
    "id_token_hint": "eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.9xmqSgVhEDxbnJxShZfZ6hhZ-vJ23aeglM44OFVmJutIyG0j5uOFXA.UDWsizAZhvydM7cMIwVzoA.fR0Tyc6q_jT8ug0a681z6HXAArkkkSuLXFebO3nNGiYpYmL0jmlOlDZRGCqo3gcymNIGQVm6UC5XMBpie9BLHFhVxrxGCU71QfTUM1P1aSXJTKdTvkWeMgar1rVP7ln5dJz-lheuFQqLtbbW71v7m2flcnZZ0j0N9PNtCybEkTH5FJ3Mff6CA1PLFOmrffHrehqfDs2OBmdP2HcheeRbePHSWPSqBTxjZylY1DRs3_xpI4ngxyi_qTI-kMkhKmG5RFZ7Mh12KQGVVUHXo-r_109hbxI8sx7khnj1sOArMTizjoEgr-2xRE-qg-jzBC3068cEa-oYS-LrCN3CLuVUKWu-eQijAOwzFphWNEVboG4IYgMvoLGhDmOHfptSTY6Uljbryk2HJQyymIx_MK_V8S-9-ffgpCHy_mJkq6QLhHzfM8jTKDtOcxLJIEZJvAKowFTisCAxNJgHIvFxRrhLAyYm0EKcPg-i3HLe8A4IcTiSdFvTBKgoQJvD4wd8FEFMIzAeqNjxNSMlPqNIF1hmHErdAHIncZekCy7kix-IOlBLNECOCk3O8UGSzQ74U3HD8J4jqJdcKG7Qp4Z2PU9s5_2jta-c2lzQoPxUhkmM_cgN3paAX-Z7TD_X43fTdZM7aKk6jePgPzQK5kaLA-E-oFkRkQeePjEdVWdXW5uPZt-_ukldTUxHzrAew4ZPf3QpY0Iy2TTUG41LEy-BQ7zVAPC2b88s4t3FhFeTLZXtaaI8WbZAdowiuFS0oBr4ZAPdqEp4DRImUiej5p0mnq7qiac-Jd8R1NDnikZmUNjjBpcjDV6ZIe1ZoNP-86UiuN7SosSrgnvyKEdf-qTKvrVNvfbZoj6uVfvkOCZWH6qFM-aLYjlahzBiW5zOKezdGSvDpXOhTUJeqp5pxmIAOlSgxP9T4Pi2ybNQz79C0QfjE8hiqfrxB0VKxA_zUyyQF8Jp.IYTnlFGd7SlVWjdebCwwhQ",
    "nonce": "sx3IUUVOi5MnpRVS",
    "prompt": [
        "none"
    ],
    "redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
    "response_type": "code",
    "scope": "openid",
    "state": "gUb2LhGa3nEgztyZ"
}
2redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=gUb2LhGa3nEgztyZ&nonce=sx3IUUVOi5MnpRVS&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&prompt=none&id_token_hint=eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.9xmqSgVhEDxbnJxShZfZ6hhZ-vJ23aeglM44OFVmJutIyG0j5uOFXA.UDWsizAZhvydM7cMIwVzoA.fR0Tyc6q_jT8ug0a681z6HXAArkkkSuLXFebO3nNGiYpYmL0jmlOlDZRGCqo3gcymNIGQVm6UC5XMBpie9BLHFhVxrxGCU71QfTUM1P1aSXJTKdTvkWeMgar1rVP7ln5dJz-lheuFQqLtbbW71v7m2flcnZZ0j0N9PNtCybEkTH5FJ3Mff6CA1PLFOmrffHrehqfDs2OBmdP2HcheeRbePHSWPSqBTxjZylY1DRs3_xpI4ngxyi_qTI-kMkhKmG5RFZ7Mh12KQGVVUHXo-r_109hbxI8sx7khnj1sOArMTizjoEgr-2xRE-qg-jzBC3068cEa-oYS-LrCN3CLuVUKWu-eQijAOwzFphWNEVboG4IYgMvoLGhDmOHfptSTY6Uljbryk2HJQyymIx_MK_V8S-9-ffgpCHy_mJkq6QLhHzfM8jTKDtOcxLJIEZJvAKowFTisCAxNJgHIvFxRrhLAyYm0EKcPg-i3HLe8A4IcTiSdFvTBKgoQJvD4wd8FEFMIzAeqNjxNSMlPqNIF1hmHErdAHIncZekCy7kix-IOlBLNECOCk3O8UGSzQ74U3HD8J4jqJdcKG7Qp4Z2PU9s5_2jta-c2lzQoPxUhkmM_cgN3paAX-Z7TD_X43fTdZM7aKk6jePgPzQK5kaLA-E-oFkRkQeePjEdVWdXW5uPZt-_ukldTUxHzrAew4ZPf3QpY0Iy2TTUG41LEy-BQ7zVAPC2b88s4t3FhFeTLZXtaaI8WbZAdowiuFS0oBr4ZAPdqEp4DRImUiej5p0mnq7qiac-Jd8R1NDnikZmUNjjBpcjDV6ZIe1ZoNP-86UiuN7SosSrgnvyKEdf-qTKvrVNvfbZoj6uVfvkOCZWH6qFM-aLYjlahzBiW5zOKezdGSvDpXOhTUJeqp5pxmIAOlSgxP9T4Pi2ybNQz79C0QfjE8hiqfrxB0VKxA_zUyyQF8Jp.IYTnlFGd7SlVWjdebCwwhQ&client_id=clientID
2redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=gUb2LhGa3nEgztyZ&nonce=sx3IUUVOi5MnpRVS&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&prompt=none&id_token_hint=eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.9xmqSgVhEDxbnJxShZfZ6hhZ-vJ23aeglM44OFVmJutIyG0j5uOFXA.UDWsizAZhvydM7cMIwVzoA.fR0Tyc6q_jT8ug0a681z6HXAArkkkSuLXFebO3nNGiYpYmL0jmlOlDZRGCqo3gcymNIGQVm6UC5XMBpie9BLHFhVxrxGCU71QfTUM1P1aSXJTKdTvkWeMgar1rVP7ln5dJz-lheuFQqLtbbW71v7m2flcnZZ0j0N9PNtCybEkTH5FJ3Mff6CA1PLFOmrffHrehqfDs2OBmdP2HcheeRbePHSWPSqBTxjZylY1DRs3_xpI4ngxyi_qTI-kMkhKmG5RFZ7Mh12KQGVVUHXo-r_109hbxI8sx7khnj1sOArMTizjoEgr-2xRE-qg-jzBC3068cEa-oYS-LrCN3CLuVUKWu-eQijAOwzFphWNEVboG4IYgMvoLGhDmOHfptSTY6Uljbryk2HJQyymIx_MK_V8S-9-ffgpCHy_mJkq6QLhHzfM8jTKDtOcxLJIEZJvAKowFTisCAxNJgHIvFxRrhLAyYm0EKcPg-i3HLe8A4IcTiSdFvTBKgoQJvD4wd8FEFMIzAeqNjxNSMlPqNIF1hmHErdAHIncZekCy7kix-IOlBLNECOCk3O8UGSzQ74U3HD8J4jqJdcKG7Qp4Z2PU9s5_2jta-c2lzQoPxUhkmM_cgN3paAX-Z7TD_X43fTdZM7aKk6jePgPzQK5kaLA-E-oFkRkQeePjEdVWdXW5uPZt-_ukldTUxHzrAew4ZPf3QpY0Iy2TTUG41LEy-BQ7zVAPC2b88s4t3FhFeTLZXtaaI8WbZAdowiuFS0oBr4ZAPdqEp4DRImUiej5p0mnq7qiac-Jd8R1NDnikZmUNjjBpcjDV6ZIe1ZoNP-86UiuN7SosSrgnvyKEdf-qTKvrVNvfbZoj6uVfvkOCZWH6qFM-aLYjlahzBiW5zOKezdGSvDpXOhTUJeqp5pxmIAOlSgxP9T4Pi2ybNQz79C0QfjE8hiqfrxB0VKxA_zUyyQF8Jp.IYTnlFGd7SlVWjdebCwwhQ&client_id=clientID
3responseResponse URL with query part
3response{'state': 'gUb2LhGa3nEgztyZ', 'code': '455zJjzDVp0ykxGepKHiRzSqn5hkOk'}
3response{'state': 'gUb2LhGa3nEgztyZ', 'code': '455zJjzDVp0ykxGepKHiRzSqn5hkOk'}
3AuthorizationResponse
{
    "code": "455zJjzDVp0ykxGepKHiRzSqn5hkOk",
    "state": "gUb2LhGa3nEgztyZ"
}
3phase<--<-- 6 --- AccessToken -->-->
3requestop_args: {'state': 'gUb2LhGa3nEgztyZ'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'}
3do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': '455zJjzDVp0ykxGepKHiRzSqn5hkOk', 'state': 'gUb2LhGa3nEgztyZ', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'gUb2LhGa3nEgztyZ', 'authn_method': 'client_secret_basic'}
3AccessTokenRequest
{
    "code": "455zJjzDVp0ykxGepKHiRzSqn5hkOk",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
    "state": "gUb2LhGa3nEgztyZ"
}
3request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
3request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
3requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&code=455zJjzDVp0ykxGepKHiRzSqn5hkOk&state=gUb2LhGa3nEgztyZ
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
4response{'access_token': 'mEtyjXBPZyKxM6ZfzTLK', 'refresh_token': 'NzeqdpPSARHIxMXmgbtVYUVuzCobNQ8l2GaGjeXo', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.r1OTFIBEkbjX0kWxKDN3N8xOJoURJVu8rviLiDukrd5NuaQy8z-C_A.2VJ_Cb05sx0sl9_kiiISmQ.WFrLlH9ZmWj60fhFSzw8OcL1binsbjbBtbmFFdVo4y3ac14l_0pkASd_neHtbBMSBzqCbGBsy3a7pQ0HpAg15NS3_DTE_AobY35xl_Sc-PcIDV-Ojc4K-0GDFeMtNTeErWmDM3524oP4EzARGCgAB7f8GmaaNFffc5r7MS0sY5jRt2Rh7REBX7SPK-ZXdXVG8A-epRGkM68ywRJy0_f_7fHYNXnqB34RhhggzHgmuTCdEv0Fga_zossyJa___SrO5i9ylWkJcNae_QpcOUPfgUoPPf3kue6puitgd5ck7RSNTyxEUpnqB6R95Bi1MaWGr2badOToAy4o5ADCqAnRkwlLlPblZ38vKaQJYO_dDgG1_j9RL76jNtqGC4wIDOzdrhX5YGOnxwyG-Crdmnq_cZKVv_-FcWKqEumLT4JQ0ga7ufTOuWDPjakoKnhOenRqrlNyRFakhGGKWPahIUPsnq_TeyBS7sr1P6NNuPUlSll8QHX0Dh7vTNwMVSkZlDgwvjp7HbwwqX4_az9S2dH6AO_e6GpeUzA3NgQI9Wno07kwNjcI4qJYFVcYiLe-njGyZhvsK2LfQwL4-Wxv2nN98qp6diFIk_eoBvfgHgEP4ke8zfIJXiOcUre7M5ZUS3Xn0aPD76mh6JxyAm1__OePdvpU-X2RiLHslvKY7oBzrl4R0RmG2Q8Qy1hddbo8hdEFHPMrYlzYIk2SrZ9FrVTs9NzRGEJss8Uej3On0PdksyTezbQsw2CBbCtRty86LpWaE9ky9VZOuKjrfBYUc9YB6o06NjruDka-vR7P14MwT7NwWTViJxN2x238QdfeaXk_8d1-CM6QGm1BN_dYoku_dUL6Cc4LkS4jil1Yo0L6CFpzWD7xE8K5sKUChNkVNSrAdh5FK1s-S3XsTNKgWc2RluRZJvD6qbOc5tYGyA7uWJay2Cd7G8bBAl9cRa93jlto.e6sWw0xkX0B5rKld3m8aJQ', 'token_type': 'bearer', 'expires_in': 3599}
4AccessTokenResponse
{
    "access_token": "mEtyjXBPZyKxM6ZfzTLK",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "v85Y5hByXMCvSTbjMjUzhQ",
        "aud": [
            "clientID"
        ],
        "exp": 1560834568,
        "iat": 1560831148,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "sx3IUUVOi5MnpRVS",
        "rt_hash": "cg5TnZGgTZVVcDLqdVSBYg",
        "sub": "testuser"
    },
    "refresh_token": "NzeqdpPSARHIxMXmgbtVYUVuzCobNQ8l2GaGjeXo",
    "scope": "openid",
    "token_type": "bearer"
}
4jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
4jwe header{'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'}
4phase<--<-- 7 --- Done -->-->
4end
4assertionSameAuthn
4conditionDone: status=OK

Result

PASSED