WORKERS AHEAD!
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. You are most encouraged to test the changes presented.
Custom SMS Messaging
Send text messages using your own custom implementation.
1
2
3
4
@Bean
public SmsSender smsSender() {
...
}
To learn more about how to extend and customize the CAS configuration, please review this guide.