Skip to content

Instantly share code, notes, and snippets.

View W1R3D-Code's full-sized avatar
:octocat:

Ben Murray W1R3D-Code

:octocat:
View GitHub Profile
@W1R3D-Code
W1R3D-Code / web.config
Created January 19, 2018 09:40 — forked from nzpcmad/web.config
Classic ASP and ADFS
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
<section name="microsoft.identityModel" type="Microsoft.IdentityModel.Configuration.MicrosoftIdentityModelSection, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</configSections>
<location path="FederationMetadata">
<system.web>
<authorization>
<allow users="*" />
</authorization>