KEYCLOAK-17290 Description for the Attribute Consuming Service related parameters

This commit is contained in:
Luca Leonardo Scorcia 2021-03-07 19:44:11 -05:00 committed by Hynek Mlnařík
parent 104c85d46b
commit e1ccbacacb

View file

@ -76,6 +76,12 @@ You must define the SAML configuration options as well. They basically describe
|Pass subject
|Whether or not a `login_hint` query parameter should be forwarded to the IDP. When provided, this login_hint parameter is added to AuthnRequest's Subject. This allows destination providers to prefill their login form. When no login_hint is provided, nothing is forwarded as an AuthnRequest Subject.
|Attribute Consuming Service Index
|Identifies the attribute set to request to the remote IDP. {project_name} automatically adds the attributes mapped in the identity provider configuration to the autogenerated SP metadata document.
|Attribute Consuming Service Name
|A descriptive name for the set of attributes that are advertised in the autogenerated SP metadata document.
|===