mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 23:50:03 -05:00
[Organizations] Allow orgs to define the redirect URL after user registers or accepts invitation link
Closes #33201 Signed-off-by: vramik <vramik@redhat.com>
This commit is contained in:
@@ -41,9 +41,11 @@ Name::
|
||||
A user-friendly name for the organization. The name is unique within a realm.
|
||||
|
||||
Alias::
|
||||
|
||||
An alias for this organization, used to reference the organization internally. The alias is unique within a realm and must be URL-friendly, so characters not usually allowed in URLs will not be allowed in the alias. If not set, {project_name} will attempt to use the name as the alias. If the name is not URL-friendly, you will get an error and will be asked to specify an alias. Once defined, the alias cannot be changed afterwards.
|
||||
|
||||
Redirect URL::
|
||||
After completing registration or accepting an invitation to the organization sent via email, the user is automatically redirected to the specified redirect url. If left empty, the user will be redirected to the account console by default.
|
||||
|
||||
Domains::
|
||||
A set of one or more domains that belongs to this organization. A domain cannot be shared by different organizations within a realm.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user