-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from consiglionazionaledellericerche/58-la-red…
…irect-dopo-il-logout-non-funziona 58 la redirect dopo il logout non funziona
- Loading branch information
Showing
7 changed files
with
780 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
#stringa randomizzata per dare un secret a nextauth | ||
NEXT_PUBLIC_NEXTAUTH_SECRET= | ||
#endpoint del backend, /:path* deve rimanere, cambiare solo http://localhost:8080 | ||
NEXT_PUBLIC_EPAS_SERVICE=http://localhost:8080/:path* | ||
#endpoint del backend | ||
NEXT_PUBLIC_EPAS_SERVICE=https://epas-service.devel.iit.cnr.it | ||
|
||
#URL Well-know con la configurazione dell'IDP OAuth | ||
NEXT_PUBLIC_OAUTH_CONFIG_URL=https://auth.iit.cnr.it/auth/realms/testing/.well-known/uma2-configuration | ||
#URL dell'Issuer del Toaken OAuth | ||
NEXT_PUBLIC_OAUTH_ISSUER_URL=https://auth.iit.cnr.it/auth/realms/testing | ||
|
||
#uri per il redirect dopo autenticazione NextAuth | ||
NEXTAUTH_URL=http://localhost:3000/ | ||
NEXTAUTH_URL=http://localhost:3000 | ||
|
||
#clientid oauth keycloak | ||
NEXT_PUBLIC_CLIENTID=epas-ui | ||
|
||
#client secret oauth keykloack | ||
NEXT_PUBLIC_CLIENT_SECRET= | ||
|
||
#endpoint del backend per l'invio di segnalazioni all'helpdesk | ||
NEXT_PUBLIC_EPAS_HELPDESK_SERVICE=https://epas-helpdesk-service.devel.iit.cnr.it/rest/v1/reportcenter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.