Strange behaviour on apple devices & question to event ids #203
-
Hello @redhook62 , we have a strange problem, mainly with users with Apple devices and there mostly in connection with Safari, but also from time to time with Firefox on apple. In the windowseventlog we also find errors in the following application logs ADFS MFA DataServices and ADFS MFA Service. We have several log entries with the eventid 900, for example: Last Friday I ran the powershell command Refresh-MFAConfigurationCache on the primary adfs server (dont know what this command exactly does), which caused the adfs mfa module to temporarily stop working, but after an adfs service restart everything was fine again. However, at the time of refreshing the MFA cache and restarting the ADFS services, there were other error messages in the eventviewer logs mentioned above: Our ADFS environment is set up as follows, all servers are Windows Server 2019: Does anyone have any idea what the problem described above could be with the Apple devices? Is there documentation or something for the event log entries where you can read more detailed information or is there advanced logging for error analysis? Thank you very much in advance for the help. Greetings, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, @ripper2k10 Indeed, we are trying to solve a problem with Apple Desktop devices (Mac Os X), but especially with Safari on these models. You can get the version I made for @PsySuck here TouchID Safari at the end In my opinion this version will be the next release in December. Your problem must be caused by an exception, browser's userAgent is NULL. Then, for PowerShell commands, Note that the MFA configuration is stored in the database of your primary AD FS server, and is replicated to your secondary servers by default every 5 minutes or when restarting the AD FS service. Since a year, for performance-related issues (extracting the config from the ADFS database takes time) we decided to store the MFA Configuration in cache on disk (c:\Programs\MFA\Config\ config.db) This file is copied immediately to all the secondary servers (which can then have in their local database an obsolete version with respect to its cache and the main server) to immediately reflect all the modifications made. by restarting the MFA Notification Hub service, the cache files are recreated and dispatched, the ADFS service is restarted. However, check that your AD FS servers are replicating correctly. If you install the test version. regards redhook You can test with version 3.1.2201.0 |
Beta Was this translation helpful? Give feedback.
Hi, @ripper2k10
Indeed, we are trying to solve a problem with Apple Desktop devices (Mac Os X), but especially with Safari on these models.
You can get the version I made for @PsySuck here TouchID Safari at the end
but the feedback is empirical and poorly documented. I expect a return from him.
In my opinion this version will be the next release in December.
Please note that this version of debug writes a good number of events in the eventlog, and should not be used in production.
I can confirm that the current version works very well with Apple mobile devices (iPhone and iPad).
Your problem must be caused by an exception, browser's userAgent is NULL.
This is the new fashion ... for brows…