public SSOController( UserStore userStore, UserManager userManager, PortunusSSOService ssoService, SSOSettings settings) { this.userStore = userStore; this.userManager = userManager; this.ssoService = ssoService; this.settings = settings; }
public AccountController(UserStore userStore, UserManager userManager, PortunusSSOService ssoService) { this.userStore = userStore; this.userManager = userManager; this.ssoService = ssoService; }