Atomia Web Frame

Configuration

47 views 0

Overview

Configuration parameters needed during the execution of a Web application based on the Atomia Web Frame are stored in three types of config files:

  1. Web.config file of the application – global application settings.
  2. app.config files of the application’s plugin(s) – plugin specific application settings.
  3. custom config files referenced from the Web.config file of the application – global application setting blocks moved into a separate file(s) to achieve modularity of the Web.config file.

The identity.config file stored in the Atomia Web Frame’s root folder is an example of a custom config file. It contains the<microsoft.identityModel> configuration section (the configuration section for Microsoft Identity), and is referenced from the Web.config file in the following way:

<microsoft.identityModel configSource="identity.config" />

Was this helpful?