Skip to content

Commit

Permalink
Deprecate SAML assertionConsumerIndex config property
Browse files Browse the repository at this point in the history
- It only works if set to `0`, which is the default value for the optional parameter.
  • Loading branch information
hsinn0 committed Oct 17, 2024
1 parent 6ce7bd5 commit 5b48499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UAA-APIs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ Fields *Available Fields* ::
zoneId String Required Must match ``identityZoneId`` in the provider definition
metaDataLocation String Required SAML Metadata - either an XML string or a URL that will deliver XML content
nameID String Optional The name ID to use for the username, default is "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified". Currently the UAA expects the username to be a valid email address.
assertionConsumerIndex int Optional SAML assertion consumer index, default is 0
assertionConsumerIndex int Optional SAML assertion consumer index, default is 0. (Deprecated. Does not work if set to anything but 0.)
metadataTrustCheck boolean Optional Should metadata be validated, defaults to false
showSamlLink boolean Optional Should the SAML login link be displayed on the login page, defaults to false
linkText String Optional Required if the ``showSamlLink`` is set to true.
Expand Down

0 comments on commit 5b48499

Please sign in to comment.