Christian
Christian
Hi @guiyomh I have the same issue here. My app is behind a proxy. The proxy handles the certificate, so the route for login_check is not the right one. In...
Thanks @tmilos for the information. It helped me solve the issue. I implemented a custom service extending `LightSaml\Builder\EntityDescriptor\SimpleEntityDescriptorBuilder`. I replaced the $acsUrl __construct() parameter to an array. So when I...
Hi @jhonnynho As I wrote, I created a class in my application that extends `LightSaml\Builder\EntityDescriptor\SimpleEntityDescriptorBuilder`. This class contains the `getSpSsoDescriptor()` function that overrides the parent function with my custom behaviour....
Thanks for pointing that @jhonnynho ! Like @tmilos wrote right above, you have to configure it in your `config.yml`. I have updated my comment above so the reply is complete...
Hi @jhonnynho Usually, you get this kind of response either: - when you try to replay a previous authentication process - or when the service provider is not the one...
Check your `light_saml_symfony_bridge` config. You have an `entity_id` that is different from that of your `.env`: `https://sso-gateway/saml/` Both should be identical.
Hi, Something feels odd about Colruyt’s attitude towards recipe scraping. I implemented the test below to determine what was blocking us from scraping their recipes: ```python from urllib.request import urlopen,...