On the client I get:
Workplace Join operation failed. Activity Id: 74d3e342-b4bf-49c2-a7d5-af802ca31f69
Exit code: 0x80180008
Error Message: Unknown error.
Registration Service URI:
https://sts.{removed}/EnrollmentServer/DeviceEnrollmentWebService.svc
On the server I get:
The following exception occured while enrolling a device.
Additional information
Error: System.ServiceModel.FaultException`1[Microsoft.DeviceRegistration.WindowsDeviceEnrollmentServiceError]:
WindowsEnrollmentServiceError (Fault Detail is equal to Microsoft.DeviceRegistration.WindowsDeviceEnrollmentServiceError)..
and
The Device Registration Service could not authenticate the caller.
Additional information
Failure Type: AuthenticationError.
Failure Reason: Invalid JWT token..
I followed all of the walk-through's...and service discovery is working. ADFS is working and authenticating users.
Even when I try to do the workplace join, I get the messages above but the user also has a successful logon event in the event log.
When I look through the trace logs for ADFS and DRS there are no errors. In fact, it looks like its all working.
Help!