Use this data source to get the saml configuration.
data "nexus_security_saml" "saml" {}
output "saml_entity_id" {
description = "Entity ID URI of saml config"
value = data.nexus_security_saml.saml.entity_id
}
email_attribute
(String) IdP field mappings for user's email addressentity_id
(String) Entity ID URIfirst_name_attribute
(String) IdP field mappings for user's given namegroups_attribute
(String) IdP field mappings for user's groupsid
(String) Used to identify data source at nexusidp_metadata
(String) SAML Identity Provider Metadata XMLlast_name_attribute
(String) IdP field mappings for user's family nameusername_attribute
(String) IdP field mappings for usernamevalidate_assertion_signature
(Boolean) By default, if a signing key is found in the IdP metadata, then NXRM will attempt to validate signatures on the assertions.validate_response_signature
(Boolean) By default, if a signing key is found in the IdP metadata, then NXRM will attempt to validate signatures on the response.