Skip to content

Commit 7008cde

Browse files
committed
Fix nuget package url
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 8893610 commit 7008cde

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

src/Authentication/Monai.Deploy.Security.Authentication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4141
<Description>MINIO plug-in for MONAI Deploy Security Service.</Description>
4242
<Copyright>MONAI Consortium</Copyright>
43-
<PackageProjectUrl>https://github.com/Project-MONAI/monai-deploy-storage</PackageProjectUrl>
44-
<RepositoryUrl>https://github.com/Project-MONAI/monai-deploy-storage</RepositoryUrl>
43+
<PackageProjectUrl>https://github.com/Project-MONAI/monai-deploy-security</PackageProjectUrl>
44+
<RepositoryUrl>https://github.com/Project-MONAI/monai-deploy-security</RepositoryUrl>
4545
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
4646
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
4747
</PropertyGroup>

src/Authentication/example.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
22
"MonaiDeployAuthentication": {
3-
"BypassAuthentication": false,
4-
"OpenId": {
5-
"ServerRealm": "TEST-REALM",
6-
"ServerRealmKey": "EncryptionKey",
7-
"ClientId": "monai-app",
8-
"Audiences": [ "monai-deploy" ],
9-
"ClaimMappings": {
10-
"UserClaims": [
3+
"bypassAuthentication": false,
4+
"openId": {
5+
"realm": "TEST-REALM",
6+
"realmKey": "EncryptionKey",
7+
"clientId": "monai-app",
8+
"audiences": [ "monai-deploy" ],
9+
"claimMappings": {
10+
"userClaims": [
1111
{
12-
"claimType": "user_roles",
13-
"claimValues": [ "monai-deploy-user" ],
14-
"endpoints": [ "test" ]
12+
"user_roles": "monai-deploy-users",
13+
"endpoints": [ "payloads", "workflows", "workflowinstances", "tasks" ]
1514
},
1615
{
17-
"claimType": "user_roles",
18-
"claimValues": [ "pacs-admins" ],
16+
"user_roles": "pacs-admins",
1917
"endpoints": [ "config" ]
2018
}
2119
],
22-
"AdminClaims": [
20+
"adminClaims": [
2321
{
2422
"claimType": "user_roles",
2523
"claimValues": [ "monai-role-admin" ]

0 commit comments

Comments
 (0)