Get the SAML Settings

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the details on the SAML settings authentication.

Since: Artifactory 7.83.1

Security: Requires admin user token authentication

Usage: GET access/api/v1/saml

Sample Response

response
{
    "name": "firstsaml",
    "enable_integration": true,
    "verify_audience_restriction": false,
    "login_url": "https://dev.idp.com/sso/saml",
    "logout_url": "https://samltest.jfrog.io/logout",
    "certificate": "3g344rSkC0fftVrYuPp5hVBM6buVd+N2phUvTCe+oK35+2Fd1DIP+HSaxOe2/B0XmapMNIl28I97A7cemMB/pzEiZl5tL5DhnjDCyWhJxj4m1GB2Y4m/xZiCzvP2UARy/cKEB8dseJS/q0EsfuAjnHVQHLeFfr4y5MBSxeY3K0vOX8JL",
    "service_provider_name": "http://www.IDP.com/exko8tFM0h7",
    "auto_user_creation": false,
    "allow_user_to_access_profile": false,
    "use_encrypted_assertion": false,
    "auto_redirect": false,
    "sync_groups": false,
    "group_attribute": "groupName",
    "email_attribute": "userMail",
    "name_id_attribute": "ID"
}