forked from perarnborg/vuex-oidc-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.production
4 lines (4 loc) · 1.74 KB
/
.env.production
1
2
3
4
#VUE_APP_OIDC_CONFIG={"authority": "https://accounts.google.com", "clientId": "459300396575-3ruj8l8jn69pcgst8rgkqnk6g43gbc78.apps.googleusercontent.com", "redirectUri": "http://localhost:5002/oidc-callback", "popupRedirectUri": "http://localhost:5002/oidc-popup-callback", "responseType": "id_token token", "scope": "openid email", "automaticSilentRenew": true, "automaticSilentSignin": false, "silentRedirectUri": "http://localhost:5002/silent-renew-oidc.html"}
#VUE_APP_OIDC_CONFIG={"authority": "https://localhost:5009", "clientId": "artcafe2", "redirectUri": "https://localhost:8080/oidc-callback", "popupRedirectUri": "https://localhost:8080/oidc-popup-callback", "responseType": "code", "scope": "openid api offline_access roles", "automaticSilentRenew": false, "automaticSilentSignin": false, "silentRedirectUri": "https://localhost:8080/silent-renew-oidc/index.html"}
#VUE_APP_OIDC_CONFIG={"authority": "https://teste-openid-openid.veloxtix.com", "clientId": "artcafe2", "redirectUri": "https://localhost:8080/oidc-callback", "popupRedirectUri": "https://localhost:8080/oidc-popup-callback", "responseType": "code", "scope": "openid api offline_access roles", "automaticSilentRenew": false, "automaticSilentSignin": false, "silentRedirectUri": "https://localhost:8080/silent-renew-oidc/index.html"}
VUE_APP_OIDC_CONFIG={"authority": "https://teste-openid-openid.veloxtix.com", "clientId": "artcafe2", "redirectUri": "https://teste-openid-app.veloxtix.com/oidc-callback", "popupRedirectUri": "https://teste-openid-app.veloxtix.com/oidc-popup-callback", "responseType": "code", "scope": "openid api offline_access roles", "automaticSilentRenew": false, "automaticSilentSignin": false, "silentRedirectUri": "https://teste-openid-app.veloxtix.com/silent-renew-oidc/index.html"}