OAuth

Microsoft365 Callback

Handle the callback from Microsoft after admin consent. The frontend calls this after being redirected back from Microsoft.

post/oauth/microsoft365/callback

Request body

tenantstring required
admin_consentstring required
statestring required

Response

Successful Response

connectedboolean required
tenant_idstring nullable

Changes