keycloak-scim/server_admin/topics/clients.adoc

20 lines
926 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
[role="_abstract"]
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
2017-08-28 12:50:14 +00:00
to participate in single-sign-on. These clients just want {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
include::clients/client-oidc.adoc[]
include::clients/saml/proc-creating-saml-client.adoc[]
include::clients/saml/idp-initiated-login.adoc[]
include::clients/saml/proc-using-an-entity-descriptor.adoc[]
include::clients/client-link.adoc[]
include::clients/con-protocol-mappers.adoc[]
include::clients/proc-generating-client-adapter-config.adoc[]
include::clients/con-client-scopes.adoc[]