Hi Support,
Is authentication via OpenId Connect supported in the ASP.NET Core & Angular, 5.0.2 version? Specifically when using Azure Active Directory as Identity server. If so, how do I go about enabling it?
With version 4.6, I used my own solution to log in via Azure AD, but it was a bit buggy. I would like to use the official version if possible. Any help on this topic will be much appreciated!
Thanks hjpetzer
8 Answer(s)
-
0
Hi,
It is not supported in Angular2 vresion yet, sorry.
-
0
Is this still not supported yet? We are interested in migrating our CORE 1.x MVC/jQuery Zero solution to CORE 2 + Angular, but we use OpenId Connect for Single Sign-On to an external provider.
Thanks, Bryan
-
0
Hi @blewis,
Sorry, it is still not implemented.
-
0
Is it on your roadmap at this point? Or way off in the distance?
-
0
I had a similar requirement for a 3rd party SSO that would only work via MVC. I got around this by using a separate subdomain for Login vs Angular Application. I used MVC application for login and then redirect over to Angular app with SSO token to login the user. Similar process that is being used between Public Website and Angular but in reverse. Wasn't hard to implement and works well.
Ideally I wish login still worked as it did before they moved to full Angular client side login, ie. MVC methods for login that worked tightly with the Angular app. .NET MVC has a LOT more pre-built SSO integrations out there.
Thanks, Matt
-
0
@blewis we can work on that in v5.5 milestone but probably it will take a few months to complete this milestone because we will work on v5.4 first.
-
0
@ismcagdas,
Is OpenId Connect support for Angular on the roadmap yet now that 5.4 is out? I don't see any issues on GitHub for it.
Thanks, Bryan
-
0
Created an issue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1292">https://github.com/aspnetzero/aspnet-ze ... ssues/1292</a>.