published on Wednesday, Apr 22, 2026 by goauthentik
published on Wednesday, Apr 22, 2026 by goauthentik
Create ProviderWsFederation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProviderWsFederation(name: string, args: ProviderWsFederationArgs, opts?: CustomResourceOptions);@overload
def ProviderWsFederation(resource_name: str,
args: ProviderWsFederationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProviderWsFederation(resource_name: str,
opts: Optional[ResourceOptions] = None,
reply_url: Optional[str] = None,
authorization_flow: Optional[str] = None,
wtrealm: Optional[str] = None,
invalidation_flow: Optional[str] = None,
property_mappings: Optional[Sequence[str]] = None,
provider_ws_federation_id: Optional[str] = None,
encryption_kp: Optional[str] = None,
name_id_mapping: Optional[str] = None,
assertion_valid_not_on_or_after: Optional[str] = None,
name: Optional[str] = None,
authn_context_class_ref_mapping: Optional[str] = None,
digest_algorithm: Optional[str] = None,
assertion_valid_not_before: Optional[str] = None,
session_valid_not_on_or_after: Optional[str] = None,
sign_assertion: Optional[bool] = None,
sign_logout_request: Optional[bool] = None,
signature_algorithm: Optional[str] = None,
signing_kp: Optional[str] = None,
authentication_flow: Optional[str] = None)func NewProviderWsFederation(ctx *Context, name string, args ProviderWsFederationArgs, opts ...ResourceOption) (*ProviderWsFederation, error)public ProviderWsFederation(string name, ProviderWsFederationArgs args, CustomResourceOptions? opts = null)
public ProviderWsFederation(String name, ProviderWsFederationArgs args)
public ProviderWsFederation(String name, ProviderWsFederationArgs args, CustomResourceOptions options)
type: authentik:ProviderWsFederation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProviderWsFederationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProviderWsFederationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProviderWsFederationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderWsFederationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderWsFederationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var providerWsFederationResource = new Authentik.ProviderWsFederation("providerWsFederationResource", new()
{
ReplyUrl = "string",
AuthorizationFlow = "string",
Wtrealm = "string",
InvalidationFlow = "string",
PropertyMappings = new[]
{
"string",
},
ProviderWsFederationId = "string",
EncryptionKp = "string",
NameIdMapping = "string",
AssertionValidNotOnOrAfter = "string",
Name = "string",
AuthnContextClassRefMapping = "string",
DigestAlgorithm = "string",
AssertionValidNotBefore = "string",
SessionValidNotOnOrAfter = "string",
SignAssertion = false,
SignLogoutRequest = false,
SignatureAlgorithm = "string",
SigningKp = "string",
AuthenticationFlow = "string",
});
example, err := authentik.NewProviderWsFederation(ctx, "providerWsFederationResource", &authentik.ProviderWsFederationArgs{
ReplyUrl: pulumi.String("string"),
AuthorizationFlow: pulumi.String("string"),
Wtrealm: pulumi.String("string"),
InvalidationFlow: pulumi.String("string"),
PropertyMappings: pulumi.StringArray{
pulumi.String("string"),
},
ProviderWsFederationId: pulumi.String("string"),
EncryptionKp: pulumi.String("string"),
NameIdMapping: pulumi.String("string"),
AssertionValidNotOnOrAfter: pulumi.String("string"),
Name: pulumi.String("string"),
AuthnContextClassRefMapping: pulumi.String("string"),
DigestAlgorithm: pulumi.String("string"),
AssertionValidNotBefore: pulumi.String("string"),
SessionValidNotOnOrAfter: pulumi.String("string"),
SignAssertion: pulumi.Bool(false),
SignLogoutRequest: pulumi.Bool(false),
SignatureAlgorithm: pulumi.String("string"),
SigningKp: pulumi.String("string"),
AuthenticationFlow: pulumi.String("string"),
})
var providerWsFederationResource = new ProviderWsFederation("providerWsFederationResource", ProviderWsFederationArgs.builder()
.replyUrl("string")
.authorizationFlow("string")
.wtrealm("string")
.invalidationFlow("string")
.propertyMappings("string")
.providerWsFederationId("string")
.encryptionKp("string")
.nameIdMapping("string")
.assertionValidNotOnOrAfter("string")
.name("string")
.authnContextClassRefMapping("string")
.digestAlgorithm("string")
.assertionValidNotBefore("string")
.sessionValidNotOnOrAfter("string")
.signAssertion(false)
.signLogoutRequest(false)
.signatureAlgorithm("string")
.signingKp("string")
.authenticationFlow("string")
.build());
provider_ws_federation_resource = authentik.ProviderWsFederation("providerWsFederationResource",
reply_url="string",
authorization_flow="string",
wtrealm="string",
invalidation_flow="string",
property_mappings=["string"],
provider_ws_federation_id="string",
encryption_kp="string",
name_id_mapping="string",
assertion_valid_not_on_or_after="string",
name="string",
authn_context_class_ref_mapping="string",
digest_algorithm="string",
assertion_valid_not_before="string",
session_valid_not_on_or_after="string",
sign_assertion=False,
sign_logout_request=False,
signature_algorithm="string",
signing_kp="string",
authentication_flow="string")
const providerWsFederationResource = new authentik.ProviderWsFederation("providerWsFederationResource", {
replyUrl: "string",
authorizationFlow: "string",
wtrealm: "string",
invalidationFlow: "string",
propertyMappings: ["string"],
providerWsFederationId: "string",
encryptionKp: "string",
nameIdMapping: "string",
assertionValidNotOnOrAfter: "string",
name: "string",
authnContextClassRefMapping: "string",
digestAlgorithm: "string",
assertionValidNotBefore: "string",
sessionValidNotOnOrAfter: "string",
signAssertion: false,
signLogoutRequest: false,
signatureAlgorithm: "string",
signingKp: "string",
authenticationFlow: "string",
});
type: authentik:ProviderWsFederation
properties:
assertionValidNotBefore: string
assertionValidNotOnOrAfter: string
authenticationFlow: string
authnContextClassRefMapping: string
authorizationFlow: string
digestAlgorithm: string
encryptionKp: string
invalidationFlow: string
name: string
nameIdMapping: string
propertyMappings:
- string
providerWsFederationId: string
replyUrl: string
sessionValidNotOnOrAfter: string
signAssertion: false
signLogoutRequest: false
signatureAlgorithm: string
signingKp: string
wtrealm: string
ProviderWsFederation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ProviderWsFederation resource accepts the following input properties:
- string
- Invalidation
Flow string - Reply
Url string - Wtrealm string
- Assertion
Valid stringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - Assertion
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - Authentication
Flow string - Authn
Context stringClass Ref Mapping - Digest
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- Encryption
Kp string - Name string
- Name
Id stringMapping - Property
Mappings List<string> - Provider
Ws stringFederation Id - Session
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - Sign
Assertion bool - Defaults to
true. - Sign
Logout boolRequest - Defaults to
false. - Signature
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- Signing
Kp string
- string
- Invalidation
Flow string - Reply
Url string - Wtrealm string
- Assertion
Valid stringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - Assertion
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - Authentication
Flow string - Authn
Context stringClass Ref Mapping - Digest
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- Encryption
Kp string - Name string
- Name
Id stringMapping - Property
Mappings []string - Provider
Ws stringFederation Id - Session
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - Sign
Assertion bool - Defaults to
true. - Sign
Logout boolRequest - Defaults to
false. - Signature
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- Signing
Kp string
- String
- invalidation
Flow String - reply
Url String - wtrealm String
- assertion
Valid StringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication
Flow String - authn
Context StringClass Ref Mapping - digest
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption
Kp String - name String
- name
Id StringMapping - property
Mappings List<String> - provider
Ws StringFederation Id - session
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign
Assertion Boolean - Defaults to
true. - sign
Logout BooleanRequest - Defaults to
false. - signature
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing
Kp String
- string
- invalidation
Flow string - reply
Url string - wtrealm string
- assertion
Valid stringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication
Flow string - authn
Context stringClass Ref Mapping - digest
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption
Kp string - name string
- name
Id stringMapping - property
Mappings string[] - provider
Ws stringFederation Id - session
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign
Assertion boolean - Defaults to
true. - sign
Logout booleanRequest - Defaults to
false. - signature
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing
Kp string
- str
- invalidation_
flow str - reply_
url str - wtrealm str
- assertion_
valid_ strnot_ before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion_
valid_ strnot_ on_ or_ after - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication_
flow str - authn_
context_ strclass_ ref_ mapping - digest_
algorithm str - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption_
kp str - name str
- name_
id_ strmapping - property_
mappings Sequence[str] - provider_
ws_ strfederation_ id - session_
valid_ strnot_ on_ or_ after - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign_
assertion bool - Defaults to
true. - sign_
logout_ boolrequest - Defaults to
false. - signature_
algorithm str - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing_
kp str
- String
- invalidation
Flow String - reply
Url String - wtrealm String
- assertion
Valid StringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication
Flow String - authn
Context StringClass Ref Mapping - digest
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption
Kp String - name String
- name
Id StringMapping - property
Mappings List<String> - provider
Ws StringFederation Id - session
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign
Assertion Boolean - Defaults to
true. - sign
Logout BooleanRequest - Defaults to
false. - signature
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing
Kp String
Outputs
All input properties are implicitly available as output properties. Additionally, the ProviderWsFederation resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ProviderWsFederation Resource
Get an existing ProviderWsFederation resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ProviderWsFederationState, opts?: CustomResourceOptions): ProviderWsFederation@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
assertion_valid_not_before: Optional[str] = None,
assertion_valid_not_on_or_after: Optional[str] = None,
authentication_flow: Optional[str] = None,
authn_context_class_ref_mapping: Optional[str] = None,
authorization_flow: Optional[str] = None,
digest_algorithm: Optional[str] = None,
encryption_kp: Optional[str] = None,
invalidation_flow: Optional[str] = None,
name: Optional[str] = None,
name_id_mapping: Optional[str] = None,
property_mappings: Optional[Sequence[str]] = None,
provider_ws_federation_id: Optional[str] = None,
reply_url: Optional[str] = None,
session_valid_not_on_or_after: Optional[str] = None,
sign_assertion: Optional[bool] = None,
sign_logout_request: Optional[bool] = None,
signature_algorithm: Optional[str] = None,
signing_kp: Optional[str] = None,
wtrealm: Optional[str] = None) -> ProviderWsFederationfunc GetProviderWsFederation(ctx *Context, name string, id IDInput, state *ProviderWsFederationState, opts ...ResourceOption) (*ProviderWsFederation, error)public static ProviderWsFederation Get(string name, Input<string> id, ProviderWsFederationState? state, CustomResourceOptions? opts = null)public static ProviderWsFederation get(String name, Output<String> id, ProviderWsFederationState state, CustomResourceOptions options)resources: _: type: authentik:ProviderWsFederation get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Assertion
Valid stringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - Assertion
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - Authentication
Flow string - Authn
Context stringClass Ref Mapping - string
- Digest
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- Encryption
Kp string - Invalidation
Flow string - Name string
- Name
Id stringMapping - Property
Mappings List<string> - Provider
Ws stringFederation Id - Reply
Url string - Session
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - Sign
Assertion bool - Defaults to
true. - Sign
Logout boolRequest - Defaults to
false. - Signature
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- Signing
Kp string - Wtrealm string
- Assertion
Valid stringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - Assertion
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - Authentication
Flow string - Authn
Context stringClass Ref Mapping - string
- Digest
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- Encryption
Kp string - Invalidation
Flow string - Name string
- Name
Id stringMapping - Property
Mappings []string - Provider
Ws stringFederation Id - Reply
Url string - Session
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - Sign
Assertion bool - Defaults to
true. - Sign
Logout boolRequest - Defaults to
false. - Signature
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- Signing
Kp string - Wtrealm string
- assertion
Valid StringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication
Flow String - authn
Context StringClass Ref Mapping - String
- digest
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption
Kp String - invalidation
Flow String - name String
- name
Id StringMapping - property
Mappings List<String> - provider
Ws StringFederation Id - reply
Url String - session
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign
Assertion Boolean - Defaults to
true. - sign
Logout BooleanRequest - Defaults to
false. - signature
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing
Kp String - wtrealm String
- assertion
Valid stringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication
Flow string - authn
Context stringClass Ref Mapping - string
- digest
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption
Kp string - invalidation
Flow string - name string
- name
Id stringMapping - property
Mappings string[] - provider
Ws stringFederation Id - reply
Url string - session
Valid stringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign
Assertion boolean - Defaults to
true. - sign
Logout booleanRequest - Defaults to
false. - signature
Algorithm string - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing
Kp string - wtrealm string
- assertion_
valid_ strnot_ before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion_
valid_ strnot_ on_ or_ after - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication_
flow str - authn_
context_ strclass_ ref_ mapping - str
- digest_
algorithm str - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption_
kp str - invalidation_
flow str - name str
- name_
id_ strmapping - property_
mappings Sequence[str] - provider_
ws_ strfederation_ id - reply_
url str - session_
valid_ strnot_ on_ or_ after - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign_
assertion bool - Defaults to
true. - sign_
logout_ boolrequest - Defaults to
false. - signature_
algorithm str - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing_
kp str - wtrealm str
- assertion
Valid StringNot Before - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=-5. - assertion
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=5. - authentication
Flow String - authn
Context StringClass Ref Mapping - String
- digest
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#sha1http://www.w3.org/2001/04/xmlenc#sha256http://www.w3.org/2001/04/xmldsig-more#sha384http://www.w3.org/2001/04/xmlenc#sha512Defaults tohttp://www.w3.org/2001/04/xmlenc#sha256.
- encryption
Kp String - invalidation
Flow String - name String
- name
Id StringMapping - property
Mappings List<String> - provider
Ws StringFederation Id - reply
Url String - session
Valid StringNot On Or After - Format: hours=1;minutes=2;seconds=3. Defaults to
minutes=86400. - sign
Assertion Boolean - Defaults to
true. - sign
Logout BooleanRequest - Defaults to
false. - signature
Algorithm String - Allowed values:
http://www.w3.org/2000/09/xmldsig#rsa-sha1http://www.w3.org/2001/04/xmldsig-more#rsa-sha256http://www.w3.org/2001/04/xmldsig-more#rsa-sha384http://www.w3.org/2001/04/xmldsig-more#rsa-sha512http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512http://www.w3.org/2000/09/xmldsig#dsa-sha1Defaults tohttp://www.w3.org/2001/04/xmldsig-more#rsa-sha256.
- signing
Kp String - wtrealm String
Package Details
- Repository
- authentik goauthentik/terraform-provider-authentik
- License
- Notes
- This Pulumi package is based on the
authentikTerraform Provider.
published on Wednesday, Apr 22, 2026 by goauthentik
