Get the SAML Settings by Name

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the details on the SAML settings authentication by SAML setting name.

Since: Artifactory 7.83.1

Security: Requires admin user token authentication

Usage: GET access/api/v1/saml/settings/{saml_setting_name}

Sample Response

response
{
    "name": "firstsaml",
    "enable_integration": true,
    "verify_audience_restriction": false,
    "login_url": "https://sso/saml",
    "logout_url": "https://oktapreview.com",
    "certificate": "3g344rSkC0fftVrYuPp5hVBM6buVd+N2phUvTCe+oK35+2Fd1DIP+HSaxOe2/B0XmapMNIl28I97A7cemMB/pzEiZl5tL5DhnjDCyWhJxj4m1GB2Y4m/xZiCzvP2UARy/cKEB8dseJS/q0EsfuAjnHVQHLeFfr4y5MBSxeY3K0vOX8JL",
    "service_provider_name": "http://www.okta.com/exko8tqtGFM0h7",
    "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": ""

}