Replies: 1 comment 7 replies
-
Hi @emusgrave, we intentionally do not issue any sort of refresh tokens since the SAML protocol doesn't allow for any sort of revocation like OIDC does. Moreover authentication should be de-coupled from API access in general and we are not a good fit for OAuth or OIDC based API access. Directory Sync is an alternative to provision and de-provision users. I'd be happy to discuss your specific use case and see if this sort of feature makes sense. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If using Jackson for a SPA, my expectation would be that it would allow for
offline_access
to be set and then issue refresh tokens.Based on the code it does not seem that refresh tokens are supported. Is this an oversight or a purposeful omission since it would create a hole whereby the Jackson client could keep refreshing an access token even when the 3rd Party IdP has revoked that users access?
The only mention I can find in this repo of refresh tokens is in #280, and even though that is closed it doesn't seem like the refresh was implemented.
Beta Was this translation helpful? Give feedback.
All reactions