Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 2.27 KB

SAMLProviderRequest.md

File metadata and controls

26 lines (21 loc) · 2.27 KB

SAMLProviderRequest

Properties

Name Type Description Notes
name kotlin.String
authorizationFlow java.util.UUID Flow used when authorizing this provider.
acsUrl java.net.URI
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
audience kotlin.String Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. [optional]
issuer kotlin.String Also known as EntityID [optional]
assertionValidNotBefore kotlin.String Assertion valid not before current time + this value (Format: hours=-1;minutes=-2;seconds=-3). [optional]
assertionValidNotOnOrAfter kotlin.String Assertion not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
sessionValidNotOnOrAfter kotlin.String Session not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
nameIdMapping java.util.UUID Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be considered [optional]
digestAlgorithm DigestAlgorithmEnum [optional]
signatureAlgorithm SignatureAlgorithmEnum [optional]
signingKp java.util.UUID Keypair used to sign outgoing Responses going to the Service Provider. [optional]
verificationKp java.util.UUID When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. [optional]
spBinding SpBindingEnum [optional]
defaultRelayState kotlin.String Default relay_state value for IDP-initiated logins [optional]