Skip to content

Commit

Permalink
Fix : wrong client id for oidc-spa config (#995)
Browse files Browse the repository at this point in the history
* fix env var

* delete unused files

* hide config
  • Loading branch information
PierreVasseur authored Oct 3, 2024
1 parent a0d915f commit b59b640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SKIP_PREFLIGHT_CHECK=true
VITE_API_MODE=server
VITE_API_BASE_HOST=
VITE_VALIDATION_OPERATION_SERIES_EXTRA_MANDATORY_FIELDS=accrualPeriodicityCode,typeCode
VITE_OIDC_ISSUER='https://auth.insee.test/auth/realms/agents-insee-interne'
VITE_OIDC_CLIENT_ID='localhost-frontend'
VITE_CONCEPTS_DOCUMENTATION = 'https://inseefr.github.io/Bauhaus/fr/guides/user-guide/concept/'
VITE_OPERATIONS_DOCUMENTATION = 'https://metadonnees.gitlab-pages.insee.fr/rmes/offre-de-service-rmes/#pages/operation-aide'
VITE_OIDC_ISSUER=
VITE_OIDC_CLIENT_ID=
VITE_CONCEPTS_DOCUMENTATION='https://inseefr.github.io/Bauhaus/fr/guides/user-guide/concept/'
VITE_OPERATIONS_DOCUMENTATION='https://metadonnees.gitlab-pages.insee.fr/rmes/offre-de-service-rmes/#pages/operation-aide'
7 changes: 0 additions & 7 deletions public/keycloak.json

This file was deleted.

Empty file removed public/oidc.json
Empty file.

0 comments on commit b59b640

Please sign in to comment.