Skip to content

Commit 7105b92

Browse files
author
FalkWolsky
committed
Fixed OAuth for KeyCloak
1 parent f7ec8fd commit 7105b92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

client/packages/lowcoder/src/pages/setting/idSource/idSourceConstants.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const authConfig = {
4848
sourceValue: AuthType.Ory,
4949
form: {
5050
...clientIdandSecretConfig,
51-
instanceId: "Instance ID",
51+
baseUrl: "Base URL",
5252
scope: "Scope",
5353
},
5454
},
@@ -57,7 +57,7 @@ export const authConfig = {
5757
sourceValue: AuthType.KeyCloak,
5858
form: {
5959
...clientIdandSecretConfig,
60-
instanceId: "Instance ID",
60+
baseUrl: "Base URL",
6161
realm: "Realm",
6262
scope: "Scope",
6363
},
@@ -107,5 +107,7 @@ export type FormItemType = {
107107
authServerId?: string;
108108
publicKey?: ItemType;
109109
domain?: string;
110+
baseUrl?: string;
110111
realm?: string;
112+
scope?: string;
111113
};

0 commit comments

Comments
 (0)