Book Image

Mastering Microsoft Forefront UAG 2010 Customization

Book Image

Mastering Microsoft Forefront UAG 2010 Customization

Overview of this book

While UAG is built to integrate with many environments and publish dozens of application types, many organizations require a certain level of customization to meet their needs. With this book in hand, you will be equipped to deal with these types of customization scenarios, and you will be confident in using such workarounds without hassle and trial and error. Written by some of the leading experts on UAG, "Mastering Microsoft Forefront UAG 2010 Customization" covers the most complex and challenging options for customizing UAG in a way that is friendly and easy to follow. It walks you through various customization tasks, including explanations and code samples, as well as creative ideas for troubleshooting your work. Until now, only a few of the extensions to UAG's services have been publicly available, and most were only known to a select few. Now, this can include you! Throughout this book, you will tackle how to change the system's look-and-feel, deal with advanced authentication schemes and write special functions that need to be executed as part of the client interaction. With "Mastering Microsoft Forefront UAG 2010 Customization", you too can learn how to customize various aspects of UAG's functionality to enhance your organization or customers' experience.
Table of Contents (16 chapters)
Mastering Microsoft Forefront UAG 2010 Customization
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

More parameters used in the template


As we saw earlier, the templates also contain many parameters, and you can use these to do additional things. The WizardDefaultParams file contains over 50 templates, but only some of them (about half) are SSL-VPN based and depend on a template in the SSLVPNTemplates file. Let's review the structure of these files in more detail.

WizardDefault

In terms of publishing, the WizardDefaultParams.ini file is UAG's starting point, and this file's contents are split into two key sections: the application templates' list, followed by application definitions.

The [Application_List] is an enumeration of all of the applications that exist in UAG, listed by number and name in the format App<x>=<name>. The second line in this section also has the parameter NumOfApps, which basically specifies the total number of listed templates that UAG should account for. The following is a list of the default applications on a UAG server:

All items found on this list then...