Skip to content

Commit 589fdf7

Browse files
committed
docs(dev): adjust oidc web config
1 parent 4181bd4 commit 589fdf7

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

docs/dev/web/getting-started.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,13 @@ Controls the Web apps to be loaded. This is not for adding external apps, but fo
6767

6868
### `openIdConnect`
6969

70-
Options for the connection to the oIDC provider. Expects an object with the following possible options:
71-
72-
- `openIdConnect.authority` URL of the OIDC/OAuth2 provider.
73-
- `openIdConnect.metadata_url` URL of the OIDC configuration.
74-
- `openIdConnect.client_id` The client id registered with the OIDC/OAuth2 provider.
75-
- `openIdConnect.client_secret`
76-
- `openIdConnect.dynamic`
77-
- `openIdConnect.post_logout_redirect_uri`
78-
- `openIdConnect.response_type`
79-
- `openIdConnect.scope`
80-
81-
See the [oidc-client-ts documentation](https://authts.github.io/oidc-client-ts/interfaces/OidcClientSettings.html) for more information.
70+
The Web client forwards all configuration options under `openIdConnect` to the [oidc-client-ts library](https://authts.github.io/oidc-client-ts/). Setting the following 3 options however won't have any effect, as they get discovered automatically via the `/.well-known/webfinger` endpoint:
71+
72+
- `client_id`
73+
- `scope`
74+
- `authority`
75+
76+
See the [oidc-client-ts documentation](https://authts.github.io/oidc-client-ts/interfaces/OidcClientSettings.html) for information on the available configuration options for the library.
8277

8378
### `customTranslations`
8479

0 commit comments

Comments
 (0)