2017 © Pedro Peláez
 

typo3-flow-package neos-openid

Adds OpenID authentication to TYPO3 Neos

image

dachcom/neos-openid

Adds OpenID authentication to TYPO3 Neos

  • Thursday, October 22, 2015
  • by vandres
  • Repository
  • 6 Watchers
  • 0 Stars
  • 49 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Dachcom.OpenID

Adds OpenID authentication to TYPO3 Neos, (*1)

Installation

Add composer dependency. Add route handling for this plugin to your Routes.yaml:, (*2)

-
  name: 'Dachcom OpenID'
  uriPattern: '<DachcomOpenID>'
  subRoutes:
    'DachcomOpenID':
      package: 'Dachcom.OpenID'
      variables:
        'defaultUriSuffix': '.html'

Configuration

Extend your Settings.yaml with the user-identity mapping, (*3)

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), (*4)

Planned Features

  • user-identity mapping in backend

The Versions

22/10 2015

dev-master

9999999-dev

Adds OpenID authentication to TYPO3 Neos

  Sources   Download

The Requires

 

22/10 2015

2.0.0

2.0.0.0

Adds OpenID authentication to TYPO3 Neos

  Sources   Download

The Requires

 

19/03 2015

0.1.1

0.1.1.0

Adds OpenID authentication to TYPO3 Neos

  Sources   Download

The Requires

 

10/03 2015

0.1.0

0.1.0.0

Adds OpenID authentication to TYPO3 Neos

  Sources   Download

The Requires