C
C#11mo ago
kmanjt

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
The Fog from Human Resources
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?
Mayor McCheese
Mayor McCheese11mo ago
You mention api management, do you mean specifically azure api management?
kmanjt
kmanjtOP11mo ago
yes sorry @BallBuster McCheese - i have updated the description thank you
Mayor McCheese
Mayor McCheese11mo ago
There's a built in portal devs can use

Did you find this page helpful?