-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: oidc proxy, handle authRequest, callback #40
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @peintnermax, thnks a lot for bring this topic forward! I currently myself, also using nextjs, am trying to build our own login UI, following the docs and this PR. For the proxied OIDC requests I wonder, what should happen to the So, are these cookies relevant, and if so I suspect the host/domain needs to be adjusted as well before returning the response to the client? I also started a thread on discord: https://discord.com/channels/927474939156643850/1156239247322402876 |
Hi @sPaCeMoNk3yIam , |
Adds OIDC functionality by implementing a proxy for relevant oidc endpoints and executes a callback at the end of an auth flow.
Closes #30
Definition of Ready