Hi,
I have a OKTA workforce connection, and I tried to use the access token Auth0 has stored for them in the user profile, to call okta to get user’s groups info, which is mentioned as here.
However, okta server says the token is expired immediately following that Auth0 management api call. I checked that the access token expiration time on okta is > 1h, and set it to 1day. Also when I call again to get the user from auth0, the same access token returned.
Any idea why? If