Azure AD B2C sign out session from iOS native app

32 Views Asked by At

we developed an iOS application using swift and we integrated the app with Azure AD B2C, the sign out and sign in process are done via user flows, but we are having trouble performing a successfully sign out process.

We read in Microsoft documentation that we need to perform a GET request to an end_session endpoint so we can invalidate the user Azure AD session: text and text.

We implemented this GET request, but nothing happened, the session was still active.

We didn't find any other resource for native applications, so we are not sure what needs to be done to implement a correctly sign out process.

0

There are 0 best solutions below