mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
Fixes for identity server
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bit.Api.IdentityServer
|
||||
{
|
||||
return new List<ApiResource>
|
||||
{
|
||||
new ApiResource("api", "Vault API", new string[] {
|
||||
new ApiResource("api", new string[] {
|
||||
ClaimTypes.AuthenticationMethod,
|
||||
ClaimTypes.NameIdentifier,
|
||||
ClaimTypes.Email,
|
||||
|
||||
Reference in New Issue
Block a user