Using the managedConfiguration
under ApplicationPolicy
inside a enterprises.policies
, we can apply certain configurations to a managed app
Is it secure / correct to use this managedConfiguration
to pass some secrets to the device or if I should use something else?
If not, what would be the better / more secure way to achieve this?
(FYI, I was planning to pass an API key to some dedicated devices so that they could call some API at my server)