Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/idps/{idp-id} \ --header 'Authorization: Bearer <token>'
{ "identityProviderConfig": { "identityProviderId": "<string>", "issuer": "<string>", "jwksUrl": "<string>", "isDeactivated": true, "audience": "<string>" } }
Get the identity provider configuration data by id.
Ledger API standard JWT token
Required
Show child attributes