Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure API Management with OAuth2.0 and AAD?

im currently developing a mobile app that will make some web services call via the Azure API management. Now, this mobile app is going to be used by public users.

My question is: Do I need to register all public users into AAD to be able to use OAuth2.0 when the mobile apps makes a call to the Azure API management?

like image 605
Kengary Avatar asked Jan 18 '26 19:01

Kengary


1 Answers

Depends on your need. If you need to capture end user identities and want to use AAD as the Identity Provider, then you need to register your users in AAD (or ask them to do it).

Otherwise, you can just create client credentials for your mobile app. See https://msdn.microsoft.com/en-us/library/azure/dn645543.aspx

like image 127
Miao Jiang Avatar answered Jan 20 '26 19:01

Miao Jiang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!