SAMLSource Viewset
Path parameters
Internal source name, used in URLs.
Request body
Source's display Name.
Internal source name, used in URLs.
When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon.
Flow to use when authenticating existing users.
Flow to use when enrolling new users.
Flow used before authentication.
Also known as Entity ID. Defaults to the Metadata URL.
URL that the initial Login request is sent to.
Optional URL if your IDP supports Single-Logout.
Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done.
When enabled, the IdP will re-authenticate the user even if a session exists.
When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.
Keypair used to sign outgoing Responses going to the Identity Provider.
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).
When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.
Response
Source's display Name.
Internal source name, used in URLs.
When enabled, this source will be displayed as a prominent button on the login page, instead of a small icon.
Flow to use when authenticating existing users.
Flow to use when enrolling new users.
Get object component so that we know how to edit the object
Return object's verbose_name
Return object's plural verbose_name
Return internal model name
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.
Flow used before authentication.
Also known as Entity ID. Defaults to the Metadata URL.
Get the resolved Issuer, falling back to the metadata URL when unset
URL that the initial Login request is sent to.
Optional URL if your IDP supports Single-Logout.
Allows authentication flows initiated by the IdP. This can be a security risk, as no validation of the request ID is done.
When enabled, the IdP will re-authenticate the user even if a session exists.
When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default.
Keypair used to sign outgoing Responses going to the Identity Provider.
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).
When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.
Changes
No recorded changes to this endpoint across all 1 revision of this API.