BSOne.SFC/Tocsg.Module/BSOne-AIP-Decrypt/App.config

34 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<appSettings>
<add key="ida:ClientId" value="9ad412fe-e47b-43cc-93dc-9844c9b1cc0b"/>
<add key="ida:RedirectUri" value="https://login.microsoftonline.com/common/oauth2/nativeclient"/>
<add key="ida:CertThumbprint" value="0c8a4e4b-adb8-4a20-9329-c79b13563c90"/>
<add key="ida:ClientSecret" value="LAX8Q~owiSpc1hDqTRacZlU.OxABtlV796QPGcif"/>
<!-- change this flag to true if you're doing certificate based auth. False if using client secret. -->
<add key="ida:DoCertAuth" value="false"/>
<!-- Tenant name in format of Contoso.com or contoso.onmicrosot.com -->
<add key="ida:Tenant" value="461c81ec-bcc4-4ebe-a37f-2d9a82c9e560"/>
<!-- Your app name. This name will appear in AIP Analytics logs -->
<add key="app:Name" value="ToCSG-BSOne"/>
<!-- Your app version. This will appear in AIP Analytics logs -->
<add key="app:Version" value="1.0"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
</configuration>