Skip to content

Commit 201289c

Browse files
committed
Add clarification about SSO configuration settings
They weren't evident from the documentation itself.
1 parent 939c5dc commit 201289c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maxscale/reference/maxscale-rest-api/maxscale-rest-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ MaxScale implements support for OpenID Connect for authentication of REST-API
157157
clients. MaxScale implements both the Code Flow and the Implicit Flows from
158158
OpenID Connect.
159159

160+
The OpenID Connect server is defined using the `admin_oidc_url` setting and the
161+
credentials used to access it are defined using `admin_oidc_client_id` and
162+
`admin_oidc_client_secret`.
163+
160164
MaxScale uses the `admin_jwt_issuer` as the `client_id` in all OpenID Connect
161165
requests unless `admin_oidc_client_id` has been defined.
162166

0 commit comments

Comments
 (0)