fix(frontend): Fixed infinite retry loop when unauthorized
Also adjusted the Keycloak config
This commit is contained in:
parent
d64b4505c8
commit
0b2c90c8b5
4 changed files with 17 additions and 14 deletions
|
@ -544,14 +544,14 @@
|
|||
"clientId" : "dwengo",
|
||||
"name" : "Dwengo",
|
||||
"description" : "",
|
||||
"rootUrl" : "http://localhost:3000",
|
||||
"adminUrl" : "http://localhost:3000",
|
||||
"rootUrl" : "http://localhost:5173",
|
||||
"adminUrl" : "http://localhost:5173",
|
||||
"baseUrl" : "/",
|
||||
"surrogateAuthRequired" : false,
|
||||
"enabled" : true,
|
||||
"alwaysDisplayInConsole" : false,
|
||||
"clientAuthenticatorType" : "client-jwt",
|
||||
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:3000/*", "http://localhost:3000" ],
|
||||
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173" ],
|
||||
"webOrigins" : [ "+" ],
|
||||
"notBefore" : 0,
|
||||
"bearerOnly" : false,
|
||||
|
|
|
@ -544,14 +544,14 @@
|
|||
"clientId" : "dwengo",
|
||||
"name" : "Dwengo",
|
||||
"description" : "",
|
||||
"rootUrl" : "http://localhost:3000",
|
||||
"adminUrl" : "http://localhost:3000",
|
||||
"baseUrl" : "http://localhost:3000",
|
||||
"rootUrl" : "http://localhost:5173",
|
||||
"adminUrl" : "http://localhost:5173",
|
||||
"baseUrl" : "http://localhost:5173",
|
||||
"surrogateAuthRequired" : false,
|
||||
"enabled" : true,
|
||||
"alwaysDisplayInConsole" : false,
|
||||
"clientAuthenticatorType" : "client-secret",
|
||||
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:3000/*", "http://localhost:3000" ],
|
||||
"redirectUris" : [ "urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173" ],
|
||||
"webOrigins" : [ "+" ],
|
||||
"notBefore" : 0,
|
||||
"bearerOnly" : false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue