Skip to content
  • Auto
  • Light
  • Dark
Get Started

List

List
get/api/v1/step-up/providers

Invokes the c1.api.stepup.v1.StepUpProviderService.List method.

Returns
listarray of idstringclientIdstringcreatedAtstringdisplayNamestringenabledbooleanissuerUrlstringlastTestedAtstringmicrosoftStepUpMicrosoftSettingsoauth2StepUpOauth2SettingsupdatedAtstringStepUpProvider
optional

The list field.

nextPageTokenstring
optional

The nextPageToken field.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/step-up/providers \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "list": [
    {
      "clientId": "clientId",
      "displayName": "displayName",
      "enabled": true,
      "issuerUrl": "issuerUrl",
      "microsoft": {
        "conditionalAccessIds": [
          "string"
        ],
        "tenant": "tenant"
      },
      "oauth2": {
        "acrValues": [
          "string"
        ]
      }
    }
  ],
  "nextPageToken": "nextPageToken"
}