Logout is not working for logout google in IOS

Hey @saba.anwar,

Usually to logout from the IDP you need to add “federated” query parameter to the
logout request. Please find more information below:

For an iOS app with Auth0 swift SDK it will just need to change the federated option to true in the .webAuth().clearSession(federated: true )

Implementation details may vary according to the SDK used.

Regards,
Sidharth Chaudhary

1 Like