Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

...

Refresh Token value is received in 4512350280Access token response. Refer to chapter Access Token Response in Authorization code grant and web single sign-on.

  • scope

Must use same value that was used with Authorization request. Refer to chapter Authorization Request in Authorization code grant and web single sign-on

Code Block
languagexml
titleSample 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 Authorization Response on pageĀ Authorization code grant and web single sign-on