FortiAuth-Import is a solution to a FortiAuth appliance failing to provide a decent user import functionality. I couldn’t find any other tool that does this in any capacity.
Some of the advantages when using this script, listed below:
- Returning all possible issues with an import file, i.e. not stopping on the first error
- Reduce the time it takes to import 1000’s of users from hours to a few minutes
- Unassigning tokens from existing users for new users
- Ability to update existing users with a new token
- Ability to use this to automate importing users, i.e. watching a folder for new csv files
git clone https://github.com/quonic/fortiauth-import.git
cd fortiauth-import
.\build.ps1 -Tasks Pester
That will build it to a complete usable module in the .\output\
directory.
- Fork this repo on github.
- Create a new branch with your changes.
- Use Pester to check for common coding issues.
- Submit a pull request.
For more information
- API reference: Fortinet Authenticator REST API v4.0 Documentation
This project was generated using Kevin Marquette‘s Full Module Plaster Template.
Leave a Reply