Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit ef23b06

Browse files
committed
Mention the configuration file reference in the SSO guide
1 parent 20fa1d5 commit ef23b06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/setup/sso.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ A deployment which requires SAML or LDAP-based authentication should use a servi
1313
Configuration of upstream providers is done in the `upstream_oauth2` section of the configuration file, which has a `providers` list.
1414
This section needs to be synced with the database every time it changes, using the [`mas-cli config sync`](../usage/cli/config.md#config-sync---prune---dry-run) command.
1515

16+
**An exhaustive list of all the parameters is available in the [configuration file reference](../usage/configuration.md#upstream_oauth2).**
17+
1618
The general configuration usually goes as follows:
1719

1820
- determine a unique `id` for the provider, which will be used as stable identifier between the configuration file and the database. This `id` must be a ULID, and can be generated using online tools like <https://www.ulidtools.com>
@@ -30,7 +32,6 @@ The general configuration usually goes as follows:
3032
- `scope`: the scope to request from the provider. `openid` is usually required, and `profile` and `email` are recommended to import a few user attributes.
3133
- setup user attributes mapping to automatically fill the user profile with data from the provider. See the [user attributes mapping](#user-attributes-mapping) section for more details.
3234

33-
3435
## User attributes mapping
3536

3637
The authentication service supports importing the following user attributes from the provider:

0 commit comments

Comments
 (0)