File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
modules/core/src/Auth/Source Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55This document lists the changes between versions of SimpleSAMLphp.
66See the upgrade notes for specific information about upgrading.
77
8+ ## Version 2.0.4
9+
10+ Released TBD
11+
12+ * The source that was selected by the SourceSelector is now available in the state.
13+ * The zone that was selected by the SourceIPSelector is now available in the state.
14+
815## Version 2.0.3
916
1017Released 2023-03-29
Original file line number Diff line number Diff line change @@ -101,13 +101,15 @@ protected function selectAuthSource(/** @scrutinizer ignore-unused */ array &$st
101101 $ ip
102102 ));
103103 $ source = $ zone ['source ' ];
104+ $ state ['sourceIPSelector:zone ' ] = $ name ;
104105 break ;
105106 }
106107 }
107108 }
108109
109110 if ($ source === $ this ->defaultSource ) {
110111 Logger::info ("core:SourceIPSelector: no match on client IP; selecting default zone " );
112+ $ state ['sourceIPSelector:zone ' ] = 'default ' ;
111113 }
112114
113115 return $ source ;
You can’t perform that action at this time.
0 commit comments