简体   繁体   中英

Asp.Net Identity, OpenId implementation

I need to to authenticate against IBM's SSO which implements the OpenID standard. Is there any sample code or documentation for implementing a custom OpenID authentication for Asp.Net Identity?

I know that it comes with some built in implementations for Google and Twitter, and all of the samples dealing with Asp.Net Identity and OpenID talk about Google and Twitter.

There's no generic openID provider out of the box today, so you probably have to write your own custom OWIN middleware that talks to IBM's SSO. a similar question is here:

"Generic" OpenID in ASP.NET MVC 5

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