External Security Group Providers

GET /api/externalsecuritygroupproviders

GET /api/externalsecuritygroupproviders

Lists the authentication providers that support external group lookups and are currently enabled

Response

200 — The requested External Security Group Providers

  • Id string
  • IsRoleBased boolean
  • LookupUri string
  • Name string
  • SupportsGroupLookup boolean

Example Response

JSON
[
  {
    "Id": "string",
    "IsRoleBased": true,
    "LookupUri": "string",
    "Name": "string",
    "SupportsGroupLookup": true
  }
]