简体   繁体   English

Azure api 管理访问限制

[英]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?我可以使用 azure api 管理来保护 api 端点吗? I've got a situation where consumer should be forced to register before being allowed to call my api.我遇到了这样一种情况,在被允许打电话给我的 api 之前,消费者应该被迫注册。 The api is just to post data into my system. api 只是将数据发布到我的系统中。

Can I use api management to do user registration?我可以使用 api 管理进行用户注册吗? If so, how does the api know to trust the request?如果是这样,api 如何知道信任该请求? How does the api know who made the request? api 如何知道谁提出了请求?

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?您是否使用 Azure Active Directory 注册用户? Are you using App Registrations?您在使用应用程序注册吗?

What have you tried looking up on the interwebz?您尝试在 interwebz 上查找什么?

Can I use azure api management to protect an api endpoint?我可以使用 azure api 管理来保护 api 端点吗?

Yes you can . 是的,你可以

This might be interesting for you. 对你来说可能很有趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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