Quick integration

If you are using Authorization code grant, following page structure is recommended:

Login
├── Consent
├── Users (User Storage Page)
├── Clients (Client Storage Page)
Copied!

Setup the login page

Create a Root TypoScript record and include the TypoScript set provided by this extension.

Add the login form from TYPO3 and make sure you choosed following plugin options:

  • Add your "Users" page in the field User Storage Page
  • Choose Redirect Mode "Defined by GET/POST Parameters"
  • Check Use First Supported Mode from Selection

Setup the users page

Create this page as "Folder" and add your user and user group records.

Setup the clients page

Create this page as "Folder" and add your client records.

Setup template

Include the TypoScript template provided by this extension or use the site sets in TYPO3 v13.