APP-15526: Add invite redirect URL to OAuth app creation#4834
Open
purplenicole730 wants to merge 3 commits intomainfrom
Open
APP-15526: Add invite redirect URL to OAuth app creation#4834purplenicole730 wants to merge 3 commits intomainfrom
purplenicole730 wants to merge 3 commits intomainfrom
Conversation
Added invite redirect URL option to OAuth app creation and updated related documentation.
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
purplenicole730
commented
Mar 16, 2026
| | `--pkce` | Proof Key for Code Exchange (PKCE) for the OAuth application. Options: `unspecified`, `required`, `not_required`, `not_required_when_using_client_authentication`. Default: `unspecified`. | **Required** | | ||
| | `--redirect-uris` | Comma-separated redirect URIs for the OAuth application. | **Required** | | ||
| | `--url-validation` | URL validation for the OAuth application. Options: `unspecified`, `exact_match`, `allow_wildcards`. Default: `unspecified`. | **Required** | | ||
| | `--invite-redirect-uri` | The redirect link to send a user when they accept an org invite. | Optional | |
Member
Author
There was a problem hiding this comment.
Following other docs' formatting where Optional is not bold
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.

Added invite redirect URL option to OAuth app creation and updated related documentation.
Jira ticket
We now want to allow orgs to set up an invite redirect to send users after accepting a org invite. With the new flag, it is now easy to set
Review process: