You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. To view the documentation for a specific Apereo CAS server release, please choose an appropriate version. The release schedule is also available here.
SMS Messaging
CAS presents the ability to notify users on select actions via SMS messaging. Example actions include notification of risky authentication attempts or password reset links/tokens. SMS providers supported by CAS are listed below. Note that an active/professional subscription may be required for certain providers.
Twillio
To learn more, visit this site.
1 2 3 4 5 | <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-sms-twillio</artifactId> <version>${cas.version}</version> </dependency> |
1 | compile "org.apereo.cas:cas-server-support-sms-twillio:${project.'cas.version'}" |
To see the relevant list of CAS properties, please review this guide.
TextMagic
To learn more, visit this site.
1 2 3 4 5 | <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-sms-textmagic</artifactId> <version>${cas.version}</version> </dependency> |
1 | compile "org.apereo.cas:cas-server-support-sms-textmagic:${project.'cas.version'}" |
To see the relevant list of CAS properties, please review this guide.
Clickatell
To learn more, visit this site.
1 2 3 4 5 | <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-sms-clickatell</artifactId> <version>${cas.version}</version> </dependency> |
1 | compile "org.apereo.cas:cas-server-support-sms-clickatell:${project.'cas.version'}" |
To see the relevant list of CAS properties, please review this guide.