Kasun Kodagoda
Kasun Kodagoda

Reputation: 4024

Using OpenID Connect with IdentityServer 2

I want to use OpenID Connect for authenticating users for one of my projects. Through my research i have found that IdentityServer 3 supports OpenID Connect. But what i want to know is can i use OpenID Connect with IdentityServer 2 for my application? I was not able to find anything on the web so far.

Upvotes: 1

Views: 315

Answers (1)

Hans Z.
Hans Z.

Reputation: 53978

Yes Identity Server v2 supports OpenID Connect, see: https://github.com/IdentityServer/IdentityServer2/tree/master/samples/OIDC

Upvotes: 1

Related Questions