Hyperlinks to Shibboleth protected URLs in MS Office documents
Philip Brusten
philip.brusten at kuleuven.be
Wed Nov 29 03:51:51 EST 2017
On 29/11/2017 0:29, Aaron Howell wrote:
>> Wonder if you could work around it on the SP side by having the web server reject (403? or a dummy "200 OK"?) requests with the ms-office user agent headers...
> I looked at doing this method (like 5 years ago) - the trouble I found was the inconsistency with the ms-office user agent headers between versions, products and OS’s made it very error prone - with both false positives and negatives.
This works, but probably with many side effects?
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ms-office [NC]
RewriteRule ^.* - [R=200,L]
> But as far as I know, the latest Office (2016?) no longer has this issue anyway
Don't you observe the same behaviour as I pointed out in my previous mails?
Kr,
Philip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20171129/efe56e7c/attachment.html>
More information about the users
mailing list