How Can We Help?

Search for answers or browse about Sintel Forms.

The redirect URL specified in the request does not match

You are here:

  Issue

When you attempt to open an existing form or create a new one you receive a message similar to the following:

“Sorry, but we’re having trouble signing you in.”….

“The redirect URL specified in the request does not match the redirect URLS configured for the application”

  Resolution

The following command was provided by Microsoft and has resolved the issue for a number of customers.

Connect-AzureAD
$sharePointOnlineServicePrincipal = Get-AzureADServicePrincipal -Filter “appId eq ‘00000003-0000-0ff1-ce00-000000000000′”
$sharePointOnlineServicePrincipal.ReplyUrls.Add(“https://*.sharepoint.com/_forms/*”);
Set-AzureADServicePrincipal -ObjectId $sharePointOnlineServicePrincipal.ObjectId -ReplyUrls $sharePointOnlineServicePrincipal.ReplyUrls

The one thing to watch out for is whether the URL is identical after copying and pasting it, ensure no additional characters or markup is added to it when running it.
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents