1

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.

Kasun Kodagoda
  • 3,956
  • 5
  • 31
  • 54

1 Answers1

1

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

Hans Z.
  • 50,496
  • 12
  • 102
  • 115