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 | |
---|---|---|---|---|
Logout federated not working for me | 2 | 3844 | September 18, 2018 | |
How to logout from federated login in flutter | 2 | 2381 | November 7, 2022 | |
Logout from Auth0 not from Google | 2 | 4462 | March 2, 2018 | |
How do I logout a user in React Native when using hosted login page and social providers? | 8 | 9472 | March 2, 2018 | |
Custom IDP logout endpoint doesn't get called as part of federated logout | 2 | 4242 | August 26, 2019 |