limosa-io / laravel-openid-connect-server

This is an OpenID Connect Server for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel OpenID Connect Server

Latest Stable Version Total Downloads

This is an OpenID Connect Server written in PHP, built on top of arietimmerman/openid-connect-server and Laravel Passport.

This library is work in progress.

Installation

composer require nl.idaas/laravel-openid-connect
php artisan migrate
php artisan passport:install --uuids
php artisan vendor:publish --provider="Idaas\Passport\PassportServiceProvider" --force

Example

docker-compose build
docker-compose up -d

Now find your openid-configuration at http://localhost:18124/.well-known/openid-configuration.

About

This is an OpenID Connect Server for Laravel.

License:GNU Affero General Public License v3.0


Languages

Language:PHP 98.4%Language:Dockerfile 1.4%Language:Makefile 0.3%