Skip to content
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 Okta Oauth provider #98

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

cmcculloh-kr
Copy link

@cmcculloh-kr cmcculloh-kr commented Jun 20, 2022

Adds a provider for Okta. Can be used using:

new OktaOAuth2Provider({
    oktaDomain: import.meta.env.VITE_OKTA_DOMAIN as string,
    clientId: import.meta.env.VITE_OKTA_CLIENTID as string,
    clientSecret: import.meta.env.VITE_OKTA_CLIENTSECRET as string
})

Supersedes #56

@Dan6erbond
Copy link
Owner

Hey! These looks great! I'll merge it after some testing. Thanks for the PR.

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