Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ccalentier

    (@ccalentier)

    Hi Justin,
    Thanks for your feedback.
    The good news is I’ve got the licensed version 🙂
    But the problem is I didn’t find the way to get an access_token with JWT format…
    And the only token I succeeded to collect with JWT format is the id_token.

    Example :
    Request on authorization endpoint :
    https://xxx/oauth/authorize
    ?response_type=id_token token
    &client_id=xxx
    &redirect_uri=https://xxx/callback.html
    &scope=openid email profile
    &state=af0ifjsldkj
    &nonce=n-0S6_WzA2Mj HTTP/1.1

    Collecting access_token and id_token in URL :
    https://xxx/callback.html%20#access_token=08d52de3fce54d2955e926b62232e9b2f907b49e&expires_in=86400&token_type=Bearer&scope=openid+profile&state=af0ifjsldkj&id_token=XXXXXXX

    Could you please tell me how to get an access_token with JWT format?
    – OIDC configuration?
    – Specific parameters when calling authentication endpoint?
    – Other…?

    Regards,

    Cédric

Viewing 1 replies (of 1 total)