Commit 92b47e1
committed
Exclude Spring password authority factor in tests
Refer to Spring documentation at:
* https://docs.spring.io/spring-security/reference/api/java/org/springframework/security/core/authority/FactorGrantedAuthority.html
* https://docs.spring.io/spring-security/reference/servlet/authentication/mfa.html#emfa
* https://spring.io/blog/2025/10/21/multi-factor-authentication-in-spring-security-7#how-spring-security-models-mfa-through-progressive-authorization
THis is a simple attempt to allow the creation of an incremental build
that can be used for more testing with plugin BOM and the acceptance
test harness.1 parent 7221a98 commit 92b47e1
File tree
2 files changed
+5
-2
lines changed- test/src/test/java
- hudson/security
- jenkins/security
2 files changed
+5
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments