Giter Site home page Giter Site logo

laravel-saml-dsp's Introduction

Laravel SAML - Dynamic SP

This Laravel package functions as a SAML Service Provider with the ability to connect to multiple Identity Providers. It uses onelogin/saml-php to generate SAML responses and verify those responses from the IdPs.

This package was inspired by aacotroneo/laravel-saml2, but that package only supports one IdP through the config file. This package uses the database to store the configuration of each IdP and generates routes for each of these.

⚠️ Package in development ⚠️

This package is not yet stable, you can test it by installing it, but the package may be subject to large changes before a final release

Photoware

This package is free to use, but inspired by Spaties' Poscardware we'd love to see where where this package is being developed. A photo of an important landmark in your area would be highly appreciated.

Our email address is [email protected]

Install

Simply add the following line to your composer.json and run composer update

"hihaho/laravel-saml-dsp": "v0.1.*"

Or use composer to add it with the following command

composer require hihaho/laravel-saml-dsp

Laravel Auto-Discovery

This package is automatically discovered with Laravel Auto-Discovery, if you wish to register the package yourself you can add this package to your composer.json file:

"extra": {
    "laravel": {
        "dont-discover": [
            "hihaho/laravel-saml-dsp"
        ]
    }
}

Usage

TODO

TODO List

  • Create / improve artisan commands
  • Documentation
  • Using custom Exceptions instead of \Exception
  • UnitTests
  • ...

Contributors

laravel-saml-dsp's People

Contributors

riesjart avatar robertboes avatar sandermuller avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

riesjart

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.