A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Some notes to support this one: Okta does have an unauthenticated API path which can be used to pull the binaries, which is cool. The downside is it's only available at a tenant level. The good side is that dev tenants are free! :)
So if PMP stands up a dev tenant (https://www.okta.com/developer/signup), the current binary information can be pulled from: https://<tenant>.okta.com/api/v1/artifacts/WINDOWS_OKTA_VERIFY/latest
The response will include the release and file information (including file hashes), and the download path for the binaries.
Comment from Brett Anderson:
Some notes to support this one:
Okta does have an unauthenticated API path which can be used to pull the binaries, which is cool. The downside is it's only available at a tenant level. The good side is that dev tenants are free! :)
So if PMP stands up a dev tenant (https://www.okta.com/developer/signup), the current binary information can be pulled from:
https://<tenant>.okta.com/api/v1/artifacts/WINDOWS_OKTA_VERIFY/latest
The response will include the release and file information (including file hashes), and the download path for the binaries.