You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a registration flow parallel to the existing invite flow and lets Lobby expose a dedicated registration destination. The change includes the AuthProxy runtime path, configuration surface, Aspire helpers, and reorganized lobby docs for wiring the flow end to end.
Added a /register bootstrap flow that starts authentication and carries registration state across the login round-trip (Registration support #49)
Added Lobby.Registration.BaseUrl configuration for redirecting authenticated users into the lobby registration experience (Registration support #49)
Added Aspire helpers for configuring the lobby registration URL from either a raw URL or an Aspire resource reference (Registration support #49)
Added focused specs covering registration bootstrap, post-auth redirect, and middleware bypass behavior (Registration support #49)
Changed
Updated ingress middleware to treat registration like invite bootstrap so /register is not intercepted by tenant-selection or no-tenant lobby redirects (Registration support #49)
Extended the shared Service configuration model with a Registration endpoint alongside existing frontend/backend endpoints (Registration support #49)
Reorganized onboarding documentation into a dedicated lobby section with separate pages for invitation for creating organization, invitation to organization, and registration (Registration support #49)
Fixed
Fixed the missing path for starting a registration flow without an invitation (Registration support #49)
Fixed Lobby configuration so it can direct users to a dedicated registration URL instead of only the generic frontend (Registration support #49)
CopilotAI
changed the title
[WIP] Add registration support for Lobby configuration
Add registration bootstrap flow and lobby registration configuration
Jun 1, 2026
@copilot Lets organize the documentation differently - create a folder called lobby and separate out the different invitation flows and registration into separate pages, keeping at least 3 pages. Invitation for creating org, invitation to org and registration. Registration also means registering an organization - otherwise you should be invited, just a note. :)
@copilot Lets organize the documentation differently - create a folder called lobby and separate out the different invitation flows and registration into separate pages, keeping at least 3 pages. Invi...
Addressed in 80430b7. The docs are now organized under Documentation/configuration/lobby/ with separate pages for invitation for creating organization, invitation to organization, and registration, and the registration page now calls out that it is for creating an organization rather than joining an existing one.
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
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 a registration flow parallel to the existing invite flow and lets Lobby expose a dedicated registration destination. The change includes the AuthProxy runtime path, configuration surface, Aspire helpers, and reorganized lobby docs for wiring the flow end to end.
Added
/registerbootstrap flow that starts authentication and carries registration state across the login round-trip (Registration support #49)Lobby.Registration.BaseUrlconfiguration for redirecting authenticated users into the lobby registration experience (Registration support #49)Changed
/registeris not intercepted by tenant-selection or no-tenant lobby redirects (Registration support #49)Serviceconfiguration model with aRegistrationendpoint alongside existing frontend/backend endpoints (Registration support #49)lobbysection with separate pages for invitation for creating organization, invitation to organization, and registration (Registration support #49)Fixed
Removed
Security
Deprecated