Description: Returns the details for the Crowd settings authentication.
Since: Artifactory 7.64
Security: Requires admin user token authentication
Usage: GET /access/api/v1/crowd/settings
Sample Response
{
"enable_integration": true,
"server_url": "http://10.1.21.241:8095/crowd",
"application_name": "mycrowd",
"password": "JE2futajgejMiXKWdYsjR7z6rZyjE7cCeoKMQK5pr7HaLHcxqZ",
"session_validation_interval": 5,
"use_default_proxy": false,
"auto_user_creation": true,
"allow_user_to_access_profile": false,
"custom_cookie_token_key": "crowd.token_key",
"direct_authentication": false,
"override_all_groups_upon_login": false
}