Based on the error message in your screenshot, the issue appears to be related to a disabled service principal for a particular resource. Even though the subscription is active, if the service principal that governs authentication for this application is disabled, tokens won't be issued for it, leading to the error across multiple accounts.
Troubleshooting Steps:
- Verify Subscription Status – Double-check that the subscription is truly active and not in a grace period or pending renewal
- Check the Service Principal Status – In Azure AD, go to Enterprise Applications, search for the affected application, and confirm if its service principal is disabled
- Enable the Service Principal – If it is disabled, re-enable it to restore authentication flow
- Confirm Tenant-Wide Policies – Look into Conditional Access policies or security configurations that may be blocking access
- Refer to Microsoft Documentation – The error message links to Microsoft WAM Errors, which might have additional relevant guidance
- Test Authentication – After making adjustments, attempt logging in with the affected accounts to confirm resolution
If the issue persists, reviewing audit logs in Azure AD can provide further insights into potential blocking factors.