Support custom start URL search parameters in OIDC provider

Signed-off-by: Chris Kilding <56678532+chriskilding-relx@users.noreply.github.com>
This commit is contained in:
Chris Kilding
2025-09-30 15:46:57 +01:00
parent 625148b35f
commit e54fcb2ed5
6 changed files with 78 additions and 2 deletions
+6
View File
@@ -241,6 +241,12 @@ These parameters have implicit default values. Don't override them unless you kn
- `prompt`: Recommended to use `auto` so the browser will request sign-in to the IDP if the
user has no active session.
- `sessionDuration`: Lifespan of the user session.
- `startUrlSearchParams`: This is a dictionary of search (query) parameters for the OIDC
authorization start URL. Don't define it unless you want to change the identity
provider's behavior. (For example, you could set the `organization` parameter to guide
users towards a particular sign-in option that your organization prefers.) **Note:** the
start URL is controlled by the browser, so this feature is only for improving the
Backstage user experience.
:::note Config Reloading
Backstage does not yet support hot reloading of auth provider configuration. Any changes to this YAML file require a restart of Backstage.