1

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.

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.