| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.unicon |
| Идентификатор | Идентификаторcas-mfa-s2f |
| Версия | Версия1.0.0-RC10 |
| Тип | Типwar |
| Описание |
ОписаниеCAS MFA Strong Two Factor Web Support
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 | |
| cas-mfa-s2f-1.0.0-RC10.war | 6 KB |
| cas-mfa-s2f-1.0.0-RC10-javadoc.jar | 337 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.unicon/cas-mfa-s2f/ -->
<dependency>
<groupId>net.unicon</groupId>
<artifactId>cas-mfa-s2f</artifactId>
<version>1.0.0-RC10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.unicon/cas-mfa-s2f/
implementation 'net.unicon:cas-mfa-s2f:1.0.0-RC10'
// https://jarcasting.com/artifacts/net.unicon/cas-mfa-s2f/
implementation ("net.unicon:cas-mfa-s2f:1.0.0-RC10")
'net.unicon:cas-mfa-s2f:war:1.0.0-RC10'
<dependency org="net.unicon" name="cas-mfa-s2f" rev="1.0.0-RC10">
<artifact name="cas-mfa-s2f" type="war" />
</dependency>
@Grapes(
@Grab(group='net.unicon', module='cas-mfa-s2f', version='1.0.0-RC10')
)
libraryDependencies += "net.unicon" % "cas-mfa-s2f" % "1.0.0-RC10"
[net.unicon/cas-mfa-s2f "1.0.0-RC10"]