layout | title | category |
---|---|---|
default |
CAS - RADIUS Authentication |
Multifactor Authentication |
{% include variables.html %}
RADIUS support is enabled by only including the following dependency in the overlay:
{% include_cached casmodule.html group="org.apereo.cas" module="cas-server-support-radius" %}
{% include_cached casproperties.html properties="cas.authn.radius" %}
RSA RADIUS OTP support for MFA is enabled by only including the following dependency in the overlay:
{% include_cached casmodule.html group="org.apereo.cas" module="cas-server-support-radius-mfa" %}
{% include_cached casproperties.html properties="cas.authn.mfa.radius" %}
{% include_cached casproperties.html properties="cas.authn.mfa.radius" includes=".bypass" %}