dachcom / neos-openid
Adds OpenID authentication to TYPO3 Neos
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 0
Language:HTML
Type:typo3-flow-package
Requires
- iignatov/lightopenid: *
- typo3/neos: 2.0.*
This package is not auto-updated.
Last update: 2023-04-01 09:33:30 UTC
README
Adds OpenID authentication to TYPO3 Neos
Installation
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'
Configuration
Extend your Settings.yaml with the user-identity mapping
Dachcom:
OpenID:
users:
-
alias: admin
identity: http://admin.openid-provider.com/
Usage
Open your browser and point it to the OpenID login page (http://your-host.tld/dachcom.openid)
Planned Features
- user-identity mapping in backend