1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 21:48:12 -05:00

add internal api resource

This commit is contained in:
Kyle Spearrin 2018-08-16 12:22:20 -04:00
parent 28e6783a00
commit 030f85278c

View File

@ -21,6 +21,7 @@ namespace Bit.Core.IdentityServer
"orgadmin", "orgadmin",
"orguser" "orguser"
}), }),
new ApiResource("internal", new string[] { JwtClaimTypes.Subject }),
new ApiResource("api.push", new string[] { JwtClaimTypes.Subject }), new ApiResource("api.push", new string[] { JwtClaimTypes.Subject }),
new ApiResource("api.licensing", new string[] { JwtClaimTypes.Subject }) new ApiResource("api.licensing", new string[] { JwtClaimTypes.Subject })
}; };