https://github.com/sanduhrs/drupal-identity-provider
A Drupal based OpenID Connect and OAuth2 provider.
https://github.com/sanduhrs/drupal-identity-provider
drupal identity idp provider
Last synced: 2 months ago
JSON representation
A Drupal based OpenID Connect and OAuth2 provider.
- Host: GitHub
- URL: https://github.com/sanduhrs/drupal-identity-provider
- Owner: sanduhrs
- License: gpl-2.0
- Created: 2017-10-31T00:20:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T11:47:01.000Z (over 7 years ago)
- Last Synced: 2025-03-23T16:18:11.291Z (about 1 year ago)
- Topics: drupal, identity, idp, provider
- Language: CSS
- Homepage:
- Size: 399 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Identity Povider
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](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx),
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
```