Make base app build
This commit is contained in:
parent
422fdc91d9
commit
a4cd9b6296
6 changed files with 801 additions and 33 deletions
|
|
@ -22,7 +22,7 @@ export const { OidcProvider, useOidc } = createReactOidc({
|
|||
"ui_locales": "en",
|
||||
"my_custom_param": "value of foo transferred to login page"
|
||||
}),
|
||||
publicUrl: process.env.PUBLIC_URL,
|
||||
publicUrl: import.meta.env.BASE_URL,
|
||||
decodedIdTokenSchema: z.object({
|
||||
// Use https://jwt.io/ to tell what's in your idToken
|
||||
// It will depend of your Keycloak configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue