Skip to content

Creating applications

Tom Seidel edited this page Jan 7, 2022 · 3 revisions

To use simple-oauth-server with your application, you have to register this application. simple-oauth-server supports currently three types of application

  • M2M Machine-2-Machine applications are for example command-line tools or IOT-devices that have no interactive interface. They use the Client-Credential-Flow
  • Webapplications Traditional applications that are running on a server, they use the Authorization-Flow
  • Single-Page-Applications/Desktop Apps Single Page applications or Desktop applications where the logic is executed on client-side (either in a webbrowser or as native application), the use the Hybrid-Flow

Clone this wiki locally