Update topics/clients/client-oidc.adoc

This commit is contained in:
Stian Thorgersen 2016-06-13 13:47:17 +02:00
parent 9bc1132ff3
commit bad69216d7

View file

@ -63,7 +63,7 @@ _confidential_::
(see http://tools.ietf.org/html/rfc6749#section-4.1.3[Access Token Request] in the OAuth 2.0 spec for more details). This type should be used for server-side applications. (see http://tools.ietf.org/html/rfc6749#section-4.1.3[Access Token Request] in the OAuth 2.0 spec for more details). This type should be used for server-side applications.
_public_:: _public_::
Public access type is for clients that need to perform a browser login Public access type is for client-side clients that need to perform a browser login. With a client-side application there is no way to keep a secret safe. Instead it is very important to restrict access by configuring correct redirect URIs for the client.
_bearer-only_:: _bearer-only_::
Bearer-only access type means that the application only allows bearer token requests. Bearer-only access type means that the application only allows bearer token requests.