azure - Oauth and excel links -


we have web app used authenticated through forms , changed use oauth azure ad. users save links different pages in app in excel files. problem since changed authentication error when excel link clicked : "microsoft.identitymodel.protocols.openidconnectprotocolinvalidnonceexception idx10311: requirenonce 'true' (default) validationcontext.nonce null. nonce cannot validated. if don't need check nonce, set openidconnectprotocolvalidator.requirenonce 'false'."

i tried adding options , propfind verb requestfiltering no luck...

installing fix page :microsoft support

fixed problem. looking changing sso cookie policy because don't want have every user installing fix if not necessary.


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -