Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ec8fd commit 7105b92Copy full SHA for 7105b92
‎client/packages/lowcoder/src/pages/setting/idSource/idSourceConstants.ts
@@ -48,7 +48,7 @@ export const authConfig = {
48
sourceValue: AuthType.Ory,
49
form: {
50
...clientIdandSecretConfig,
51
- instanceId: "Instance ID",
+ baseUrl: "Base URL",
52
scope: "Scope",
53
},
54
@@ -57,7 +57,7 @@ export const authConfig = {
57
sourceValue: AuthType.KeyCloak,
58
59
60
61
realm: "Realm",
62
63
@@ -107,5 +107,7 @@ export type FormItemType = {
107
authServerId?: string;
108
publicKey?: ItemType;
109
domain?: string;
110
+ baseUrl?: string;
111
realm?: string;
112
+ scope?: string;
113
};
0 commit comments