Question
Rulesware
CA
Last activity: 22 Mar 2021 1:16 EDT
Using Access Token with API calls ( Auth0 using OIDC )
We have Auth0 setup to login to the Pega environment, what's the best OOTB to reuse the access token we get back for API calls ?
Auth0 authentication service is configured with an audience parameters so it should be returning JWT format Access Token. where would this token be stored ?
Thanks,
-Sari
I do see new Access Token instances created for "Data-Admin-Security-OAuth2-AccessToken" class with every login for a user.
Checking their content there is an "idToken" with a proper JWT format and a "pyAccessToken" value, but its format is not JWT, it's much longer than the usual Opaque tokens we'd get from Auth0.
anyone knows what format that value is in ?