Skip to content

Commit 41a80e5

Browse files
authored
fix cite api scope and add crucible.common.ui repo (#36)
* fix cite api scope and add crucible.common.ui repo
1 parent 5c4fa39 commit 41a80e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Crucible.AppHost/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public static void AddCite(this IDistributedApplicationBuilder builder, IResourc
411411
.WithEnvironment("ResourceOwnerAuthorization__ClientId", "cite.admin")
412412
.WithEnvironment("ResourceOwnerAuthorization__UserName", "admin")
413413
.WithEnvironment("ResourceOwnerAuthorization__Password", "admin")
414-
.WithEnvironment("ResourceOwnerAuthorization__Scope", "openid profile email cite gallery")
414+
.WithEnvironment("ResourceOwnerAuthorization__Scope", "openid profile email gallery")
415415
.WithEnvironment("ResourceOwnerAuthorization__ValidateDiscoveryDocument", "false");
416416

417417
var citeUiRoot = "/mnt/data/crucible/cite/cite.ui";

scripts/repos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
{
3333
"name": "crucible-common-dotnet",
3434
"url": "https://github.com/cmu-sei/crucible-common-dotnet"
35+
},
36+
{
37+
"name": "Crucible.Common.Ui",
38+
"url": "https://github.com/cmu-sei/Crucible.Common.Ui"
3539
}
3640
]
3741
},

0 commit comments

Comments
 (0)