WorkflowGen Documentation
10.0
10.0
  • WorkflowGen Technical Guide
  • System Requirements
  • Product Technical Components
  • Setup
    • PowerShell Installation
    • Manual Installation
    • WorkflowGen Windows Services & License Activation
    • Tests & Additional Configurations
  • Security
  • Advanced Configurations
    • File Storage
    • Database Authentication & Scaling
    • Web Farm Architecture
    • Configuring Multiple Instances of WorkflowGen
    • Custom Language Support & Layout
  • Operations
  • SMTP Notifications
  • Synchronizing a Directory in Command Line
  • SQL Reporting Module
  • Azure Integration
  • AD FS Integration
    • Authentication
    • WorkflowGen Plus v2
    • Server-Side Scripts
    • Single-Page Applications
    • Generating a Universal Link
    • Additional Information
  • Auth0 Integration
    • Authentication
    • User Provisioning
    • WorkflowGen Plus v2
    • Server-Side Scripts
    • Single-Page Applications
    • WorkflowGen CLI
    • Generating a Universal Link
    • Additional Information
  • Okta Integration
    • Authentication
    • User Provisioning
    • WorkflowGen Plus v2
    • Server-Side Scripts
    • Single-Page Applications
    • WorkflowGen CLI
    • Generating a Universal Link
    • Additional Information
  • Gardian Integration
  • Appendix: Web & Application Configuration Parameters
Powered by GitBook
On this page
  • Overview
  • WorkflowGen configuration
  • Add Gardian values to the WorkflowGen web.config
Export as PDF

Gardian Integration

PreviousAdditional InformationNextAppendix: Web & Application Configuration Parameters

Last updated 9 days ago

Overview

This section contains instructions on how to to configure WorkflowGen delegated authentication with Gardian.

The Gardian configuration process closely mirrors that of Okta. To set up Gardian, begin by following the instructions in the section, substituting the values with Gardian service provider specifications where needed. After completing those steps, return to this section for configuration details specific to Gardian.

WorkflowGen configuration

Now, you need need to configure WorkflowGen to delegate its authentication to Gardian.

Add Gardian values to the WorkflowGen web.config

Open the WorkflowGen web.config file and add the following properties:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <appSettings>
        <!-- Gardian auth -->
        <add key="ApplicationSecurityAuthProvider" value="gardian"/>
        <add key="ApplicationSecurityAuthAcrValues" value="<ACR VALUES>" />
    </appSettings>
</configuration>
  • Replace <ACR VALUES> with ACR values as specified by your Gardian service provider.

Okta authentication