OAuth access tokens page

Key point: Use this page to review current access tokens or test OAuth.

Reviewing access tokens

Access tokens are issued as part of the OAuth 2.0 protocol, to provide temporary access to a third party app (the client) on behalf of a member.

This page lets you review the access tokens that have been issued recently. They include:

  • active access tokens.
  • expired access tokens.

When reviewing the tokens, pay particular attention to the client ID, member ID and any unusual long lifetime.

Removing tokens

There are two methods to remove tokens depending on whether they have expired or not.

Revoking tokens

Click Revoke to remove from memory. This immediately revokes access to the bearer and renders this token unusable.

Purging tokens

Click Purge... to remove from memory all the tokens which have already expired. This has no effect on the bearer since the token has already expired, but it frees some memory and removes these tokens from the table.

Creating access tokens

Creating access tokens manually bypasses the OAuth 2.0 protocol and is inherently unsafe. For security reasons, this functionally might be conditionally removed in future versions of PageSeeder.

Access tokens are created as part of the OAuth 2.0 protocol following one of the predefined authorization flows. They usually require the client or member to authenticate.

But, as an administrator, you can issue an access token for testing by clicking the Issue new access token... button to open the issue access token dialog.

The only scopes that PageSeeder supports at the moment are:

  • openid
  • profile
  • email

For example, “openid profile email” returns the user details, including the email, following the format defined by OpenID.

How to find this page

Administration menu >  System administration > OAuth > Access tokens