Base solution for your next web application
Open Closed

Setup Microsoft login #10661


User avatar
0
green365 created
  • What is your product version? v10.5.0
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net core

Hi. I've enabled Microsoft login and setup with consumer key and secret from azure registered app.

When I try to login from there I have the following message:unauthorized_client: the client does not exist or is not enabled for consumers.

I've setup the client secret and redirect uri's. Can't quite figure out where the problem relies.

In terms of supported account types I have: Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)

I understand it can be something related to the azure app register but maybe someone had this problem too.

Thanks.


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @green365

    You should use ApplicationID for your Azure registered app instead of secret id. Can you try that ?

  • User Avatar
    0
    green365 created

    Hi. I'll try it tomorow and see how it goes. Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks, let me know the result and we will help you if it doesn't work.

  • User Avatar
    0
    green365 created

    Working now. Thanks.