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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -