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

Sso Bundle Laravel Package

benji07/sso-bundle

View on GitHub
Deep Wiki
Context7

Installation

Step 1: Download the bundle using composer

"require": {
    "benji07/sso-bundle": "*"
}

Alternative Step 1: Download the bundle using the vendors script

[Buzz]
    git=https://github.com/kriswallsmith/Buzz.git
    version=v0.5

[BuzzBundle]
    git=https://github.com/sensio/SensioBuzzBundle.git
    target=/bundles/Sensio/Bundle/BuzzBundle

[LightOpenId]
    git=git://gitorious.org/lightopenid/lightopenid.git
    target=/lightopenid


[Benji07SSoBundle]
    git=https://github.com/benji07/Benji07SsoBundle.git
    target=/bundles/Benji07/SsoBundle

Step 2: Routing Configuration

Benji07SsoBundle:
    resource: "@Benji07SsoBundle/Resources/config/routing.yml"

Step 3: Security Configuration

firewalls:
    sso:
        pattern: ^/sso/login/
        security: false
    main:
        sso:
            check_path: /sso/login_check

Step 4: Application configuration

benji07_sso:
    user_manager: your_user_manager.id
    providers:
        steam:
            service: benji07.sso.provider.steam
            options:
                apiKey: %steam_apiKey%

Step 5: Create an user manager

Create a class that implements UserManagerInterface and declare it as a service

  • findUser: find a user using the provider name and informations send by the provider
  • createUser: create a user or return a response to handle the user registration on a different way (providers data is set in session on sso_user)

Create new provider

There is a few provider defined by default, but if you need you could extends OAuth or OpenId providers or implements the ProviderInterface

Add a link to login

<a href="{{ path('_sso_login', {name: 'steam'}) }}">Login with steam</a>
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.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity