Name | Type | Description | Notes |
---|---|---|---|
name | kotlin.String | Source's display Name. | |
slug | kotlin.String | Internal source name, used in URLs. | |
preAuthenticationFlow | java.util.UUID | Flow used before authentication. | |
ssoUrl | java.net.URI | URL that the initial Login request is sent to. | |
enabled | kotlin.Boolean | [optional] | |
authenticationFlow | java.util.UUID | Flow to use when authenticating existing users. | [optional] |
enrollmentFlow | java.util.UUID | Flow to use when enrolling new users. | [optional] |
policyEngineMode | PolicyEngineMode | [optional] | |
userMatchingMode | UserMatchingModeEnum | [optional] | |
userPathTemplate | kotlin.String | [optional] | |
issuer | kotlin.String | Also known as Entity ID. Defaults the Metadata URL. | [optional] |
sloUrl | java.net.URI | Optional URL if your IDP supports Single-Logout. | [optional] |
allowIdpInitiated | kotlin.Boolean | Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done. | [optional] |
nameIdPolicy | NameIdPolicyEnum | [optional] | |
bindingType | BindingTypeEnum | [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] |
signingKp | java.util.UUID | Keypair used to sign outgoing Responses going to the Identity Provider. | [optional] |
digestAlgorithm | DigestAlgorithmEnum | [optional] | |
signatureAlgorithm | SignatureAlgorithmEnum | [optional] | |
temporaryUserDeleteAfter | kotlin.String | Time offset when temporary users should be deleted. This only applies if your IDP uses the NameID Format 'transient', and the user doesn't log out manually. (Format: hours=1;minutes=2;seconds=3). | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.