vendor - Using SimpleSAMLphp in symfony with composer -


i implement simplesamlphp bundle in symfony project but, i'm having issues redirect after login.

let me explain little:

i have loaded "simplesamlphp/simplesamlphp" in composer. so, bundle sits in vendor directory.

then wrote own bundle configured simplesaml, made controllers login actions,...

everything works (in sense have button redirects idp (i configured) , thing). redirected to: http://baseurl/module.php/saml/sp/saml2-acs.php/identifier, not find, because files in vendor bundle.

when reading documentation carefully, saw baseurl should point simplesaml package. but, because package in vendor, can't that.

is there way still use simplesamlphp bundle or need symfony bundle use simplesaml?

thank you.

i highly recommend give try : https://www.lightsaml.com

i've tried simple idp / sp service , works pretty , straightforward. along find website examples written can start base.

if still want use simplesaml search "simplesamlphp-bundle" in packagist.org there @ least 3 packages bundlify , can out set up.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -