docs icon indicating copy to clipboard operation
docs copied to clipboard

Not able to configure Auth0 with Azure API Management due to changes in Azure

Open tkumark opened this issue 7 years ago • 1 comments

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

tkumark avatar Nov 24 '18 07:11 tkumark

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.

andreasgrimm avatar Mar 03 '19 22:03 andreasgrimm