Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create initial windows MDM glossary and diagram document (#17507)
```mermaid sequenceDiagram participant windows as Windows participant orbit as Orbit participant server as fleet server loop every 30 seconds orbit->>+server: POST /api/fleet/orbit/config server-->>-orbit: pending notifications end note over orbit: receive enrollment notification orbit->>windows: mdmregistration.dll<br/>RegisterDeviceWithManagement windows->>+server: POST /api/mdm/microsoft/discovery server-->>-windows: EnrollmentServiceURL, EnrollmentPolicyServiceUrl windows->>+server: POST /api/mdm/microsoft/policy<br/>DeviceEnrollmentUserToken server-->>-windows: Policy Schema, Certificate requirements activate windows note left of windows: Generate keypair deactivate windows windows->>+server: POST /api/mdm/microsoft/enroll<br/>Self-signed CSR & cert values note right of server: Creates certificate signed by WSTEP ident key server-->>-windows: Signed certificate, management endpoint, enrollment parameters loop SYNCML MDM Protocol (mTLS) windows->>+server: POST /api/mdm/microsoft/management server-->>-windows: Response end ```
- Loading branch information