keycloak-scim/topics/clients.adoc
Bill Burke a375654a6b fixes
2016-05-19 20:24:42 -04:00

14 lines
522 B
Text

== Managing Clients
Clients are entities that can request authentication of a user. Clients come in two forms.
he first type of client is an application that wants
to participate in single-sign-on. These clients just want {{book.project.name}} to provide security for them. The other type
of client is one that is requesting an access token so that it can invoke on other services on behalf of the authenticated user.
This section discusses various aspects around configuring clients and various ways to do it.