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

Next steps #6

Open
dieg87 opened this issue Sep 6, 2016 · 0 comments
Open

Next steps #6

dieg87 opened this issue Sep 6, 2016 · 0 comments

Comments

@dieg87
Copy link

dieg87 commented Sep 6, 2016

Hi,
I'm trying to use this package in my new project. I'm using laravel 5.3. I have already added simplesamlphp/simplesamlphp in my project. I changed the routes for this ones:
Route::group(['prefix' => Config::get('simplersaml.routePrefix')], function () {
Route::get('getLogin', 'RagingDave\SimplerSaml\Http\Controllers\SamlController@getLogin');
Route::get('getLogout', 'RagingDave\SimplerSaml\Http\Controllers\SamlController@getLogout');
});
Everything for now is good. But now I need to connect to Wso2 using simplesamlphp and saml2. Inside of config/simplersaml I put in:
'sp' => 'saml:SP',
'idp' => (Here i have to put the url of my wso2?)

Also I have doubts about the middleware that you are talking about in readme "The problem here is that if the saml session times out, the laravel session could still be valid. The middleware in this package takes care of this so take a look in `` for an example". Where i can find that middleware? How i can manage the var sessions of laravel?

I hope you can help me, because I'm a little lost!

Thanks a lot for your effort

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