Skip to content
Snippets Groups Projects
Commit 4df678e8 authored by Alexis Poyen's avatar Alexis Poyen
Browse files

Refactor : Vestibule -> sdk-go

parent c33961c8
Branches
No related tags found
Loading
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Debug Vestibule with Mock OAuth2", "name": "Debug SDK-GO with Mock OAuth2",
"type": "go", "type": "go",
"request": "launch", "request": "launch",
"mode": "debug", "mode": "debug",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"showLog": true "showLog": true
}, },
{ {
"name": "Debug Vestibule with Sign&Go", "name": "Debug SDK-GO with Sign&Go",
"type": "go", "type": "go",
"request": "launch", "request": "launch",
"mode": "debug", "mode": "debug",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"host": "127.0.0.1", "host": "127.0.0.1",
"program": "${workspaceFolder}/main.go", "program": "${workspaceFolder}/main.go",
"env": { "env": {
"REDIRECT_URL": "https://vestibule.127.0.0.1.nip.io:1443/OAuth2Callback", "REDIRECT_URL": "https://sdk-go.127.0.0.1.nip.io:1443/OAuth2Callback",
"CLIENT_ID": "<GET ONE FROM YOUR IDP>", "CLIENT_ID": "<GET ONE FROM YOUR IDP>",
"CLIENT_SECRET": "<GET ONE FROM YOUR IDP>", "CLIENT_SECRET": "<GET ONE FROM YOUR IDP>",
"AUTH_URL": "https://connexion-rec.grandlyon.fr/IdPOAuth2/authorize/oidc-rec", "AUTH_URL": "https://connexion-rec.grandlyon.fr/IdPOAuth2/authorize/oidc-rec",
...@@ -48,14 +48,12 @@ ...@@ -48,14 +48,12 @@
"ADMIN_GROUP": "GGD_ORG_DG-DEES-DINSI-DAAG_TOUS", "ADMIN_GROUP": "GGD_ORG_DG-DEES-DINSI-DAAG_TOUS",
"CLIENT_GROUP": "GGD_ORG_DG-DEES-DINSI-DAAG_TOUS", "CLIENT_GROUP": "GGD_ORG_DG-DEES-DINSI-DAAG_TOUS",
"HOSTNAME": "vestibule.127.0.0.1.nip.io", "HOSTNAME": "vestibule.127.0.0.1.nip.io",
"ONLYOFFICE_TITLE": "VestibuleOffice",
"ONLYOFFICE_SERVER": "https://localhost:2443"
}, },
"args": ["-debug", "-https_port=1443"], "args": ["-debug", "-https_port=1443"],
"showLog": true "showLog": true
}, },
{ {
"name": "Debug vestibule client", "name": "Debug SDK-GO client",
"type": "firefox", "type": "firefox",
"request": "launch", "request": "launch",
"reAttach": true, "reAttach": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment