1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00
This commit is contained in:
Kyle Spearrin
2017-05-31 10:11:12 -04:00
parent 9ed677532c
commit 9abc16504b

View File

@@ -112,7 +112,7 @@ namespace Bit.Core.IdentityServer
{
var claims = new List<Claim>
{
// Deprecated claims for backwards compatability
// Deprecated claims for backwards compatibility
new Claim(ClaimTypes.AuthenticationMethod, "Application"),
new Claim(_identityOptions.ClaimsIdentity.UserIdClaimType, user.Id.ToString())
};