Re: SoC Peugeot
Verfasst: Di Okt 06, 2020 3:40 pm
Stimmt Peugeot blocked momentan für den Opel ecorsa.
Der Aufruf geht auf einen anderen Server für Peugot:
$ curl \
--request POST \
--url 'https://idpcvs.{brand.tld}/am/oauth2/access_token' \
--header 'Authorization: Basic <(client_id:client_secret)base64>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'realm=<realm>&grant_type=password&password=<password>&username=<username>scope=profile%20openid'
https://idpcvs.{brand.tld}:
Depend on the vehicle brand:
- Peugeot: peugeot.com
- Citroen: citroen.com
- DS: driveds.com
- Opel: opel.com
- Vauxhall: vauxhall.com
Wenn mir jemand über pm die Zugriffsdaten für den Peugot schickt, kann ich gerne ausprobieren ob für Peugeot der Zugriff auch noch gesperrt ist.
Gruss Oliver
Der Aufruf geht auf einen anderen Server für Peugot:
$ curl \
--request POST \
--url 'https://idpcvs.{brand.tld}/am/oauth2/access_token' \
--header 'Authorization: Basic <(client_id:client_secret)base64>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'realm=<realm>&grant_type=password&password=<password>&username=<username>scope=profile%20openid'
https://idpcvs.{brand.tld}:
Depend on the vehicle brand:
- Peugeot: peugeot.com
- Citroen: citroen.com
- DS: driveds.com
- Opel: opel.com
- Vauxhall: vauxhall.com
Wenn mir jemand über pm die Zugriffsdaten für den Peugot schickt, kann ich gerne ausprobieren ob für Peugeot der Zugriff auch noch gesperrt ist.
Gruss Oliver