Okta.Sdk.Model.SamlAssertionEncryption

October 22, 2025 ยท View on GitHub

Determines if the app supports encrypted assertions

Properties

NameTypeDescriptionNotes
EnabledboolIndicates whether Okta encrypts the assertions that it sends to the Service Provider[optional]
EncryptionAlgorithmstringThe encryption algorithm used to encrypt the SAML assertion[optional]
KeyTransportAlgorithmstringThe key transport algorithm used to encrypt the SAML assertion[optional]
X5cList<string>A list that contains exactly one x509 encoded certificate which Okta uses to encrypt the SAML assertion with[optional]

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