mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
add internal api resource
This commit is contained in:
@@ -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 })
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user