feat(auth): add Okta OAuth support and auth configuration enhancements#290
Open
Aveerayy wants to merge 2 commits intocgoinglove:mainfrom
Open
feat(auth): add Okta OAuth support and auth configuration enhancements#290Aveerayy wants to merge 2 commits intocgoinglove:mainfrom
Aveerayy wants to merge 2 commits intocgoinglove:mainfrom
Conversation
- Add Okta as social authentication provider with OKTA_ISSUER support - Add Google/Microsoft force account selection flags - Respect DISABLE_EMAIL_SIGN_IN and DISABLE_SIGN_UP environment variables - Update OAuth documentation with Okta setup and configuration options - Implement secret tainting for enhanced security
|
@Aveerayy is attempting to deploy a commit to the cgoinglove's projects Team on Vercel. A member of the Team first needs to authorize it. |
Collaborator
|
Thank you, this is much cleaner implementation, could you add MCP auth with okta? |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Okta as a social authentication provider with additional auth configuration improvements.
Changes
OKTA_ISSUERconfiguration*_FORCE_ACCOUNT_SELECTION)DISABLE_EMAIL_SIGN_INandDISABLE_SIGN_UPenvironment variablesEnvironment Variables Added
Testing