keycloak-scim/docs/guides/securing-apps/saml-galleon-layers-detailed-config.adoc
rmartinc ccab30d5f2 Move saml documentation to guides
Closes #31330

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-07-24 11:50:24 +02:00

26 lines
1.1 KiB
Text

<#import "/templates/guide.adoc" as tmpl>
<#import "/templates/links.adoc" as links>
<@tmpl.guide
title="{project_name} SAML Galleon feature pack detailed configuration"
priority=20
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>