Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
/ shibboleth_auth Public archive

Fork of the TYPO3 extension shibboleth_auth for TYPO3 6.0+

Notifications You must be signed in to change notification settings

phluzern/shibboleth_auth

Repository files navigation

shibboleth_auth

Fork of the TYPO3 extension shibboleth_auth to fix TYPO3 CMS 6.0+ issues.

The following .htaccess rules must be added to htaccess file in typo3 root:

AuthType Shibboleth
Require Shibboleth

And if you have RealUrl Extension, the following must also be added to htaccess:

<IfModule mod_shib>
	RewriteRule ^(Shibhandler.*)/ - [L]
	RewriteRule ^(Shibboleth.sso)/ - [L]
</IfModule>

It must be the first RewriteRule in htaccess.

About

Fork of the TYPO3 extension shibboleth_auth for TYPO3 6.0+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published