Document login client ID setting for OAuth invite flow#4940
Open
shannonbradshaw wants to merge 1 commit intomainfrom
Open
Document login client ID setting for OAuth invite flow#4940shannonbradshaw wants to merge 1 commit intomainfrom
shannonbradshaw wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
App PR viamrobotics/app#11652 added a Login client ID field to organization settings that designates which OAuth app is used for the login and invite flow. The previous behavior of automatically using the first registered OAuth app was removed. Invite links now show the organization's logo on the branded login screen. Add a new "Designate a login client ID" section to the OAuth setup guide covering the UI navigation, validation requirements, and the resulting invite flow behavior.
382f389 to
d7e0a3a
Compare
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.

Source changes
ClientIDsarray). Now,LoginClientIDmust be set explicitly; otherwise invite links fall back to Viam's default login screen.logo_urlquery parameter.Docs changes
docs/organization/oauth.md: Added a new## Designate a login client IDsection after "Set up auth app" covering:How I found these
LoginClientID; the OAuth setup flow lives indocs/organization/oauth.md.LoginClientIDandlogin client IDfound zero matches in docs;FusionAuthmatched 4 files, only oauth.md is about OAuth setup.ClientIDs,client_ids,OAuthLoginClientIDin docs (zero matches).app/ui/src/routes/(auth-required)/organization/[org_id]/settings/white-labeling.sveltereadsLogin client IDunder theWhite Labelingheading.Generated by daily docs change agent