Mar 31 2022 01:34 AM
I have registered the application in my AD Tenant with following steps,
1. In the Azure Active Directory selected App Registrations and then selected New registration.
2. Given Application name and under support account types , selected the option "Accounts in this organizational directory only (Single tenant)"
3. Provided Redirect URI and selected ID tokens for Implicit grant and hybrid flows
When tried to login getting this error message "We couldn't sign you in. Please try again"
Tried clearing cookies, incognito mode but still the same.
Please let me know if anything to be checked and do we need to provide the OpenID Connect metadata document (https://login.microsoftonline.com/{tenant}/.well-known/openid-configuration) to the Application team to update this in their code?