Update topics/clients/oidc/service-accounts.adoc
This commit is contained in:
parent
fc35be81cd
commit
304d2fe267
1 changed files with 1 additions and 1 deletions
2
topics/clients/oidc/service-accounts.adoc
Executable file → Normal file
2
topics/clients/oidc/service-accounts.adoc
Executable file → Normal file
|
@ -3,7 +3,7 @@
|
||||||
=== Service Accounts
|
=== Service Accounts
|
||||||
|
|
||||||
Each OIDC client has a built in _service account_ which allows it to obtain an access token.
|
Each OIDC client has a built in _service account_ which allows it to obtain an access token.
|
||||||
This is covered in the OAuth 2.0 specifiation under <<fake/../../../sso-protocols/oidc.adoc#_oidc-auth-flows,Client Credentials Grant>>
|
This is covered in the OAuth 2.0 specifiation under <<fake/../../../sso-protocols/oidc.adoc#_client_credentials_grant,Client Credentials Grant>>
|
||||||
To use this feature you must set the <<fake/../../../clients/client-oidc.adoc#_access-type, Access Type>> of your client to `confidential`. When you do this,
|
To use this feature you must set the <<fake/../../../clients/client-oidc.adoc#_access-type, Access Type>> of your client to `confidential`. When you do this,
|
||||||
the `Service Accounts Enabled` switch will appear. You need to turn on this switch. Also make sure that you have
|
the `Service Accounts Enabled` switch will appear. You need to turn on this switch. Also make sure that you have
|
||||||
configured your <<fake/../../../clients/oidc/confidential.adoc#_client-credentials, client credentials>>.
|
configured your <<fake/../../../clients/oidc/confidential.adoc#_client-credentials, client credentials>>.
|
||||||
|
|
Loading…
Reference in a new issue