get https://{tenanturl}/v1.0/endpoint//jwks
Use this API to get the OIDC provider's JSON Web Key Set, which contains the public keys.
Responses
404The resource was not found.
Use this API to get the OIDC provider's JSON Web Key Set, which contains the public keys.
404The resource was not found.
xxxxxxxxxx
curl --request GET \
--url https://tenant_url/v1.0/endpoint/default/jwks \
--header 'accept: application/json'