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.