c

cas-mfa-authy-web

This is the multifactor extensions for CAS sub-module that provides an authentication method for "authy-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.
Files download
File Operation
cas-mfa-authy-web-1.0.0-RC10.pom download
cas-mfa-authy-web-1.0.0-RC10-sources.jar download
Apache Maven
<dependency>
  <groupId>net.unicon</groupId>
  <artifactId>cas-mfa-authy-web</artifactId>
  <version>1.0.0-RC10</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'net.unicon:cas-mfa-authy-web:1.0.0-RC10'
Gradle Kotlin
implementation("net.unicon:cas-mfa-authy-web:1.0.0-RC10")
Scala SBT
libraryDependencies += "net.unicon" % "cas-mfa-authy-web" % "1.0.0-RC10"
Groovy Grape
@Grapes(
  @Grab(group='net.unicon', module='cas-mfa-authy-web', version='1.0.0-RC10')
)
Apache Ivy
<dependency org="net.unicon" name="cas-mfa-authy-web" rev="1.0.0-RC10" />
Leiningen
[net.unicon/cas-mfa-authy-web "1.0.0-RC10"]
Apache Buildr
'net.unicon:cas-mfa-authy-web:jar:1.0.0-RC10'