End session

Hlib Stadnik 20 Reputation points
2023-03-24T16:07:06.7733333+00:00

Why does Microsoft not end a session but show the success "signed out" page?

And doesn't redirect to provided page:

https://login.microsoftonline.com/***Directory id***/oauth2/logout?post_logout_redirect_uri=Our identity server url&state=......

This issue comes not every time sometimes it works fine.

We use WebView inside a react-native app

Is there any log we can check or how to know what the problem is?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,436 questions
0 comments No comments
{count} votes

Accepted answer
  1. Akshay-MSFT 16,026 Reputation points Microsoft Employee
    2023-03-28T13:15:20.2033333+00:00

    @Hlib Stadnik

    Thank you for posting your query on Microsoft Q&A. To sign out a user, we need to perform both of these operations:

    User's image

    1. If you fail to perform either operation, the user may remain authenticated and not be prompted to sign-in the next time they user your app.
    2. Also If the end user's web browser is blocking third party cookies, it may break front channel logout.

    In order to validate the same you may look for browser trace while trying to reproduce the issue or a fiddler trace would help.

    Please do let me know if you have any further queries.

    Thanks,

    Akshay Kaushik

    Please "Accept the answer" (Yes/No), and share your feedback if the suggestion works as per your business need. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful