ApplicationUserAutoCreationService

This service automatically creates an ApplicationUser if an end-user successfully logged in via Oauth.

The initial set of rules are as per CausewayConfiguration.Extensions.Secman.DelegatedUsers.AutoCreatePolicy

API

ApplicationUserAutoCreationService.java
class ApplicationUserAutoCreationService {
  void onApplicationEvent(InteractiveAuthenticationSuccessEvent event)
}