keycloak-scim/topics/clients.adoc

16 lines
533 B
Text
Raw Normal View History

2016-06-03 14:13:57 +00:00
[[_clients]]
2016-04-18 15:15:25 +00:00
2016-05-20 00:15:52 +00:00
== Managing Clients
2016-04-18 15:15:25 +00:00
2016-05-20 00:15:52 +00:00
Clients are entities that can request authentication of a user. Clients come in two forms.
2016-06-03 13:12:04 +00:00
The first type of client is an application that wants
2016-05-20 00:15:52 +00:00
to participate in single-sign-on. These clients just want {{book.project.name}} to provide security for them. The other type
2016-06-03 13:12:04 +00:00
of client is one that is requesting an access token so that it can invoke other services on behalf of the authenticated user.
2016-05-20 00:15:52 +00:00
This section discusses various aspects around configuring clients and various ways to do it.
2016-04-18 15:15:25 +00:00