Skip to content

Commit d00d910

Browse files
authored
Warn that SecurityTokenValidated is not that last step #405 (#412)
1 parent f29598a commit d00d910

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Microsoft.Owin.Security.OpenIdConnect/OpenIdConnectAuthenticationNotifications.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public OpenIdConnectAuthenticationNotifications()
5353
public Func<SecurityTokenReceivedNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task> SecurityTokenReceived { get; set; }
5454

5555
/// <summary>
56-
/// Invoked after the security token has passed validation and a ClaimsIdentity has been generated.
56+
/// Invoked after the security token has passed validation and a ClaimsIdentity has been generated. Note there are additional checks after this
57+
/// event that validate other aspects of the authentication flow like the nonce.
5758
/// </summary>
5859
public Func<SecurityTokenValidatedNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task> SecurityTokenValidated { get; set; }
5960

0 commit comments

Comments
 (0)