Hi, I’m trying to implement a federated logout in my flutter app using auth0 sdk, I need it especially for testing but I’ll most likely need it for production as well. My problem is that every documentation or = previous post I see says that you have to modify a logout url to include a ?federated parameter in the query, however in the flutter sdk you are exposed to a logout method directly which doesn’t (or I wasn’t able to find) allow you to make this modification. Is there a way to achieve this using the sdk? Or maybe I can make direct calls to auth0 API, I have no problem with that either, I just want to achieve federation (at least while I’m testing, to see how user experience turns out)
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to logout from federated login in flutter | 2 | 2332 | November 7, 2022 | |
Flutter Auth0 sdk logout not redirecting to the app | 2 | 112 | January 13, 2025 | |
Logout federated not working for me | 2 | 3835 | September 18, 2018 | |
Logout from IDP under an SPA | 2 | 3498 | August 30, 2019 | |
Redirect to custom logout page after federated logout | 2 | 719 | January 4, 2024 |