OAuth client panel

Key point: View the detail of an existing OAuth 2.0 client.

From the OAuth clients page, click the view button on the right of a client to preview details about the client in this panel which opens on the right. The client name is in the panel heading. 

  • Client name – is a unique name to identify the client.
  • Identifier – a unique immutable identifier for the client assigned when registering a client.
  • Description – provides additional information about the client but is optional.
  • Website – If the client is a Web app, you can provide the URL of the website to help with identifying it.
  • Redirect URI – a required OAuth field for some grant types. PageSeeder uses this value in OAuth redirection.
  • Requires consent: – Whether the client requires user consent (current always “No”).
  • Confidential – Whether the client is capable of maintaining confidentiality of credentials.
  • Grant type – defines the authorization flow used to issue access tokens for the client.
  • Scope – the scope allowed for this client.
  • App name – use this field to group clients for the same app.

For security reasons, you only select one grant type per client. If your app requires a different grant type, register it using multiple clients.

How to find this page

From the OAuth clients page, click the  View option to the right of a registered client.