question

SatheeshKumarSankar-8740 avatar image
0 Votes"
SatheeshKumarSankar-8740 asked SatheeshKumarSankar-8740 answered

Configuring OpenID Connect in Azure AD application

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?

azure-active-directoryazure-ad-openid-connect
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ClementBETACORNE avatar image
0 Votes"
ClementBETACORNE answered

Hello @SatheeshKumarSankar-8740,

You will need to provide some information to the application team like the application ID, Tenant ID and if necessary also a secret.
Normally OpenID Connect integration with Azure AD depends a lot of the configuration of the application, below an example :
https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/1-WebApp-OIDC/1-1-MyOrg

Regards,

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SatheeshKumarSankar-8740 avatar image
0 Votes"
SatheeshKumarSankar-8740 answered

@ClementBETACORNE Thank you for your reply. Have already provided the said information to the Application team and they too confirmed that the code is well set. Still facing the same issue.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.