Giter VIP home page Giter VIP logo

Comments (21)

aacotroneo avatar aacotroneo commented on June 24, 2024

I dont have the time now to do that, but if anyone wants to make a fork/branch/PR is welcome

from laravel-saml2.

ChinmayPatel avatar ChinmayPatel commented on June 24, 2024

Do you have a list of tasks to be done to support Lumen. I may be able to take a look at this in the coming weeks.

from laravel-saml2.

aacotroneo avatar aacotroneo commented on June 24, 2024

Sorry @ChinmayPatel I've been away of php for a while.. I've never used Lumen at all. I imagine the hooks should be similar.. this library just grabs configuration and pass control to one-long at proper times

from laravel-saml2.

ChinmayPatel avatar ChinmayPatel commented on June 24, 2024

Hey @aacotroneo. I'll give it a try in the coming weeks if we decide to go with SAML. Thanks for the prompt response.

from laravel-saml2.

denizdogan avatar denizdogan commented on June 24, 2024

I'm also very interested in using this for a Lumen project, so if anyone's figured it out, I'd gladly hear about your experiences using it

from laravel-saml2.

durimjusaj avatar durimjusaj commented on June 24, 2024

Hey there, anybody made this to support lumen or does anybody have any list what we need to do to get this working on lumen ?

from laravel-saml2.

danmichaelo avatar danmichaelo commented on June 24, 2024

Of couse it never hurts with Lumen support, but imho Lumen is best for simple, session-less services, and if I needed SAML I would go for Laravel instead. From Matt Stauffer: "Lumen is built for microservices, not so much for user-facing applications (although it can be used for anything.) " (https://mattstauffer.co/blog/introducing-lumen-from-laravel)

from laravel-saml2.

lelandpalmer avatar lelandpalmer commented on June 24, 2024

Has Lumen support been released yet? Or maybe someone made the necessary changes in order to implement this package on Lumen ? I am really looking forward to implement it in an existing Lumen microservice

from laravel-saml2.

ibpavlov avatar ibpavlov commented on June 24, 2024

Hey, I also needed Lumen version and forked this repo to create another -https://packagist.org/packages/ibpavlov/lumen-saml2. I prefer separate repo because of the tag versioning.

@danmichaelo You are right about the microservices, but there are other good use cases. We use Lumen with a legacy system to enhance it, add new features and clean the code by using Illuminate packages.

from laravel-saml2.

Rushi1807 avatar Rushi1807 commented on June 24, 2024

@ibpavlov do you have any working sample lumen project for the same if yes please share.Thanks in advance.

from laravel-saml2.

ibpavlov avatar ibpavlov commented on June 24, 2024

@ibpavlov do you have any working sample lumen project for the same if yes please share.Thanks in advance.

No. I use it in a private project. But this ia a good idea. I'll try to create one soon.

from laravel-saml2.

Rushi1807 avatar Rushi1807 commented on June 24, 2024

@ibpavlov We are unable configure your package, we followed all steps from read me still facing issue in setting up with one login if you have any other related documents with setup please help!

from laravel-saml2.

ibpavlov avatar ibpavlov commented on June 24, 2024

Hey. I've used https://github.com/onelogin/php-saml documentation to setup this package. We are using Microsoft Azure AD with Saml 2 in our project.

from laravel-saml2.

Rushi1807 avatar Rushi1807 commented on June 24, 2024

@ibpavlov we are facing Logger and Session issue in saml2Controller file. please help!Thanks

from laravel-saml2.

ibpavlov avatar ibpavlov commented on June 24, 2024

@ibpavlov we are facing Logger and Session issue in saml2Controller file. please help!Thanks

@Rushi1807
You can write your own controller and change config for 'saml2_settings.saml2_controller'. Methids acl and sls just use the logger for debugging purposes. But some session storage is required here to keep the user authenticated.

from laravel-saml2.

Rushi1807 avatar Rushi1807 commented on June 24, 2024

@ibpavlov Can you help me with this error!Thanks
sprintf(): Too few argumentsArray ( [error] => Array ( [0] => invalid_response ) [last_error_reason] => sprintf(): Too few arguments )

from laravel-saml2.

ibpavlov avatar ibpavlov commented on June 24, 2024

@Rushi1807 You have to check your code for sprintf usage and check the arguments. Or you should provide more information.

from laravel-saml2.

Rushi1807 avatar Rushi1807 commented on June 24, 2024

@ibpavlov Are there any extra configurations needed in the same package for Microsoft ADFS implementation. It worked for OneLogin toolkit Thank you

from laravel-saml2.

ibpavlov avatar ibpavlov commented on June 24, 2024

@Rushi1807 If it supports Saml2 protocol, then yes. The configurations itself are the same for all different Identity providers (IDP) with SAML2. We have used it with Microsoft Azure AD.

from laravel-saml2.

lloricode avatar lloricode commented on June 24, 2024

any plan to support for lumen? this is much better to integrate in micro framework since this is not needed to use other web component in laravel

from laravel-saml2.

arturslogins avatar arturslogins commented on June 24, 2024

Any progress with this issue?

from laravel-saml2.

Related Issues (20)

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.