File tree 2 files changed +8
-4
lines changed
support/cas-server-support-inwebo-mfa
src/test/java/org/apereo/cas/support/inwebo/config 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
description = " Apereo CAS Inwebo MFA Support"
2
2
dependencies {
3
3
api project(" :api:cas-server-core-api-webflow" )
4
+ api project(" :api:cas-server-core-api-mfa" )
4
5
5
6
implementation libraries. springws
6
7
7
- implementation project(" :api:cas-server-core-api-mfa" )
8
- implementation project(" :core:cas-server-core-authentication-mfa-api" )
9
- implementation project(" :core:cas-server-core-webflow-mfa-api" )
8
+ implementation project(" :core:cas-server-core-webflow" )
10
9
implementation project(" :core:cas-server-core-webflow-api" )
11
- implementation project(" :core:cas-server-core-util-api" )
10
+ implementation project(" :core:cas-server-core-webflow-mfa" )
11
+ implementation project(" :core:cas-server-core-webflow-mfa-api" )
12
+ implementation project(" :core:cas-server-core-authentication-mfa-api" )
12
13
implementation project(" :core:cas-server-core-authentication-api" )
14
+ implementation project(" :core:cas-server-core-util-api" )
13
15
implementation project(" :core:cas-server-core-web-api" )
14
16
implementation project(" :support:cas-server-support-trusted-mfa-core" )
15
17
Original file line number Diff line number Diff line change 3
3
import org .apereo .cas .authentication .bypass .MultifactorAuthenticationProviderBypassEvaluator ;
4
4
import org .apereo .cas .support .inwebo .service .InweboService ;
5
5
6
+ import org .junit .jupiter .api .Tag ;
6
7
import org .junit .jupiter .api .Test ;
7
8
import org .springframework .beans .factory .annotation .Autowired ;
8
9
import org .springframework .beans .factory .annotation .Qualifier ;
28
29
"cas.authn.mfa.inwebo.bypass.groovy.location=classpath:GroovyBypass.groovy" ,
29
30
"cas.authn.mfa.inwebo.bypass.rest.url=http://localhost:8080/bypass"
30
31
})
32
+ @ Tag ("MFA" )
31
33
public class InweboConfigurationTests {
32
34
@ Autowired
33
35
@ Qualifier ("inweboService" )
You can’t perform that action at this time.
0 commit comments