Keycloak
19 строк · 1.1 Кб
1
2[id="assembly-managing-clients_{context}"]3== Managing OpenID Connect and SAML Clients4
5[role="_abstract"]6Clients are entities that can request authentication of a user. Clients come in two forms.
7The first type of client is an application that wants
8to participate in single-sign-on. These clients just want {project_name} to provide security for them. The other type9of client is one that is requesting an access token so that it can invoke other services on behalf of the authenticated user.
10This section discusses various aspects around configuring clients and various ways to do it.
11
12include::clients/assembly-client-oidc.adoc[leveloffset=+2]13include::clients/saml/proc-creating-saml-client.adoc[leveloffset=+2]14include::clients/saml/idp-initiated-login.adoc[leveloffset=+3]15include::clients/saml/proc-using-an-entity-descriptor.adoc[leveloffset=+3]16include::clients/con-client-links.adoc[leveloffset=+2]17include::clients/con-protocol-mappers.adoc[leveloffset=+2]18include::clients/proc-generating-client-adapter-config.adoc[leveloffset=+2]19include::clients/con-client-scopes.adoc[leveloffset=+2]20include::clients/client-policies.adoc[leveloffset=+2]21