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.