-
Notifications
You must be signed in to change notification settings - Fork 3
feature: move oidc config to frontend-config #77
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨ Just some minor comments about naming. Overall, I really like it - much cleaner now!
Hope we can clean it up even more when we tackle the authentication for the MCP parts 💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really nice now with Zod! 🎉
Let's clean up those duplicate type definitions (TypeScript vs. Zod), and then we'll be good to go! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
What this PR does / why we need it:
This PR changes how the OIDC information are served to the frontend.
Before, the frontend-config contained the
backendUrl
and the oidc config was loaded from the backend.There is no reason for that, so this PR puts the oidc config in the
frontend-config.json
directly, saving one additional request.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: