Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions content/en/providers/check-in/sp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,19 +841,6 @@ Example response:
}
```

##### Refresh Request when using PKCE

To combine the refresh token grant type with PKCE you need to make the following
request:

```shell
$ curl -X POST "${TOKEN_ENDPOINT}" \
-d "client_id=${CLIENT_ID}" \
-d "grant_type=refresh_token" \
-d "refresh_token=${REFRESH_TOKEN}" \
-d "scope=openid%20email%20profile" | python -m json.tool;
```

{{% alert title="Note" color="info" %}} You can find the `TOKEN_ENDPOINT` in the
[Endpoints](#endpoints) table.{{% /alert %}}

Expand Down
Loading