auth/login function #1384
Answered
by
lo5
zillionare
asked this question in
Q&A
auth/login function
#1384
-
I know we can start waved with keyclock so we can workaround this issue. However, if we have to implement auth/login by myself, how could I:
Basically it's routing among different pages (not hashes, it's not intuitively routing among hashes, with regard to auth). Thanks for help! |
Beta Was this translation helpful? Give feedback.
Answered by
lo5
Apr 26, 2022
Replies: 1 comment
-
Apps in Wave don't have explicit control over this. Typically, you'd hook up the Wave server to OIDC, then throw one or more apps behind the Wave server. The Wave server interacts with the OIDC provider and presents the configured auth flow. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zillionare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apps in Wave don't have explicit control over this. Typically, you'd hook up the Wave server to OIDC, then throw one or more apps behind the Wave server. The Wave server interacts with the OIDC provider and presents the configured auth flow.