A cloud-based identity and access management service for securing user authentication and resource access
Hello, I have pasted the token where you asked me to in step one, but there is nothing being displayed in the decoded token or in claims.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are integrating a PHP web application to send emails via SMTP using the modern OAuth 2.0 (XOAUTH2) flow for the account: PII. The Issue: We have successfully registered the Azure App. We have successfully granted Admin Consent for the delegated SMTP.Send and offline_access scopes. Our application successfully fetches a valid OAuth Access Token specifically bound to the no_reply UPN. However, when the application attempts the SMTP handshake on smtp.office365.com:587, it is immediately rejected with: 535 5.7.3 Authentication unsuccessful. What we have already checked: "Authenticated SMTP" is CHECKED under the active user's Mail ] Manage Email Apps setting. Security Defaults are DISABLED for the tenant. The Global Modern Auth setting ("Allow access to basic authentication protocols") has "Authenticated SMTP" CHECKED. We believe this account is being blocked by a hidden Conditional Access policy enforcing MFA, or the SMTP enablement has not propagated on the backend Exchange servers. Could you please review the backend logs for PII and help us exclude this service account from whatever policy is blocking the SMTP AUTH?
A cloud-based identity and access management service for securing user authentication and resource access
Hello, I have pasted the token where you asked me to in step one, but there is nothing being displayed in the decoded token or in claims.