Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easy to subclass Saml2Controller #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tentus
Copy link

@tentus tentus commented Apr 24, 2024

There is a feature in the aacotroneo/laravel-saml2 library which allows users to extend the controller without having to redefine all the routes by defining a saml2_controller config value, which you can see here.

It's very simple to implement, and I was able to duplicate the functionality with minimal tweaks to rectify stylistic differences between the two repos. My intent here is to make it easier for users of the aacotroneo lib to switch over to this one (and by users I mean me, specifically, but I'm sure other people could also use this feature).

…xtend the Saml2Controller, without needing to redefine all the routes. See aacotroneo/laravel-saml2@34fe227 for the original config that this is directly copying from
@fedeisas
Copy link

fedeisas commented May 6, 2024

+1

I also bumped into this trying to add login_hint to my login calls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants