- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe to Topic
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Partner-Center-DotNet-Samples KeyVault example does not work
Hello everybody,
we are trying to implement new Secure Application Model framework in our client CSP application.
We then cloned sample repository (https://github.com/Microsoft/Partner-Center-DotNet-Samples/) to understand how it should work, after enabling MFA policies on AAD.
We are stuck after running PartnerConsent web application and secure login on https://login.microsoftonline.com.
After validating the login using Microsoft Authenticator app the error is:
AADSTS500113: No reply address is registered for the application.
More details we got for this error:
Request Id: b4dab2f8-e86e-4d35-892f-40bb44fb7700
Correlation Id: 2721db2c-1bee-4767-84b2-7c2f4c809730
Solved! Go to Solution.
- Labels:
-
CSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @alexstucchi,
That error is usually an indication that you the reply URL is not configured for the application in Azure AD. I would recommend double checking that configuration and making sure it matches the address for your consent application. I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @alexstucchi,
That error is usually an indication that you the reply URL is not configured for the application in Azure AD. I would recommend double checking that configuration and making sure it matches the address for your consent application. I hope this helps.
