Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Openid Connect Provider Bundle Laravel Package

ajgarlag/openid-connect-provider-bundle

View on GitHub
Deep Wiki
Context7

Ajgarlag OpenID Connect Provider Bundle

unit tests static analysis coding standards automated refactorings stable version

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

  1. Install the bundle using Composer:

    composer require ajgarlag/openid-connect-provider-bundle
    
  2. Setup the league/oauth2-server-bundle, which is required for this bundle to function properly. Follow the README file to complete the setup.

  3. To enable OpenID Connect Discovery and RP Initiated Logout support, add the file config/routes/ajgarlag_openid_connect_provider.yaml:

    ajgarlag_openid_connect_provider:
        resource: '@AjgarlagOpenIDConnectProviderBundle/config/routes.php'
        type: php
    
  4. Tweak the configuration in your config/packages/ajgarlag_openid_connect_provider.yaml if needed. These are the default values:

    ajgarlag_openid_connect_provider:
        discovery:
            authorization_endpoint_route: 'oauth2_authorize'
            token_endpoint_route: 'oauth2_token'
            jwks_endpoint_route: 'openid_connect_jwks'
            end_session_endpoint_route: 'openid_connect_end_session'
        end_session:
            cancel_logout_default_path: '/'
    

Documentation

TBD

License

See the LICENSE file for details

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager