Skip to content

SSO via OIDC (Tenant)#4

Merged
allenzhou101 merged 17 commits intomainfrom
sso
Feb 18, 2024
Merged

SSO via OIDC (Tenant)#4
allenzhou101 merged 17 commits intomainfrom
sso

Conversation

@allenzhou101
Copy link
Copy Markdown
Contributor

@allenzhou101 allenzhou101 commented Feb 17, 2024

Adds SSO via OIDC for a tenant. How it works is as follows:

  1. User configures tenant with OIDC
  2. In this application, they'll enter the tenant id and hit "Sign in via SSO"
  3. Makes a backend request to call SSO start, which returns a URL
  4. The client will redirect to the returned url where the user will authenticate with the configured IdP
  5. Upon authentication, the user will be redirected back to a server side endpoint where the sso exchange will occur, and an authenticated user will be returned
  6. The browser will show a message with a message indicating authentication is successful along with the email of the user

Copy link
Copy Markdown

@asafshen asafshen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome

One meaningful suggestion, lmk what you think

Copy link
Copy Markdown

@asafshen asafshen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool 😎

@allenzhou101 allenzhou101 merged commit e849406 into main Feb 18, 2024
@allenzhou101 allenzhou101 deleted the sso branch February 18, 2024 19:41
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.

2 participants