Adds OpenID authentication to TYPO3 Neos
Add composer dependency. Add route handling for this plugin to your Routes.yaml:
-
name: 'Dachcom OpenID'
uriPattern: '<DachcomOpenID>'
subRoutes:
'DachcomOpenID':
package: 'Dachcom.OpenID'
variables:
'defaultUriSuffix': '.html'
Extend your Settings.yaml with the user-identity mapping
Dachcom:
OpenID:
users:
-
alias: admin
identity: http://admin.openid-provider.com/
Open your browser and point it to the OpenID login page (http://your-host.tld/dachcom.openid)
- user-identity mapping in backend