I'm currently working on building a widget within the ESRI Experience Builder. After successfully authenticating and receiving an access token from ESRI, I've encountered an obstacle when attempting to exchange this token for a token on my authorization server.
The challenge arises because the token received from ESRI is not a JWT, but rather needs to be an id token for the token exchange process to proceed smoothly.
Has anyone encountered a similar issue and successfully resolved it? I'm seeking guidance on how to generate a token suitable for exchange or if there's documentation available outlining the token exchange process specifically for the ESRI Experience Builder.