keycloak-scim/docs/documentation/server_admin/topics/clients/saml/proc-using-an-entity-descriptor.adoc
Alexander Schwartz 4dcb819c06 Moving docs to new folder
CIAM-5056
2023-03-20 09:07:58 +01:00

23 lines
822 B
Text

[id="proc-using-an-entity-descriptors_{context}"]
= Using an entity descriptor to create a client
[role="_abstract"]
Instead of registering a SAML 2.0 client manually, you can import the client using a standard SAML Entity Descriptor XML file.
The Client page includes an *Import client* option.
.Add client
image:images/import-client-saml.png[Import SAML client]
.Procedure
. Click *Browse*.
. Load the file that contains the XML entity descriptor information.
. Review the information to ensure everything is set up correctly.
Some SAML client adapters, such as _mod-auth-mellon_, need the XML Entity Descriptor for the IDP. You can find this descriptor by going to this URL:
[source, subs="attributes"]
----
root{kc_realms_path}/{realm}/protocol/saml/descriptor
----
where _realm_ is the realm of your client.