Additional Microsoft Entra services and features related to identity, access, and network security
Thank you for posting your query on Q&A. As per Sign-out
You must redirect the user to Azure AD B2C to sign out. Otherwise, the user might be able to re-authenticate to your applications without entering their credentials again.
- OpenId Connect - If the identity provider well-known configuration endpoint specifies an
end_session_endpointlocation. The sign-out request doesn't pass theid_token_hintparameter. If the federated identity provider requires this parameter, the sign-out request will fail. - OAuth2 - If the identity provider metadata contains the
end_session_endpointlocation. - SAML - If the identity provider metadata contains the
SingleLogoutServicelocation.
For Azure AD kindly follow Send a sign-out request where you need to define post_logout_redirect_uri and This URL must match one of the redirect URIs registered for your application in the app registration portal.
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.