keycloak-scim/docs/guides/securing-apps/saml-galleon-layers-detailed-config.adoc
rmartinc 942d5d0aa3 Convert chapter planning for securing applications and services to guides
Final removal of the securing_apps documentation
Final checks for links, order and other minor things
Closes #31328

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-08-01 16:45:56 +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=70
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>