mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
added installation id to current context.
This commit is contained in:
@ -21,7 +21,7 @@ namespace Bit.Core.IdentityServer
|
||||
"orgadmin",
|
||||
"orguser"
|
||||
}),
|
||||
new ApiResource("api.push")
|
||||
new ApiResource("api.push", new string[] { JwtClaimTypes.Subject })
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user