1
0
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:
Kyle Spearrin
2017-03-09 20:30:19 -05:00
parent be5f388fa1
commit 9fe28419a1
3 changed files with 3 additions and 2 deletions

View File

@@ -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,