I am trying to implement azureAD single sign-on using my nodejs application. I have created my multi tenant app using app registration from dashboard and using WORK/SCHOOL account i tried to login but got this error
error = access_denied error_description = AADSTS65005: Using application 'Talscout-Live' is currently not supported for your organization enfintechnologies.com because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS validation of enfintechnologies.com before the application Talscout-Live can be provisioned. Trace ID: e35xx262-dbx0-4xc4-9xx7-c6b16dbdxx00 Correlation ID:604xx130-6ax4-4x08-bxxd-dfb5bxx5e948
But my admin account can login without issues, not to other work/school accounts (hope business account). I am using v1 endpoints since appsource intention id to support only business account.