AuthenticationStandardEvents Properties
Name | Description |
---|---|
OnAuthenticate | Specifies custom authentication logic. |
OnCustomizeClaims | Specifies a delegate method that allows you to customize the set of claims added to the authentication cookie. |
OnCustomizeLoginToken | Specifies a delegate method that allows you to add additional claims to the user login token. |
OnFindUser | Specifies custom logic used to find a user object. |
OnUserValidated | Specifies custom logic used to implement additional validation checks that run after the standard checks succeed. |
See Also