Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 3.64 KB

SamlProvider.md

File metadata and controls

42 lines (37 loc) · 3.64 KB

SamlProvider

Properties

Name Type Description Notes
pk i32 [readonly]
name String
authentication_flow Option<uuid::Uuid> Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorization_flow uuid::Uuid Flow used when authorizing this provider.
property_mappings Option<Vecuuid::Uuid> [optional]
component String Get object component so that we know how to edit the object [readonly]
assigned_application_slug String Internal application name, used in URLs. [readonly]
assigned_application_name String Application's display Name. [readonly]
assigned_backchannel_application_slug String Internal application name, used in URLs. [readonly]
assigned_backchannel_application_name String Application's display Name. [readonly]
verbose_name String Return object's verbose_name [readonly]
verbose_name_plural String Return object's plural verbose_name [readonly]
meta_model_name String Return internal model name [readonly]
acs_url String
audience Option<String> Value of the audience restriction field of the assertion. When left empty, no audience restriction will be added. [optional]
issuer Option<String> Also known as EntityID [optional]
assertion_valid_not_before Option<String> Assertion valid not before current time + this value (Format: hours=-1;minutes=-2;seconds=-3). [optional]
assertion_valid_not_on_or_after Option<String> Assertion not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
session_valid_not_on_or_after Option<String> Session not valid on or after current time + this value (Format: hours=1;minutes=2;seconds=3). [optional]
name_id_mapping Option<uuid::Uuid> Configure how the NameID value will be created. When left empty, the NameIDPolicy of the incoming request will be considered [optional]
digest_algorithm Option<models::DigestAlgorithmEnum> [optional]
signature_algorithm Option<models::SignatureAlgorithmEnum> [optional]
signing_kp Option<uuid::Uuid> Keypair used to sign outgoing Responses going to the Service Provider. [optional]
verification_kp Option<uuid::Uuid> When selected, incoming assertion's Signatures will be validated against this certificate. To allow unsigned Requests, leave on default. [optional]
sp_binding Option<models::SpBindingEnum> This determines how authentik sends the response back to the Service Provider. * redirect - Redirect * post - Post [optional]
default_relay_state Option<String> Default relay_state value for IDP-initiated logins [optional]
url_download_metadata String Get metadata download URL [readonly]
url_sso_post String Get SSO Post URL [readonly]
url_sso_redirect String Get SSO Redirect URL [readonly]
url_sso_init String Get SSO IDP-Initiated URL [readonly]
url_slo_post String Get SLO POST URL [readonly]
url_slo_redirect String Get SLO redirect URL [readonly]

[Back to Model list] [Back to API list] [Back to README]