Skip to content

Conversation

ollie-stytch
Copy link
Contributor

OIDC addition to SSO class

@linear
Copy link

linear bot commented Mar 23, 2023

@ollie-stytch ollie-stytch removed the request for review from danny-stytch March 23, 2023 22:32
@vincent-stytch vincent-stytch changed the title [AUTH-66] Added OIDC to SSO Add OIDC to SSO Mar 26, 2023
lib/b2b/oidc.ts Outdated
authorization_url: string;
token_url: string;
user_info_url: string;
jwks_url: string;
Copy link
Contributor

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?

Copy link
Contributor Author

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;
Copy link
Contributor

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?

@ollie-stytch ollie-stytch merged commit 968384e into main Apr 12, 2023
@ollie-stytch ollie-stytch deleted the ollie/add-oidc-to-sso branch April 12, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants