C
C#4mo 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
Waffles 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 McCheese4mo ago
You mention api management, do you mean specifically azure api management?
kmanjt
kmanjt4mo ago
yes sorry @BallBuster McCheese - i have updated the description thank you
Mayor McCheese
Mayor McCheese4mo ago
There's a built in portal devs can use