-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for Azure Ad and other OpenID connect based auth providers #256
Conversation
Very good point! I will have a look tonight. Thanks @manishtiwari25 |
src/LinkDotNet.Blog.Web/Authentication/OpenIdConnect/AuthLoginManager.cs
Outdated
Show resolved
Hide resolved
src/LinkDotNet.Blog.Web/Authentication/OpenIdConnect/AuthHelper.cs
Outdated
Show resolved
Hide resolved
I have a few points, but looks good so far! |
Good job - there is one last thing: There is a test for the EDIT: Forgot what I said - GitHub showed me only some of your new commits - good job! |
Thanks again @manishtiwari25 - I am thinking of removing the backward compatibility fo |
Removed the tight coupling with auth0 and made it more common so we can use other OpenID connect based auth providers.
I am using Azure active directory so I added these.