Custom Passwordless Authentication Storage
You may also define your own user account store using the following
bean definition and by implementing PasswordlessUserAccountStore
:
1
2
3
4
@Bean
public PasswordlessUserAccountStore passwordlessUserAccountStore() {
...
}
See this guide to learn more about how to register configurations into the CAS runtime.