Update Crowd Settings

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Updates the details on Crowd authentication access.

Since: Artifactory 7.64

Security: Requires admin user token authentication

Usage: PUT access/api/v1/crowd

Sample Request

{
  "enable_integration": true,
  "server_url": "http://10.1.21.241:8095/crowd",
  "application_name": "mycrowd",
  "password": "JE2g5nwPugVHfHRxVUy1iVp7HDKf3W6wJ258fNm6Usm9h6JKts",
  "session_validation_interval": 5,
  "use_default_proxy": false,
  "auto_user_creation": false,
  "allow_user_to_access_profile": false,
  "custom_cookie_token_key": "crowd.token_key",
  "direct_authentication": false,
  "override_all_groups_upon_login": false  "http_sso_proxied": true,
}