Using authentik as the OAuth provider #168
Unanswered
urban-prah
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble with session persistence when using OAuth. Debugging with browser tools I found out that the response to
/api/auth/token?slot=0POST request contains only theaccess_token,expires_infields (norefresh_token). After the token expires I get logged out with console message:I'm trying to figure out if the problem is with authentik not providing the token or bulwark requesting authentication. Does anyone have experience with this?
Steps I took to configure my setup:
email,openid,profile,offline_accessscopes.Beta Was this translation helpful? Give feedback.
All reactions