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

Latest commit

 

History

History
41 lines (36 loc) · 3.52 KB

SAMLProvider.md

File metadata and controls

41 lines (36 loc) · 3.52 KB

SAMLProvider

Properties

Name Type Description Notes
pk kotlin.Int [readonly]
name kotlin.String
authorizationFlow java.util.UUID Flow used when authorizing this provider.
component kotlin.String Get object component so that we know how to edit the object [readonly]
assignedApplicationSlug kotlin.String Internal application name, used in URLs. [readonly]
assignedApplicationName kotlin.String Application's display Name. [readonly]
assignedBackchannelApplicationSlug kotlin.String Internal application name, used in URLs. [readonly]
assignedBackchannelApplicationName kotlin.String Application's display Name. [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
acsUrl java.net.URI
urlDownloadMetadata kotlin.String Get metadata download URL [readonly]
urlSsoPost kotlin.String Get SSO Post URL [readonly]
urlSsoRedirect kotlin.String Get SSO Redirect URL [readonly]
urlSsoInit kotlin.String Get SSO IDP-Initiated URL [readonly]
urlSloPost kotlin.String Get SLO POST URL [readonly]
urlSloRedirect kotlin.String Get SLO redirect URL [readonly]
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]