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
No related merge requests found
......@@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug Vestibule with Mock OAuth2",
"name": "Debug SDK-GO with Mock OAuth2",
"type": "go",
"request": "launch",
"mode": "debug",
......@@ -29,7 +29,7 @@
"showLog": true
},
{
"name": "Debug Vestibule with Sign&Go",
"name": "Debug SDK-GO with Sign&Go",
"type": "go",
"request": "launch",
"mode": "debug",
......@@ -38,7 +38,7 @@
"host": "127.0.0.1",
"program": "${workspaceFolder}/main.go",
"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_SECRET": "<GET ONE FROM YOUR IDP>",
"AUTH_URL": "https://connexion-rec.grandlyon.fr/IdPOAuth2/authorize/oidc-rec",
......@@ -48,14 +48,12 @@
"ADMIN_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",
"ONLYOFFICE_TITLE": "VestibuleOffice",
"ONLYOFFICE_SERVER": "https://localhost:2443"
},
"args": ["-debug", "-https_port=1443"],
"showLog": true
},
{
"name": "Debug vestibule client",
"name": "Debug SDK-GO client",
"type": "firefox",
"request": "launch",
"reAttach": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment