Dmitrii Korotovskii
Dmitrii Korotovskii
Hi @mmilojevic, Thanks for your improvements! I really like your PR and ideas behind but I can not merge it "as is". Sometimes it seems you trying to fix a...
Does your user has `ROLE_USER` after successful authentication on IdP? See: https://github.com/korotovsky/SingleSignOnIdentityProviderBundle/blob/0.3.x/src/Krtv/Bundle/SingleSignOnIdentityProviderBundle/Controller/SingleSignOnController.php#L36
I'd suggest to remove trailing slashes everywhere from IdP and from SP in the SSO configuration and make sure that bundle does not use them. I think trailing slash came...
Hard to say... Maybe something wrong with installed versions of guzzle or something else? I'd suggest to take plain interface of the provider and implement on your own, at least...
Looks like Symfony has removed `uri_signer.class` parameter in release that you use. I'll try to provide a quick fix soon. This issue was fixed in the `korotovsky/sso-idp-bundle@~3.0`. Please use this...
@marvoh When SP redirects (or IdP security handler) user to IdP it should also append `_target_path` parameter with correct value. Please check an example here: https://github.com/korotovsky/SingleSignOnIdentityProviderBundle/blob/0.3.x/tests/Krtv/Bundle/SingleSignOnIdentityProviderBundle/Tests/Controller/SingleSignOnControllerTest.php#L223
Hi, `/otp/validate/` is a route on SP to make server-side, trusted request to your IdP. `/internal/v1/sso/` is a route that accepts a code that SP provided for verification and should...
@mediafigaro See this test: https://github.com/korotovsky/SingleSignOnIdentityProviderBundle/blob/0.3.x/tests/Krtv/Bundle/SingleSignOnIdentityProviderBundle/Tests/Controller/SingleSignOnControllerTest.php#L223
Hi, Most likely it's an issue of the OTP validation between SP and IdP on the server level, I'd check it.
It can handle different tld but not automatically, on sp you must initiate authentication process somehow