Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.2

...

The OAuth 2.0 RFC specifies different "flows" or "grant types" for authentication:

  • Authorization Code (Web Server) Flow
  • Client Credentials Flow
  • Device Code
  • Refresh Token

This documentation describes the two . This documentation describes how to use the three most common flows with SOAtest: the web server (authorization code) with or without PKCE and client credentials flows.

See https://oauth.net/2/grant-types/ for additional information about OAuth 2.0 flows.

...