---
title: "List"
method: GET
path: "/api/v1/step-up/providers"
tags: ["Step Up Authentication Providers"]
---

# List

`GET /api/v1/step-up/providers`

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

## Response `200`

Successful response

- C1ApiStepupV1ListStepUpProvidersResponse — The ListStepUpProvidersResponse message.
  - `list` C1ApiStepupV1StepUpProvider[], nullable — The list field.
    - `clientId` string — The clientId field.
    - `createdAt` string, date-time
    - `displayName` string — The displayName field.
    - `enabled` boolean — The enabled field.
    - `id` string — The id field.
    - `issuerUrl` string — The issuerUrl field.
    - `lastTestedAt` string, date-time
    - `microsoft` C1ApiStepupV1StepUpMicrosoftSettings, nullable — StepUpMicrosoftSettings represents a Microsoft Entra Provider using Conditional Access Policies to enforce step-up authentication.
      - `conditionalAccessIds` string[], nullable — The conditionalAccessIds field.
      - `tenant` string — The tenant field.
    - `oauth2` C1ApiStepupV1StepUpOAuth2Settings, nullable — StepUpOAuth2Settings repersents an OAuth2 provider that supports RFC 9470 <https://www.rfc-editor.org/rfc/rfc9470> Common ACR values for OAuth2 providers include: - "urn:okta:loa:1fa:any" (okta) - "urn:okta:loa:1fa:pwd" (okta) - "urn:okta:loa:2fa:any" (okta) - "urn:okta:loa:2fa:any:ifpossible" (okta) - "phr" (okta) - "phrh" (okta)
      - `acrValues` string[], nullable — The acrValues field.
    - `updatedAt` string, date-time
  - `nextPageToken` string — The nextPageToken field.

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/step-up/providers/get.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/e09d811ca082/schema)
