Azure Active Directory SSO SAML LOGIN

Sumit 0 Reputation points
2023-07-18T05:18:47.5766667+00:00

i have got this error after application login by assigned and verified user "******@dreamcastindia.onmicrosoft.com":

AADSTS700016: Application with identifier 'https://sts.windows.net/15ae5d35-7d8f-430e-ae2c-2110572ff617/' was not found in the directory 'Dreamcast India Private Limited'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.

Kindly Help and support for me that is urgent for me.

Thanks

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 20,921 Reputation points Microsoft Employee Moderator
    2023-07-19T10:35:24.4533333+00:00

    @Sumit

    The error means that there is a mismatch between the tenant where your app is registered and where you have stated in either the application code or the portal that your application is registered. In your code for the application you need to set the tenant ID. This is generally located in either the web.config or the app settings. Then you need to register the application in the portal under the same tenant ID that you have set in your code. Also ensure that your application ID/client ID are matching on both sides and all of the values set in your app settings/web.config match what you have in the portal.

    You can check the application that you are trying to access in Azure and confirm if identifier "https://sts.windows.net/15ae5d35-7d8f-430e-ae2c-2110572ff617/" is present in enterprise applications configuration. If not, you can add this for the application in Enterprise applications >> select application >> single sign on >> Identifiers

    Let me know if you have any furthers questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.