Download the PHP package ajgarlag/openid-connect-provider-bundle without Composer
On this page you can find all versions of the php package ajgarlag/openid-connect-provider-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ajgarlag/openid-connect-provider-bundle
More information about ajgarlag/openid-connect-provider-bundle
Files in ajgarlag/openid-connect-provider-bundle
Package openid-connect-provider-bundle
Short Description OpenID Connect provider Symfony bundle
License MIT
Homepage https://github.com/ajgarlag/openid-connect-provider-bundle
Informations about the package openid-connect-provider-bundle
Ajgarlag OpenID Connect Provider Bundle
AjgarlagOpenIDConnectProviderBundle is a Symfony bundle that integrates an OpenID Connect Provider (OP) into Symfony applications, extending the capabilities of the league/oauth2-server-bundle to provides endpoints and utilities to implement a standards-compliant OpenID Connect Provider.
Quick Start
-
Install the bundle using Composer:
-
Setup the
league/oauth2-server-bundle, which is required for this bundle to function properly. Follow the README file to complete the setup. -
To enable OpenID Connect Discovery and RP Initiated Logout support, add the file
config/routes/ajgarlag_openid_connect_provider.yaml: - Tweak the configuration in your
config/packages/ajgarlag_openid_connect_provider.yamlif needed. These are the default values:
Documentation
TBD
License
See the LICENSE file for details
All versions of openid-connect-provider-bundle with dependencies
ext-openssl Version *
league/oauth2-server-bundle Version ^1
steverhoades/oauth2-openid-connect-server Version ^3.0.1
symfony/twig-bundle Version ^6.4|^7.4|^8.0