First revision of purse SSO without additional features
This commit is contained in:
19
ext_localconf.php
Normal file
19
ext_localconf.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
if (!defined ('TYPO3_MODE')) {
|
||||
die ('Access denied.');
|
||||
}
|
||||
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Jahnke.' . $_EXTKEY,
|
||||
'Sso',
|
||||
array(
|
||||
'Sso' => 'authenticate',
|
||||
),
|
||||
array(
|
||||
'Sso' => 'authenticate',
|
||||
),
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_PLUGIN
|
||||
);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user