mirror of
https://github.com/bitwarden/server.git
synced 2025-01-14 20:31:23 +01:00
add internal api resource
This commit is contained in:
parent
28e6783a00
commit
030f85278c
@ -21,6 +21,7 @@ namespace Bit.Core.IdentityServer
|
||||
"orgadmin",
|
||||
"orguser"
|
||||
}),
|
||||
new ApiResource("internal", new string[] { JwtClaimTypes.Subject }),
|
||||
new ApiResource("api.push", new string[] { JwtClaimTypes.Subject }),
|
||||
new ApiResource("api.licensing", new string[] { JwtClaimTypes.Subject })
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user