Skip to content

Instantly share code, notes, and snippets.

@jlucaspains
Created February 12, 2019 03:21
Show Gist options
  • Save jlucaspains/87a9b0f6b6ff871ed61e1d69e341e93f to your computer and use it in GitHub Desktop.
Save jlucaspains/87a9b0f6b6ff871ed61e1d69e341e93f to your computer and use it in GitHub Desktop.
<configuration>
...
<system.identityModel>
<identityConfiguration>
<claimsAuthenticationManager type="CustomAuth.CustomAuthenticationManager, CustomAuth" />
</identityConfiguration>
</system.identityModel>
...
<system.webServer>
<modules>
<add name="ClaimsTransformationHttpModule" type="Jbssa.Core.Mvc.Auth.ClaimsTransformationHttpModule" />
<add name="SessionAuthenticationModule" type="System.IdentityModel.Services.SessionAuthenticationModule, System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</modules>
</system.webServer>
...
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment