Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created November 17, 2013 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwaight/7511041 to your computer and use it in GitHub Desktop.
Save sjwaight/7511041 to your computer and use it in GitHub Desktop.
Sample connection strings configuration file from the Thinktecture IdentityServser setup for the associated blog.
<connectionStrings>
<!-- configuration data like endpoints, protocol config, relying parties etc... -->
<add name="IdentityServerConfiguration"
connectionString="server=.;initial catalog=IdentityServerConfiguration;Integrated Security=SSPI"
providerName="System.Data.SqlClient" />
<!-- user database -->
<add name="ProviderDB"
connectionString="server=.;initial catalog=AuthDemoApp;Integrated Security=SSPI"
providerName="System.Data.SqlClient" />
</connectionStrings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment