Skip to content

Commit b2476b9

Browse files
authored
Merge pull request #926 from KollarM/patch-1
Specify content type for refresh token request
2 parents e107fef + 0a714ea commit b2476b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/identityserver/tokens/refresh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ refresh token depending on the client configuration (see [rotation](#rotation)).
3636

3737
```
3838
POST /connect/token
39+
Content-Type application/x-www-form-urlencoded
3940
4041
client_id=client&
4142
client_secret=secret&

0 commit comments

Comments
 (0)