Azure功能HTTP - 授权级别 [英] Azure Functions HTTP – Authorization Levels

查看:66
本文介绍了Azure功能HTTP - 授权级别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


Azure功能HTTP - 授权级别功能级别属于哪种机制?

Azure Functions HTTP – Authorization Levels Function Level comes under which mechanism?

意味着它是oauth还是anthing?

Means is it oauth or anthing else?

任何帮助赞赏

推荐答案

功能和管理级别授权都是基于密钥的简单方法。有关这些密钥的更多信息,请参阅 
部分
 文档。

如何使用它们包含在  这个
部分
。重申一下,你可以通过

How to use them is covered in this section. To reiterate, you can either pass them via a


  • 查询参数 -   ?code = < API_KEY>
  • 带有密钥的HTTP标头  x-functions-key

就像你原本想的那样,它们真的不是最好的身份验证,特别是如果你有一个基于Web的客户端进行调用
最终用户可以轻松看到密钥。

此部分文档涵盖了您
可能希望在制作中使用的选项。

Like you would have already thought, they are really not the best kind of authentication especially if you have a web-based client making the calls since the key would be easily visible to end-users.
This section of the docs covers options that you may want to use in production.


这篇关于Azure功能HTTP - 授权级别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆