-
Notifications
You must be signed in to change notification settings - Fork 29
Add OIDC to SSO #199
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
Add OIDC to SSO #199
Conversation
lib/b2b/oidc.ts
Outdated
authorization_url: string; | ||
token_url: string; | ||
user_info_url: string; | ||
jwks_url: string; |
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.
All of these fields are marked as required, but only organization_id
and connection_id
are. Can we update?
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.
Updated
lib/b2b/oidc.ts
Outdated
display_name: string; | ||
client_id: string; | ||
client_secret: string; | ||
issuer: string; |
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.
do we still need to require the url
fields when issuer
is present?
OIDC addition to SSO class