mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
added installations, push scoped tokens, push api
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
using IdentityModel;
|
||||
using IdentityServer4.Models;
|
||||
using System.Collections.Generic;
|
||||
using System.Security.Claims;
|
||||
|
||||
namespace Bit.Core.IdentityServer
|
||||
{
|
||||
@ -21,7 +20,8 @@ namespace Bit.Core.IdentityServer
|
||||
"orgowner",
|
||||
"orgadmin",
|
||||
"orguser"
|
||||
})
|
||||
}),
|
||||
new ApiResource("api.push")
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user