19 lines
926 B
Text
19 lines
926 B
Text
[[_clients]]
|
|
|
|
== Managing Clients
|
|
|
|
[role="_abstract"]
|
|
Clients are entities that can request authentication of a user. Clients come in two forms.
|
|
The first type of client is an application that wants
|
|
to participate in single-sign-on. These clients just want {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 other services on behalf of the authenticated user.
|
|
This section discusses various aspects around configuring clients and various ways to do it.
|
|
|
|
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[]
|