Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 881 Bytes

File metadata and controls

14 lines (10 loc) · 881 Bytes

Okta.Sdk.Model.SamlAssertionEncryption

Determines if the app supports encrypted assertions

Properties

Name Type Description Notes
Enabled bool Indicates whether Okta encrypts the assertions that it sends to the Service Provider [optional]
EncryptionAlgorithm string The encryption algorithm used to encrypt the SAML assertion [optional]
KeyTransportAlgorithm string The key transport algorithm used to encrypt the SAML assertion [optional]
X5c List<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]