Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
we are looking for reference or pointer for "How does the mobile app get the JWT token to communicate with hmdm server"?

 As the HMDM REST services are accessible only when passed through JWT Filter on the HMDM Server so for mobile app to consume any of the services exposed, it need to send the token so the question is how the mobile app can get the access to jwt token to connect and communicate with any of the services exposed by the hmdm server.
by (140 points)

1 Answer

0 votes
If you're talking about Headwind MDM launcher, it uses special REST API requests which do not require a JWT token. There's another authentication mechanism (signing requests based on a shared secret).

A third party app (including mobile app) can have access to all REST API requests by requesting the JWT authentication. See more details here: https://qa.h-mdm.com/4625/is-there-any-rest-api
by (33.5k points)
...