Skip to content

Add Okta Oauth provider#98

Open
cmcculloh-kr wants to merge 3 commits into
Dan6erbond:mainfrom
cmcculloh-kr:main
Open

Add Okta Oauth provider#98
cmcculloh-kr wants to merge 3 commits into
Dan6erbond:mainfrom
cmcculloh-kr:main

Conversation

@cmcculloh-kr

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

Copy link
Copy Markdown

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
Copy Markdown
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