Save SSO settings

PUT {{url}}/auth/ssosettings

Creates / updates SSO settings. Requires Admin role.

Request Body

{"isEnabled"=>true, "provider"=>"Azure AD", "scope"=>"openid", "clientId"=>"client.id", "authority"=>"authority", "groupMappings"=>[{"groupName"=>"Read", "roleId"=>"000-00-00-0000"}]}

RESPONSES

status: OK

{"isEnabled":true,"provider":"Azure AD","scope":"openid","clientId":"test.client.id","authority":"test.authority","groupMappings":[{"groupName":"Admin","roleId":"00000000-0000-0000-0000-000000000000"}]}