1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

org API clients

This commit is contained in:
Kyle Spearrin
2019-02-26 17:01:33 -05:00
parent c1c49fb67e
commit 5923b4c9bd
3 changed files with 32 additions and 1 deletions

View File

@ -24,7 +24,8 @@ namespace Bit.Core.IdentityServer
}),
new ApiResource("internal", 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 }),
new ApiResource("api.organization", new string[] { JwtClaimTypes.Subject })
};
}
}