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
[
{
"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"
},
{
"name": "secondsaml",
"enable_integration": true,
"verify_audience_restriction": false,
"login_url": "https://dev.idp.com/sso/saml2",
"logout_url": "https://samltest2.jfrog.io/logout",
"certificate": "3g3444SkC0fftVrYuPp5hVBM6buVd+N2phUvTCe+oK35+2Fd1DIP+HSaxOe2/B0XmapMNIl28I97A7cemMB/pzEiZl5tL5DhnjDCyWhJxj4m1GB2Y4m/xZiCzvP2UARy/cKEB8dseJS/q0EsfuAjnHVQHLeFfr4y5MBSxeY3K0vOX8JL",
"service_provider_name": "http://www.IDP2.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"
}
] {
"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": "3g3444SkC0fftVrYuPp5hVBM6buVd+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"
}