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

Laravel integration #23

Open
ghost opened this issue Jan 27, 2017 · 2 comments
Open

Laravel integration #23

ghost opened this issue Jan 27, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2017

Is possible making a Laravel 5 integration?

@roenschg
Copy link

roenschg commented Feb 14, 2017

This might be possible but need a new repository.

Both Laravel and Symfony seem to use a new interface called "Guard" to enable additional authentication methods. I wrote a bundle that uses the Guard in Symfony see: https://github.com/roenschg/ShibbolethGuardBundle

But you can´t just use the SymfonyGuardBundle in Laravel because the Guard interfaces differ between these frameworks even though they work quite similar.

Usefull links:

Compare the two guard interfaces: https://laravel.com/api/5.1/Illuminate/Contracts/Auth/Guard.html and http://api.symfony.com/3.2/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.html

@roenschg
Copy link

Does the following module already implement the required functionality? https://github.com/StudentAffairsUWM/Laravel-Shibboleth-Service-Provider

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

No branches or pull requests

1 participant