The official Android app makes a request to https://globalftm.fortinet.net/SoftToken/Provisioning.asmx/Mobile with a client certificate and provision code - needs more reversing.
If anyone wants to pick this up, most of the logic is in the method r(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; in class ahe (for version 5.1.0.0042).
The official Android app makes a request to
https://globalftm.fortinet.net/SoftToken/Provisioning.asmx/Mobilewith a client certificate and provision code - needs more reversing.If anyone wants to pick this up, most of the logic is in the method
r(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;in classahe(for version 5.1.0.0042).