Update help-gotoso-en.md
This commit is contained in:
parent
ced3a19f88
commit
8fb6caedf4
1 changed files with 5 additions and 5 deletions
|
|
@ -21,11 +21,11 @@
|
|||
→ Log in, authorize, and copy the **code**.
|
||||
5. Adjust the following lines:
|
||||
```bash
|
||||
curl -X POST https://DEINE_INSTANZ_URL/oauth/token
|
||||
-d "client_id=DEIN_CLIENT_ID"
|
||||
-d "client_secret=DEIN_CLIENT_SECRET"
|
||||
-d "grant_type=authorization_code"
|
||||
-d "code=DER_CODE_AUS_SCHRITT_5"
|
||||
curl -X POST https://DEINE_INSTANZ_URL/oauth/token \
|
||||
-d "client_id=DEIN_CLIENT_ID" \
|
||||
-d "client_secret=DEIN_CLIENT_SECRET" \
|
||||
-d "grant_type=authorization_code" \
|
||||
-d "code=DER_CODE_AUS_SCHRITT_4" \
|
||||
-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`.
|
||||
Loading…
Reference in a new issue