Replies: 1 comment
-
As somewhat of a workaround you can use https://docs.goauthentik.io/docs/flow/examples/snippets#redirect-current-flow-to-another-url to redirect the user after their authentication/enrollment flow. This will be more easier after #9257 is merged |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone,
So let's say I have a simple social media app with couple thousand users. All I want is just providing users the login/logout mechanism to obtain JWT using OIDC Provider and forward the token to my APIs. I don't want external users to be able to access the Overview screen below
how can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions