dachcom / neos-openid
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (2.0.0) of this package.
Adds OpenID authentication to TYPO3 Neos
Package info
github.com/dachcom-digital/neos-openid
Language:HTML
Type:typo3-flow-package
pkg:composer/dachcom/neos-openid
2.0.0
2015-10-22 08:33 UTC
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