简体   繁体   English

适用于Amazon API GAteway的OAuth

[英]OAuth for Amazon API GAteway

I have my Rest API's configured in API Gateway. 我在API网关中配置了我的Rest API。 I want to implement OAuth on top of it so that the access to the url's are authenticated. 我想在它上面实现OAuth,以便对URL的访问进行身份验证。 I know that Lambda functions will be required here. 我知道这里需要Lambda函数。 Following are my questions: 以下是我的问题:
1. Any good third party oauth providers that I can link with my project? 1.我可以与项目链接的任何优秀的第三方oauth提供商吗?

  1. Scaling needs will be pretty high, possibly around 1M/second. 扩展需求将非常高,可能大约1M /秒。 Will these providers be scalable enough? 这些提供商是否足够可扩展?

I would want to be doing everything programmatically. 我想以编程方式做所有事情。 Like mostly these providers will require registration in order to acquire client id's and secrets. 与大多数提供商一样,这些提供商需要注册才能获得客户ID和秘密。 I want that also to happen programmatically as the no of users signing up will be dynamic. 我希望这也会以编程方式发生,因为注册的用户数量不会是动态的。

  1. i find Authlete good and also provide a guide for Amazon API Gateway 我发现Authlete很好,还提供了亚马逊API网关的指南
  2. Yes, they can scale pretty well (check the pricing section) if you are willing to pay enough 是的,如果您愿意支付足够的话,它们可以很好地扩展(检查定价部分)

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

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