简体   繁体   English

运行自己的身份服务

[英]Running own identity service

does dotnetopenauth allows or has the ability to run own identity server? dotnetopenauth允许还是有能力运行自己的身份服务器?

We are interested in building a id provider such as stack exchange, google, or fb. 我们有兴趣构建一个ID提供程序,例如堆栈交换,google或fb。

As well as authentication, we are interested in allowing users to register and then using same creds, accessing corps any resource without login again and again. 除了身份验证外,我们还希望允许用户注册,然后使用相同的凭据,访问企业的任何资源,而无需一次又一次地登录。

what s the best place to start? 最好的起点是什么? any source code to research for such impl? 有任何源代码可以研究这种暗示吗?

Yes, indeed it does! 是的,的确如此!

Best place to start would be the samples included on GitHub. 最好的起点是GitHub上包含的示例。

OpenID Provider OpenID提供者

This example will show you the basics for setting up an OpenID provider. 本示例将向您展示设置OpenID提供程序的基础知识。

OAUTH OAUTH

An example of protecting an API with OAUTH - including an example implementation of an Authorisation Server 使用OAUTH保护API的示例-包括授权服务器的示例实现


Have a look, it's a deep dive but worth it if you are serious about being an ID provider - a decision which should not be taken lightly. 看看,这是一次深入的研究,但是如果您认真地想成为ID提供者,则值得这样做-不应轻视这一决定。 If you need help then search/post back here on StackOverflow , post on the Google Groups or talk in the JabbR room 如果您需要帮助,请在StackOverflow上搜索/发回此处,在Google网上论坛中发帖或在JabbR会议室中交谈

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

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