What is the format of Oauth2 accessToken

Hi all,

I would appreciate if anyone could tell me

  1. What is the format of accessToken generated from "invoke/pub.apigateway.oauth2/getAccessToken
    " endpoint? It seems it is not JWT as i cannot decode it in jwt.io.

  2. What kind of properties we can get from accessToken during “Request and response transform” policy

Many Thanks.

OAuth 2.0 tokens are quite different from JWT tokens. If you are using Open ID Connect the tokens generated by the OAuth grants can be in JWT format.

API Gateway cannot act as Open ID Connected provider.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.