Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docpublic:systemes:shibboleth:sp_wordpress [2022/07/04 14:50]
adminjp [references]
docpublic:systemes:shibboleth:sp_wordpress [2022/07/04 14:53] (current)
adminjp [apache vhost config]
Line 30: Line 30:
         </Location>         </Location>
 </VirtualHost> </VirtualHost>
 +</code>
  
 +==== .htaccess rewrites Shibbolet.sso ====
  
 +at the DocumentRoot of wordpress vhost, the .htaccess does the job to exclude  ^/Shibboleth.sso location in order for shibds to take care of those queries . 
 +
 +<code>
 +RewriteEngine On
 +RewriteBase /
 +
 +RewriteCond %{REQUEST_URI} ^/Shibboleth.sso($|/) [OR]
 +#RewriteCond %{REQUEST_URI} ^/Shibboleth.sso/SAML2/POST [OR]
 +RewriteCond %{REQUEST_URI} ^/shib(.+)
 +RewriteRule . - [L]
 +
 +RewriteRule ^index\.php$ - [L]
 +RewriteRule ^Shibboleth.sso(.+) - [END]
 +RewriteRule ^Shibboleth.sso/Login$ - [L]
 +RewriteRule ^Shibboleth.sso/Loginimt$ - [L]
 +RewriteRule ^Shibboleth.sso/SAML2/POST$ - [L]
 +RewriteRule ^shib(.+) - [L]
 +
 +# BEGIN Shibboleth
 +AuthType shibboleth
 +Require shibboleth
 +# END Shibboleth
 +</code>
  
 ==== wordpress farm multisite ==== ==== wordpress farm multisite ====
docpublic/systemes/shibboleth/sp_wordpress.1656946204.txt.gz · Last modified: 2022/07/04 14:50 by adminjp
[unknown link type]Back to top
CC Attribution-Noncommercial-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0