-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix: 🐛 Fix serializing client secrets in oidc auth methods #1698
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ty! |
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.
Would the isSecret
attribute option work for this?
My mistake, I wasn't aware |
96006ac
to
d3a2e43
Compare
Description
We are currently serializing client secrets in the OIDC auth methods form even if they're null. Annotated it as a secret so it won't get serialized if it doesn't exist
See this thread for more details.