SaveTokens in OIDC
This commit is contained in:
parent
8645ca0dc5
commit
ef6dd41384
|
|
@ -726,6 +726,8 @@ namespace Microsoft.AspNetCore.Authentication.OpenIdConnect
|
|||
tokens.Add(new AuthenticationToken { Name = "expires_at", Value = expiresAt.ToString("o", CultureInfo.InvariantCulture) });
|
||||
}
|
||||
}
|
||||
|
||||
properties.StoreTokens(tokens);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue