Update help-gotoso-en.md

This commit is contained in:
simonpipe 2025-08-21 12:17:01 +02:00
parent ced3a19f88
commit 8fb6caedf4

View file

@ -21,11 +21,11 @@
→ Log in, authorize, and copy the **code**. → Log in, authorize, and copy the **code**.
5. Adjust the following lines: 5. Adjust the following lines:
```bash ```bash
curl -X POST https://DEINE_INSTANZ_URL/oauth/token curl -X POST https://DEINE_INSTANZ_URL/oauth/token \
-d "client_id=DEIN_CLIENT_ID" -d "client_id=DEIN_CLIENT_ID" \
-d "client_secret=DEIN_CLIENT_SECRET" -d "client_secret=DEIN_CLIENT_SECRET" \
-d "grant_type=authorization_code" -d "grant_type=authorization_code" \
-d "code=DER_CODE_AUS_SCHRITT_5" -d "code=DER_CODE_AUS_SCHRITT_4" \
-d "redirect_uri=urn:ietf:wg:oauth:2.0:oob" -d "redirect_uri=urn:ietf:wg:oauth:2.0:oob"
``` ```
6. Copy this code into your **terminal** and press Enter. You will now receive your **user token**, which you can enter in Yellow's `yellow-system.ini`. 6. Copy this code into your **terminal** and press Enter. You will now receive your **user token**, which you can enter in Yellow's `yellow-system.ini`.