Gabriel Rodríguez

Results 118 comments of Gabriel Rodríguez

This happens on Linux, Android, and iOS at least

I am looking into this and have found the source of this bug to be in the `flutter_linkify` library: https://github.com/Cretezy/flutter_linkify/issues/135 The last time someone brought it up, the developer of...

Still waiting on the library. Who wants to fork it?

It would be nice if you @deobald or @krille-chan forks it.

Thank you for your quick response. We do have this: ``` cookies_samesite_compat: - ["SATOSA_STATE", "SATOSA_STATE_LEGACY"] ``` However, I just realized that our instance was running at an old commit a6262597d4d982063acdebd542af79ccd4f829fa,...

It seems to be only some users, probably consistently but not sure. SAML Tracer does show the `SameSite=none` set by SATOSA. ![Image](https://github.com/user-attachments/assets/6f9b31ef-28a4-40c3-bd2f-a1c1c0fe0ad8) This is the export from SAML-tracer: https://envs.sh/twc.json

Thanks a lot! This is the tracer from someone who can reproduce this reliably: [SAML-tracer-export-2025-02-24T05_05_16.100Z.json](https://github.com/user-attachments/files/18936539/SAML-tracer-export-2025-02-24T05_05_16.100Z.json) If you have a suggestion of a public IdP I can use, we could try...

Hi Vlad, thanks a lot for your continued support. In `src/satosa/state.py` and function `state_to_cookie` I have added print statements: ```py print(f"{samesite=} {name=} {path=} {state=} {type(samesite)=} {samesite=} {secure=} {httponly=} {max_age=}") print(f"samesite",...