Programmatically issue API Management Subscription Keys
Hello, does anyone know how (or where I can learn about) programmatically issuing / managing Azure API management subscription keys in .NET?
My current idea is that users authenticated via JWT can hit an endpoint to receive a subscription key to interact with the APIs programmatically
Thank you
4 Replies
I'm not too sure what the question is but you can just create endpoints with ASP.NET
Also if we are talking about simple API keys here, I think JWT is a bit overkill for that?
You mention api management, do you mean specifically azure api management?
yes sorry @BallBuster McCheese - i have updated the description thank you
There's a built in portal devs can use