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

routes.php - Route::get('login', 'SamlController@login'); #13

Open
VickG opened this issue Oct 9, 2015 · 1 comment
Open

routes.php - Route::get('login', 'SamlController@login'); #13

VickG opened this issue Oct 9, 2015 · 1 comment

Comments

@VickG
Copy link

VickG commented Oct 9, 2015

Shouldn't this route be a post route? Isn't this route where saml will be posting to?

Route::get('login', 'SamlController@login');

@tmountjr
Copy link
Contributor

Actually, the POST goes to whatever you've specified in the SimpleSAMLphp (SSP) configuration. You hit the GET portion of this route to initiate the saml process; control is ultimately handed off to SSP, including the POST response from the outside SP, which only knows about the URL you told it to respond to in your metadata.

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

2 participants