Get SSO settings
GET {{url}}/auth/ssosettings
Gets current logged in customer's SSO settings. Requires Admin role.
RESPONSES
status: OK
{"isEnabled":true,"provider":"Azure AD","scope":"openid","clientId":"test.client.id","authority":"test.authority","groupMappings":[{"idpGroupName":"Admin","roleId":"00000000-0000-0000-0000-000000000000"}]}