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