Commit 8baf419
committed
Prevent duplicate AuthenticationSuccessEvent
An event would be published both for AuthenticationSuccessEvent and
InteractiveAuthenticationSuccessEvent. The listen
InteractiveAuthenticationSuccessEvent event was added in commit
c173790 , because ODIC would not
publish the AuthenticationSuccessEvent. This is now fixed in Spring
(spring-projects/spring-security#6009) and
therefore we don't have to listen for both events.1 parent 721a8b6 commit 8baf419
1 file changed
Lines changed: 16 additions & 12 deletions
Lines changed: 16 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 196 | | |
209 | 197 | | |
210 | 198 | | |
| |||
225 | 213 | | |
226 | 214 | | |
227 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
0 commit comments