Accessing Outlook on the web for business using organizational credentials.
Hi dr. PiBì Omniology Research Center
According to my research based on your description, Outlook on the web remains signed in and fully functional in the same browser session suggests that the user's Entra ID session, MFA state, and SSO flow are all still valid. If this were a general authentication or device-compliance issue, I would normally expect other Microsoft 365 workloads to be impacted as well.
My first recommendation would be for the IT team to check the Bookings-specific configuration:
- Whether Shared Bookings has been disabled at the organization level. Microsoft documents that admins can disable the service using
Set-OrganizationConfig -BookingsEnabled $falseor through Microsoft 365 Admin Center > Settings > Org settings. If Bookings has been disabled for the organization, users won't be able to access the management experience (Turn on or off Shared Bookings for organization | Microsoft Learn) - Whether the affected user has a license that includes Microsoft Bookings, and whether the Bookings service plan is enabled
- Whether the user has a properly provisioned Exchange Online mailbox
- Whether any Outlook Web App mailbox policy restrictions have been applied that could affect Bookings access
The redirect to /common/oauth2/v2.0/logout does not provide enough information by itself to determine the underlying cause. Several factors could potentially lead to this behavior, including Bookings licensing, Exchange Online mailbox configuration, Bookings service settings, or access policies. The most reliable way to identify the actual trigger is to review the corresponding Entra ID sign-in logs and any Conditional Access results recorded at the time of the attempt.
For troubleshooting, you would ask your administrators to review:
- Entra ID sign-in logs (both Interactive and Non-Interactive entries)
- Conditional Access results for the timestamp of the failure
- Bookings tenant settings (
BookingsEnabled) - Licensing for the affected user
- Exchange mailbox status and applicable OWA mailbox policies.
Regarding the client-request-id, this value is primarily a correlation identifier. A non-admin user typically cannot use it to determine the root cause directly. However, administrators or Microsoft Support can use it together with the timestamp to locate the corresponding backend events.
A practical troubleshooting approach would be to verify the Bookings tenant settings and user licensing first, followed by Exchange Online mailbox and policy configuration. If those appear correct, reviewing the Entra ID sign-in logs and Conditional Access results would be the next logical step.
I hope this informatrion helps.
If the answer is helpful, please click "Yes". If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in the forum documentation to enable e-mail notifications if you want to receive the related email notification for this thread.