Update topics/clients/client-oidc.adoc
This commit is contained in:
parent
9bc1132ff3
commit
bad69216d7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
_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 access type means that the application only allows bearer token requests.
|
||||
|
|
Loading…
Reference in a new issue