List all OIDC issuers configured in your Vultr IAM organization. View issuer details including URLs, audiences, and creation timestamps through the IAM API.
Listing OIDC issuers retrieves all registered issuers in your organization, including both externally registered issuers and auto-created Vultr-managed issuers. Each issuer includes its source type, URI, and public key details.
This guide explains how to list all OIDC issuers using the Vultr API.
Send a GET request to the List OIDC Issuers endpoint to retrieve all issuers.
$ curl "https://api.vultr.com/v2/oidc/issuer" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
The source field indicates the issuer type: external for third-party IdPs or vultr for auto-created issuers linked to OIDC providers.