feat(my-todo-list-ui): adapt oidcConfig to data.vbn.de client in vbn realm

This commit is contained in:
dancingCycle 2023-08-15 10:39:01 +02:00
parent cf3770fb6d
commit 267d9141ba
2 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@ const root = createRoot(document.getElementById("root"));
//open id connect config
const oidcConfig = {
authority: "https://kc.swingbe.de/realms/Ivan-Franchin",
client_id: "my-todo-list",
authority: "https://kc.swingbe.de/realms/vbn",
client_id: "data.vbn.de",
redirect_uri: "http://localhost:8080",
onSigninCallback: () => {
window.history.replaceState(

View File

@ -14,7 +14,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-oidc-context": "2.2.2",
"react-router-dom": "^6.15.0"
"react-router-dom": "6.15.0"
},
"devDependencies": {
"@babel/core": "7.22.10",