We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939c5dc commit 201289cCopy full SHA for 201289c
maxscale/reference/maxscale-rest-api/maxscale-rest-api.md
@@ -157,6 +157,10 @@ MaxScale implements support for OpenID Connect for authentication of REST-API
157
clients. MaxScale implements both the Code Flow and the Implicit Flows from
158
OpenID Connect.
159
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
+
164
MaxScale uses the `admin_jwt_issuer` as the `client_id` in all OpenID Connect
165
requests unless `admin_oidc_client_id` has been defined.
166
0 commit comments