docs
docs copied to clipboard
Not able to configure Auth0 with Azure API Management due to changes in Azure
https://auth0.com/docs/integrations/azure-api-management/configure-azure this doc needs to be updated the UI has completely changed. there also 2 more fields that are mandatory
Client ID and Client secret. Could you please let me know where I can get them
The thing is that Client ID and Client secret does not make any sense at all when it's about the protection of an API that should be able to accept requests from more than one client.
What you'd typically specify is (issuer)domain, audience and potentially the IDP's public key.