This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
FAQ
Borys Ponomarenko edited this page Mar 5, 2017
·
4 revisions
- I can't open application because it's "from unidentified developer"
- Application is loaded, but I don't see any data
- Where is my credentials are stored?
If you didn't found an answer on your question here, please open an issue.
This is default MacOS protection, which can be easily workarounded. To open application perform the following steps:
- Open Finder and navigate to /Applications (default location for Applications).
- Find the application in the folder.
- Right-click on the application.
- Select Open.
- You will see prompt warning the application is from an unidentified developer. Click Open to continue.
Another way is to open application is from Terminal:
- Open Terminal application.
- Execute the following command to run Autoconfig app:
/Applications/Autoconfig\ API.app/Contents/MacOS/Autoconfig\ API; exit;
Autoconfig API is only available from withing Company network. Make sure you are connected with VPN or physically in the office.
All configurations (including credentials) are stored locally in LocalStorage. So private data is not exposed to external servers anyhow.