Skip to content

APP-15526: Add invite redirect URL to OAuth app creation#4834

Open
purplenicole730 wants to merge 3 commits intomainfrom
purplenicole730-patch-1
Open

APP-15526: Add invite redirect URL to OAuth app creation#4834
purplenicole730 wants to merge 3 commits intomainfrom
purplenicole730-patch-1

Conversation

@purplenicole730
Copy link
Member

@purplenicole730 purplenicole730 commented Mar 16, 2026

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:

  • No need to request review from any specific docs team members; we will see your PR and one of us will review.
  • If you need technical review from engineering, please request review from the relevant person.
  • Docs team might commit styling nit fixes to save you the trouble :)
  • You can merge after approval from one docs team member (as well as any necessary technical review).

Added invite redirect URL option to OAuth app creation and updated related documentation.
@netlify
Copy link

netlify bot commented Mar 16, 2026

Deploy Preview for viam-docs ready!

Name Link
🔨 Latest commit 8a418dd
🔍 Latest deploy log https://app.netlify.com/projects/viam-docs/deploys/69b799d510ea7f0008663d8c
😎 Deploy Preview https://deploy-preview-4834--viam-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 45 (🟢 up 6 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@viambot viambot added the safe to build This pull request is marked safe to build from a trusted zone label 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 |
Copy link
Member Author

Choose a reason for hiding this comment

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

Following other docs' formatting where Optional is not bold

@purplenicole730 purplenicole730 removed the request for review from shannonbradshaw March 16, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to build This pull request is marked safe to build from a trusted zone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants