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:
@ -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 })
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user