c

cas-mfa-s2f

This is the multifactor extensions for CAS sub-module that provides an authentication method for "strong-two-factor". Module is intended to be used in CAS overlays and merely provides configuration and the webflow settings to launch strong-two-factor subflows.
文件下载
文件名 操作
cas-mfa-s2f-1.0.0-RC10.pom 下载
Apache Maven
<dependency>
  <groupId>net.unicon</groupId>
  <artifactId>cas-mfa-s2f</artifactId>
  <version>1.0.0-RC10</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'net.unicon:cas-mfa-s2f:1.0.0-RC10'
Gradle Kotlin
implementation("net.unicon:cas-mfa-s2f:1.0.0-RC10")
Scala SBT
libraryDependencies += "net.unicon" % "cas-mfa-s2f" % "1.0.0-RC10"
Groovy Grape
@Grapes(
  @Grab(group='net.unicon', module='cas-mfa-s2f', version='1.0.0-RC10')
)
Apache Ivy
<dependency org="net.unicon" name="cas-mfa-s2f" rev="1.0.0-RC10" />
Leiningen
[net.unicon/cas-mfa-s2f "1.0.0-RC10"]
Apache Buildr
'net.unicon:cas-mfa-s2f:jar:1.0.0-RC10'