9 comments

  1. Unknown's avatar

    […] Updating Microsoft Account Logins in ASP.NET Core with OpenID Connect and Azure Active Directory […]

  2. Thomas Levesque's avatar

    > but select_account is not supported in the AAD implementation

    What do you mean? I’m using it in my apps, it works fine

    1. damienbod's avatar

      Hi Thomas

      Thanks for the feedback, then the docs are old:

      https://docs.microsoft.com/en-us/azure/active-directory/develop/v1-protocols-openid-connect-code#send-the-sign-in-request

      I’ll update, thanks

      Greetings Damien

  3. […] Updating Microsoft Account Logins in ASP.NET Core with OpenID Connect and Azure Active Directory (Damien Bowden) […]

  4. […] Updating Microsoft Account Logins in ASP.NET Core with OpenID Connect and Azure Active Directory – Damien Bowden […]

  5. TheMinh1024's avatar
    PeopleFromBinhDuong · · Reply
  6. annix83's avatar

    Evening,
    Im trying to setup this in a .Net Core 3.1 environment but i seem to have problem with the CallBack URL. I get an 404 response but expected is that the Web App should handle the callback according to the schema. Any tips what might be wrong here?

  7. annix83's avatar
    annix83 · · Reply

    I have some issues with the callback URL. I get 404 when its called and its not handled by the web app as expected. What have i missed?

    1. damienbod's avatar

      The ‘options.CallbackPath = “/signin-microsoft”; ‘ needs to match what you have configured on the APP registration

      Greetings Damien

Leave a reply to Dew Drop – May 17, 2019 (#2961) | Morning Dew Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.