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

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 12

Forks: 0

Open Issues: 0

Language:HTML

Type:typo3-flow-package

2.0.0 2015-10-22 08:33 UTC

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