Solutions
HomeIntegrityControlSolutionsManagement Center
  • Integrations
  • 📈Monitoring
    • Setup Prometheus and Grafana
  • 🗝️PKI
    • Extract certificate chain from keystore
  • 🔄Automation
    • Install with Ansible
  • 🧔Customer IAM
    • Social Provider Sign-in
      • Google sign-in
      • Microsoft Windows Live sign-in
      • Facebook sign-in
      • LinkedIn sign-in
  • 🖥️VDI
    • VMware Horizon login with SAML or OIDC using Integrity WEB as third-party IdP
    • Citrix ADC (Netscaler) login with SAML using Integrity WEB as third-party IdP
    • Login to the VMware vCenter Server using Integrity WEB
  • ☁️Cloud Applications
    • ServiceNow
    • Azure B2C
  • 🤝Verifiable Credentials
    • Add Integrity Web as an OIDC attribute provider for Microsoft Entra (Azure) Verifiable Credentials
  • ⏪Proxy / Load Balancer
    • Apache
  • 💾Active Directory Federation Services (ADFS)
    • Access policies
      • How to mark Primary Authentication Fortified ID ADFS adapters as MFA
    • Graphical user interface
      • How to change adapter display (friendly) name
      • How to change adapter style (colors, logos and texts)
    • ADFS not able to consume Integrity SAML Metadata - troubleshooting guide
Powered by GitBook
On this page
  1. Automation

Install with Ansible

Install Fortified Integrity with Ansible playbook

PreviousExtract certificate chain from keystoreNextSocial Provider Sign-in

Last updated 2 years ago

Streamline and automate deployment of Fortified Integrity in your on-prem/hybrid or cloud environment with Ansible.

Guide prerequisite:

  • Python3

  • Git

  • Credentials to download the software from FortifiedID

  1. Navigate to Fortified ID's Github and download the appropriate scenario most suited for your use case.

  2. Open hosts to edit host address.

  3. Replace template files to production files for communication protocols and MFA methods

  4. Add key and certificate files to file structure under resources

  5. Open playbook.yml to edit the features that you want to include in your automation.

    1. MFA methods

      1. Populate fields for secret key and certificate files.

      2. Populate fields for trust store

    2. Communication protocols

      1. Populate fields for secret key and certificate files.

  6. Open resources/overlay/assets/overrides.css to incorporate your own branding css and languages.

  7. Follow steps in integrity_ansible/README.md

  8. Run playbook.yml

🔄
https://www.ansible.com/
Solution overview