Replies: 1 comment 2 replies
-
I think this is a duplicate of #948 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unfortunately I do not know anything about typescript and I am trying to take a stab, but not working, so I thought I would post the idea here and see if someone smarter than me knew of a way to make it work.
I noticed on the login window, it already supports a callbackUrl which is awesome. So I was hoping to add something simple (Apologies for my pseudo code):
You might also want another environment variable for "OIDC_FORCELOGIN" or "DISABLE_GUEST" or something like that as well. But this would be hugely helpful for my internal only deployment. Since most all of our logins are already secured with OIDC/ADFS, logins should pass through without needing authentication.
Ideally, it would be even better to, instead of going to the static login page, to just go through the OIDC process.
Beta Was this translation helpful? Give feedback.
All reactions