Description: Adds SAML settings.
Since: Artifactory 7.83.1
Security: Requires admin user token authentication
Usage: POST access/api/v1/saml/{setting_name}
Sample Request
request { "name": "settingName", "enable_integration": true, "verify_audience_restriction": false, "login_url": "https://sso/saml", "logout_url": "https://okta.com", "service_provider_name": "http://www.provider", "auto_user_creation": true, "allow_user_to_access_profile": false, "use_encrypted_assertion": false, "auto_redirect": false, "sync_groups": true, "certificate": "aaaaaa", "group_attribute": "group", "email_attribute": "", "name_id_attribute": "userName", "saml_group_setting": ["saml_group_settings1", "saml_group_settings2"] }