Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Consumer Key - OAuth consumer key
  • Consumer Secret - OAuth consumer secret
  • Access Token URL - https://localhost:9443/oauth/access-token.
  • Authorize URL - https://localhost:9443/oauth/authorize-url.
  • Request Token URL - https://localhost:9443/oauth/request-token.
Info
titleInfor

The default OAuth token expiry time in WSO2 Identity Server is 1 hour (3600s). You can increase this by changing the value of element 'AccessTokenDefaultValidityPeriod' in <IS_HOME>/repository/conf/identity.xml file. Token expiry time cannot be set to infinity (never expires).

Excerpt
hiddentrue

Instructions on how to add a new application to enable OAuth support.