Skip to content

Commit

Permalink
Include serviceCertificate in the example configuration
Browse files Browse the repository at this point in the history
Comment above the federations tag to make it obvious that it is optional. Lots of people try to use the federations tag even if they only have one IDP, try to prevent that misconception.
  • Loading branch information
albinsunnanbo authored and AndersAbel committed Aug 19, 2016
1 parent 45aaff1 commit 9190560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Configuration.md
Expand Up @@ -71,6 +71,11 @@ read web.config, but can also be configured from code.
allowUnsolicitedAuthnResponse="true"
loadMetadata = "true" />
</identityProviders>
<!-- Optional configuration for signed requests. Required for Single Logout. -->
<serviceCertificates>
<add fileName="~/App_Data/Kentor.AuthServices.Tests.pfx" />
</serviceCertificates>
<!-- Optional configuration for fetching IDP list from a federation -->
<federations>
<add metadataLocation="https://federation.example.com/metadata.xml" allowUnsolicitedAuthnResponse = "false" />
</federations>
Expand Down

0 comments on commit 9190560

Please sign in to comment.