We recently switch over the Azure MFA Server (on-prem) solution and during our test we did not experience any problems. However when we started to onboard our users (approx. 5.000) we received a few calls from users, less than 10, who were unable to sign in to the User Portal. Assuming you didn’t specify any …
Continue reading Server Error in ‘/MultiFactorAuth’ Application
Category:Azure
Azure AD connect sync error: FederatedDomainChangeError
When synchronizing identity data from your on-prem Active Directory environment to the Azure Active Directory environment using the Azure AD connect tool you might occasionally get an error. One example is the error: FederatedDomainChangeError Details This error typically occurs after you have changed the UserPrincipalName suffix of an user from one federated domain to another …
Continue reading Azure AD connect sync error: FederatedDomainChangeError
Enable DKIM in Office 365
Microsoft has made it very easy to use DKIM, basically you only need to create two CNAME DNS records and enable DKIM in Office 365. DKIM DNS records To enable DKIM in Office 365 you first need to create two dns CNAME records. The records should look like this:
1 2 |
selector1._domainkey.domain.com selector2._domainkey.domain.com |
Where .domain.com is the domain …
Continue reading Enable DKIM in Office 365
Status: No DKIM keys saved for this domain
When you want to enable DKIM in your Office 365 environment for a specific domain you might run into the problem that you can’t because the message is saying: “No DKIM keys saved for this domain” What you would expect to see is this, depending on the current state (enabled or disabled): To resolve this …
Continue reading Status: No DKIM keys saved for this domain
Azure AD – Check and clean your on-prem AD with IdFix before migrating
Before you start syncing your On-Premises Active Directory with Azure Active Directory you should check and fix any issue’s there might be with any of the accounts. Microsoft has released a tool for this called: IdFix which you can download directly from Microsoft: IdFix DirSync Error Remediation Tool This tool will scan your On-Prem AD …
Continue reading Azure AD – Check and clean your on-prem AD with IdFix before migrating