Update topics/clients/oidc/service-accounts.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 09:22:59 +02:00
parent fc35be81cd
commit 304d2fe267

2
topics/clients/oidc/service-accounts.adoc Executable file → Normal file
View file

@ -3,7 +3,7 @@
=== Service Accounts
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,
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>>.