List all OIDC providers configured in your Vultr IAM organization. View provider details including client IDs, callback URLs, and status through the IAM API.
Listing OIDC providers retrieves all providers configured in your organization. Each provider includes its unique identifier, linked issuer ID, and name.
This guide explains how to list all OIDC providers using the Vultr API.
Send a GET request to the List OIDC Providers endpoint to retrieve all providers.
$ curl "https://api.vultr.com/v2/oidc/provider" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
The response contains the requested resources.