You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stevehobbsdev The use cases require the mobile application to pass federated: true parameter in the logout call, so the Auth0 integration can detect and call the external IDP provider's logout and close the session on the IDP provider side.
I understand that there can be alternative solutions and workarounds, but this flow is already implemented on the web application, and having the mobile application with the same flow is the preferred solution for us.
@stevehobbsdev The use cases require the mobile application to pass federated: true parameter in the logout call, so the Auth0 integration can detect and call the external IDP provider's logout and close the session on the IDP provider side.
I understand that there can be alternative solutions and workarounds, but this flow is already implemented on the web application, and having the mobile application with the same flow is the preferred solution for us.
@gurgenAya Can you handle anything other than the following?
Checklist
Describe the problem you'd like to have solved
Currently, there is no way to pass logoutParams for Auth0 Flutter SDK.
Describe the ideal solution
It would be great to have logoutParams optionally for
.webAuthentication().logout()
method. This params are available for Auth0 Angular package.Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: