Skip to content
Discussion options

You must be logged in to vote

Thanks @leestott I was able to resolve my issue by going through this article
https://learn.microsoft.com/en-us/azure/search/search-howto-index-sharepoint-online

So my issue was that my indexer on scheduled execution was continuously giving error “Verification code expired before contacting the server”.

I found two reasons for this issue.

1. One Indexer has limitation that when sharepoint is used as datasource then API permissions in App registration is recommended to be Application Type.

“User-delegated permissions enforce token expiration every 75 minutes, per the most recent security libraries used to implement this authentication type. This isn't a behavior that can be adjusted. An ex…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants