2024-07-22 08:16:24 +00:00
<#import "/templates/guide.adoc" as tmpl>
<#import "/templates/links.adoc" as links>
<@tmpl.guide
title="{project_name} SAML Galleon feature pack detailed configuration"
2024-07-31 08:20:50 +00:00
priority=70
2024-07-22 08:16:24 +00:00
tileVisible="false"
summary="Detailed list of elements for the `keycloak-saml.xml` configuration file">
This {section} contains the detailed list of elements for the `keycloak-saml.xml` configuration file used by the {project_name} SAML Galleon feature pack.
include::partials/saml/sp_element.adoc[]
include::partials/saml/sp-keys.adoc[]
include::partials/saml/sp-keys/keystore_element.adoc[]
include::partials/saml/sp-keys/key_pems.adoc[]
include::partials/saml/sp_principalname_mapping_element.adoc[]
include::partials/saml/roleidentifiers_element.adoc[]
include::partials/saml/sp_role_mappings_provider_element.adoc[]
include::partials/saml/idp_element.adoc[]
include::partials/saml/idp_allowedclockskew_subelement.adoc[]
include::partials/saml/idp_singlesignonservice_subelement.adoc[]
include::partials/saml/idp_singlelogoutservice_subelement.adoc[]
include::partials/saml/idp_keys_subelement.adoc[]
include::partials/saml/idp_httpclient_subelement.adoc[]
</@tmpl.guide>