Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Refresh Request

https://tools.ietf.org/html/rfc6749#section-6

POST /uas/oauth2/token

Required parameters

  • grant_type = refresh_token

For refresh token request the value must be set to "refresh_token"

  • refresh_token

Refresh Token value is received in 4512350280.

  • scope

Must use same value that was used with 4512350280.

Sample refresh request
POST https://sso.example.com/uas/oauth2/token Content-Type: application/x-www-form-urlencoded
grant_type=refresh_token&refresh_token=5GUxtinzXLYdFAq2MchL2sWw&scope=1762414374

Refresh Response

See 4512350280 on pageĀ Authorization code grant and web single sign-on

  • No labels