Base solution for your next web application
Open Closed

ASP.NET Core&Angular(5.0.2) Auth via OpenId Connect #4225


User avatar
0
hjpetzer created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    It is not supported in Angular2 vresion yet, sorry.

  • User Avatar
    0
    blewis created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @blewis,

    Sorry, it is still not implemented.

  • User Avatar
    0
    blewis created

    Is it on your roadmap at this point? Or way off in the distance?

  • User Avatar
    0
    ribbo created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    @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.

  • User Avatar
    0
    blewis created

    @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

  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.