Update help-gotoso-de.md
This commit is contained in:
parent
34e175b5c3
commit
ced3a19f88
1 changed files with 5 additions and 5 deletions
|
|
@ -29,11 +29,11 @@
|
||||||
→ Anmelden, bestätigen und den **Code** kopieren.
|
→ Anmelden, bestätigen und den **Code** kopieren.
|
||||||
6. Ersetze in diesem `curl`-Befehl die Platzhalter:
|
6. Ersetze in diesem `curl`-Befehl die Platzhalter:
|
||||||
```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_5" \
|
||||||
-d "redirect_uri=urn:ietf:wg:oauth:2.0:oob"
|
-d "redirect_uri=urn:ietf:wg:oauth:2.0:oob"
|
||||||
```
|
```
|
||||||
7. Führe den Befehl im **Terminal** aus.
|
7. Führe den Befehl im **Terminal** aus.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue