sanduhrs/drupal-identity-provider

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Language:CSS

Type:project

0.8.0 2018-11-14 11:44 UTC

This package is auto-updated.

Last update: 2024-04-05 14:21:35 UTC


README

The Identity Provider is a Drupal based distribution that provides a basic OpenID Connect and OAuth2 provider. As a user management platform it provides the means to centrally authenticate your users and to distribute profile values to OpenID Connect client setups.

Installation

You need to install composer, then follow the instructions:

Create the project

composer create-project sanduhrs/drupal-identity-provider identity-provider

Install the setup

cd identity-provider
./vendor/bin/drush si identity_provider --db-url=mysql://user:pass@localhost/identity_provider --site-name "Identity Provider"

Serve the setup

./vendor/bin/drush rs 8080