简体   繁体   中英

Running own identity service

does dotnetopenauth allows or has the ability to run own identity server?

We are interested in building a id provider such as stack exchange, google, or 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.

OpenID Provider

This example will show you the basics for setting up an OpenID provider.

OAUTH

An example of protecting an API with OAUTH - including an example implementation of an Authorisation Server


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. If you need help then search/post back here on StackOverflow , post on the Google Groups or talk in the JabbR room

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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