Merge pull request #27 from mposolda/master

Link from 'Client credentials flow' to chapter 'Service accounts'
This commit is contained in:
Bill Burke 2016-06-07 12:02:29 -04:00
commit 3949161ead

View file

@ -84,6 +84,7 @@ _identity_, _access_, and _refresh_ tokens.
This is also used by REST clients, but instead of obtaining a token that works on behalf This is also used by REST clients, but instead of obtaining a token that works on behalf
of an external user, a token is created based on the metadata and permissions of a service account that is associated with the client. of an external user, a token is created based on the metadata and permissions of a service account that is associated with the client.
More info together with example is in <<fake/../../clients/oidc/service-accounts.adoc#_service_accounts,Service Accounts>> chapter.
==== {{book.project.name}} Server OIDC URI Endpoints ==== {{book.project.name}} Server OIDC URI Endpoints