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 | 2238 | November 7, 2022 | |
Redirect to custom logout page after federated logout | 2 | 657 | January 4, 2024 | |
Federated logout | 2 | 718 | January 9, 2024 | |
Federated logout with Okta as social connection | 2 | 1496 | November 30, 2022 | |
Connection Options in Management API | 2 | 4814 | June 4, 2019 |