laravel-saml2 icon indicating copy to clipboard operation
laravel-saml2 copied to clipboard

Bug with saml_url ?

Open piep14 opened this issue 10 months ago • 0 comments

Hello,

I've tried these different formats:

$url = saml_url(config('app.url'), $identity->uuid, [config('app.url') . '/login-sso-redirect']);
$url = saml_url(config('app.url'), $identity->uuid, config('app.url') . '/login-sso-redirect');
$url = saml_url(config('app.url'), $identity->uuid, ['returnTo' => config('app.url') . '/login-sso-redirect']);

But the result is still the same, and without my return parameter.

https://xxx/saml2/2365c568-1d1d-410e-88cd-6b85b643da33/login?returnTo=xxx

piep14 avatar Aug 30 '23 15:08 piep14