Update SAML Settings

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Updates the SAML settings.

Since: Artifactory 7.83.1

Security: Requires admin user token authentication

Usage: PUT access/api/v1/saml/{setting_name}

Sample Request

request body:

{
    "name": "testsaml",
    "enable_integration": true,
    "verify_audience_restriction": false,
    "login_url": "https://sso/saml",
    "logout_url": "https://www.nba.com",
    "certificate": "3g344rSkC0fftVrYuPp5hVBM6buVd+N2phUvTCe+oK35+2Fd1DIP+HSaxOe2/B0XmapMNIl28I97A7cemMB/pzEiZl5tL5DhnjDCyWhJxj4m1GB2Y4m/xZiCzvP2UARy/cKEB8dseJS/q0EsfuAjnHVQHLeFfr4y5MBSxeY3K0vOX8JL",
    "service_provider_name": "http://www.okta.com/name",
    "auto_user_creation": false,
    "allow_user_to_access_profile": false,
    "use_encrypted_assertion": false,
    "auto_redirect": false,
    "sync_groups": false,
    "group_attribute": "",
    "email_attribute": "",
    "name_id_attribute": ""
}