Skip to content

Commit 4f02e85

Browse files
authored
Configure topomojo.api as public client for Swagger UI (#57)
Make topomojo.api a public client to match the pattern used by all other Crucible API clients (alloy.api, player.api, caster.api, etc.). This allows the Swagger UI to authenticate properly without requiring client secrets, which cannot be securely stored in browser-based applications.
1 parent b449f5e commit 4f02e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crucible.AppHost/resources/crucible-realm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@
17491749
"implicitFlowEnabled": false,
17501750
"directAccessGrantsEnabled": true,
17511751
"serviceAccountsEnabled": false,
1752-
"publicClient": false,
1752+
"publicClient": true,
17531753
"frontchannelLogout": true,
17541754
"protocol": "openid-connect",
17551755
"attributes": {

0 commit comments

Comments
 (0)