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

Latest commit

 

History

History
36 lines (31 loc) · 3.2 KB

SAMLSource.md

File metadata and controls

36 lines (31 loc) · 3.2 KB

SAMLSource

Properties

Name Type Description Notes
pk java.util.UUID [readonly]
name kotlin.String Source's display Name.
slug kotlin.String Internal source name, used in URLs.
component kotlin.String Get object component so that we know how to edit the object [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]
managed kotlin.String Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. [readonly]
icon kotlin.String Get the URL to the Icon. If the name is /static or starts with http it is returned as-is [readonly]
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]