Skip to main content

Authentication

This article covers both authentication and authorization.

OAuth

Although some services are public, that is they don’t require authentication, most do.

So if you want to use the PageSeeder Web API, you need to register your app as an OAuth client. You can do this if you're an administrator.

PageSeeder supports OAuth 2.0 and lets you register clients using one of the following authorization types:

  • Authorization code (recommended) – this lets your app use the PageSeeder API on behalf of another user who has authorised the app.
  • Client credentials – this le
  • Password – this lets you app 

Clients can only support one type of authorization. If your app requires multiple types, you need to register multiple clients.

Created on , last edited on