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
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/setup/sso.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ A Jinja2 template is used as mapping for each attribute. The template currently
52
52
The following default templates are used:
53
53
54
54
-`localpart`: `{{ user.preferred_username }}`
55
-
-`display_name`: `{{ user.name }}`
55
+
-`displayname`: `{{ user.name }}`
56
56
-`email`: `{{ user.email }}`
57
57
58
58
## Multiple providers behaviour
59
59
60
-
Mutiple authentication methods can be configured at the same time, in which case the authentication service will let the user choose which one to use.
60
+
Multiple authentication methods can be configured at the same time, in which case the authentication service will let the user choose which one to use.
61
61
This is true if both the local password database and an upstream provider are configured, or if multiple upstream providers are configured.
62
62
In such cases, the `human_name` parameter of the provider configuration is used to display a human-readable name for the provider, and the `brand_name` parameter is used to show a logo for well-known providers.
63
63
@@ -93,7 +93,7 @@ upstream_oauth2:
93
93
localpart:
94
94
action: require
95
95
template: "{{ user.preferred_username }}"
96
-
display_name:
96
+
displayname:
97
97
action: suggest
98
98
template: "{{ user.name }}"
99
99
email:
@@ -144,7 +144,7 @@ upstream_oauth2:
144
144
```
145
145
146
146
147
-
## GitLab
147
+
### GitLab
148
148
149
149
1. Create a [new application](https://gitlab.com/profile/applications).
150
150
2. Add the `openid` scope. Optionally add the `profile` and `email` scope if you want to import the user's name and email.
Copy file name to clipboardExpand all lines: docs/usage/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ http:
78
78
79
79
The following additional resources are available, although it is recommended to serve them on a separate listener, not exposed to the public internet:
80
80
81
-
-`name: prometheus`: serves the a Prometheus-compatible metrics endpoint on `/metrics`, if the Prometheus exporter is enabled in `telemetry.metrics.exporter`.
81
+
-`name: prometheus`: serves a Prometheus-compatible metrics endpoint on `/metrics`, if the Prometheus exporter is enabled in `telemetry.metrics.exporter`.
82
82
-`name: health`: serves the health check endpoint on `/health`.
0 commit comments