简体   繁体   English

任何想法如何使用 Go 作为身份验证服务的一部分为谷歌提供者实现 OIDC

[英]Any ideas how to implement OIDC implementation for google provider using Go as part of authentication service

Any ideas how to implement OIDC implementation for google provider using Go as part of authentication service?任何想法如何使用 Go 作为身份验证服务的一部分为谷歌提供商实现 OIDC 实现?

Looking to implement authentication layer.希望实现身份验证层。

Not the best question, but if you want to understand a general approach and how the moving parts fit together, see this tutorial of mine, then follow similar concepts with Google and Go:不是最好的问题,但如果您想了解一般方法以及移动部件如何组合在一起,请参阅我的本教程,然后使用 Google 和 Go 遵循类似的概念:

Your early focus should be logging in and getting the token in the UI, then validating it in the API.您的早期重点应该是登录并在 UI 中获取令牌,然后在 API 中验证它。 Then see my blog's index page for additional topics.然后查看我的博客的索引页面以获取其他主题。

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

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