Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,160 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have APIs protected by both Azure API Management (APIM) subscription keys and Azure B2C Bearer tokens. Currently, users can use their subscription keys, but I’m unsure how to provide them with Bearer tokens outside of the developer portal.
While I can obtain tokens using a client_secret, I prefer not to provide this to customers. My goal is to find a method for users to automate the process of obtaining Bearer tokens securely.
Does anyone have recommendations for securely granting Bearer tokens to users outside the APIM developer portal and for automating this process?
Thank you!