Gardian Integration
Overview
WorkflowGen configuration
Add Gardian values to the WorkflowGen web.config
web.config<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appSettings>
<!-- Gardian auth -->
<add key="ApplicationSecurityAuthProvider" value="gardian"/>
<add key="ApplicationSecurityAuthAcrValues" value="<ACR VALUES>" />
</appSettings>
</configuration>