27 lines
1.1 KiB
Text
27 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>
|