Commit 3ffeb96 Dani Pfeil
committed
1 parent cccfb2a commit 3ffeb96 Copy full SHA for 3ffeb96
File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 10
10
" serviceprovider"
11
11
],
12
12
"license" : " GPL-3.0-only" ,
13
- "version" : " 4.1.0 " ,
13
+ "version" : " 4.1.1 " ,
14
14
"require" : {
15
15
"typo3/minimal" : " >=9" ,
16
16
"simplesamlphp/simplesamlphp" : " ^1.19"
Original file line number Diff line number Diff line change 20
20
$ EM_CONF ["samlauthentication " ] = [
21
21
'title ' => 'SAML Authentication ' ,
22
22
'description ' => 'This extension adds a authentication method for SAML with different service provider. ' ,
23
- 'version ' => '4.1.0 ' ,
23
+ 'version ' => '4.1.1 ' ,
24
24
'category ' => 'services ' ,
25
25
'constraints ' => [
26
26
'depends ' => [
Original file line number Diff line number Diff line change 35
35
]
36
36
);
37
37
38
- $ GLOBALS ['TYPO3_CONF_VARS ' ]['SVCONF ' ]['auth ' ]['setup ' ]['BE_fetchUserIfNoSession ' ] = true ;
39
-
40
38
$ GLOBALS ['TYPO3_CONF_VARS ' ]['EXTCONF ' ]['backend ' ]['loginProviders ' ][1433416020 ] = [
41
39
'provider ' => \DanielPfeil \Samlauthentication \Backend \LoginProvider \SamlLoginProvider::class,
42
40
'sorting ' => 50 ,
43
41
'icon-class ' => 'fa-key ' ,
44
42
'label ' => 'LLL:EXT:samlauthentication/Resources/Private/Language/locallang.xlf:login.simplesaml '
45
- ];
43
+ ];
You can’t perform that action at this time.
0 commit comments