简体   繁体   中英

Azure api management access limitations

I don't know if this is possible but I suspect it is.

Can I use azure api management to protect an api endpoint? I've got a situation where consumer should be forced to register before being allowed to call my api. The api is just to post data into my system.

Can I use api management to do user registration? If so, how does the api know to trust the request? How does the api know who made the request?

What if I wanted the user to only post values relating to what I wanted them to update? And not be able to update other peoples values?

I don't know exactly the use cases. Are you using Azure Active Directory to register users? Are you using App Registrations?

What have you tried looking up on the interwebz?

Can I use azure api management to protect an api endpoint?

Yes you can .

This might be interesting for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM