Skip to content

Authorising a site

Media CDN and Realtime each need your WordPress site to authorise them. This is a different connection from the builder’s, and understanding the difference saves confusion.

Builder connectionService authorisation
What it connectsThe app builder to your siteOne add-on service to your site
How you authenticateA WordPress application passwordAn approve-and-exchange handshake
What it can doRead your plugins, forms, membersOnly what that service needs
Set up inThe app’s Connection settingsThe service’s own screen

A service authorisation is scoped to that service. Authorising Media CDN does not give it your application password, and revoking one has no effect on the other.

  1. Open the service’s screen in the builder — Media CDN or Realtime.
  2. Start the connection. You are taken to an Authorize this site screen showing which site is asking and what it will be allowed to do.
  3. Approve it. Your site and the service exchange a token.
  4. The service screen shows the site as connected.

The token is issued to your site and held there. It can be rotated later from the same screen without redoing the whole handshake.

Disconnect the site from the service’s screen. The token stops working immediately.

For Media CDN, the consequence is that images fall back to loading from your origin — slower, not broken. For Realtime, the consequence is that the app goes back to refreshing on demand.

Neither breaks your app, which is the point of keeping these separate from the builder connection.

Rotate rather than revoke when you want to invalidate a token without interrupting the service — the new token is issued before the old one stops working.

Rotate if you have reason to think a token was exposed, or as routine hygiene when someone with access to your site’s admin leaves.

SymptomCauseFix
The approve screen never appearsPop-ups blocked, or the site is unreachableAllow pop-ups and confirm the site is public
Approved, but the service shows disconnectedThe exchange did not completeStart the handshake again
The site authorised the wrong appYou approved from a different app’s screenDisconnect and redo it from the right one
It worked and then stoppedThe token was revoked or rotated elsewhereReconnect from the service screen