Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 19, 2012 22:42
Show Gist options
  • Save sandrinodimattia/3147376 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3147376 to your computer and use it in GitHub Desktop.
Realm Configuration
<microsoft.identityModel>
<service>
<audienceUris>
<add value="http://localhost:5100/" />
</audienceUris>
<federatedAuthentication>
<wsFederation passiveRedirectEnabled="true" issuer="https://....accesscontrol.windows.net/v2/wsfederation" realm="http://localhost:5100" requireHttps="false" />
<cookieHandler requireSsl="false" />
</federatedAuthentication>
...
</service>
</microsoft.identityModel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment