We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8545f96 commit b88f76eCopy full SHA for b88f76e
Sustainsys.Saml2.StubIdp/Web.config
@@ -12,8 +12,8 @@
12
<add key="webpages:Enabled" value="false" />
13
<add key="ClientValidationEnabled" value="true" />
14
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
15
- <add key="defaultAcsUrl" value="https://sp.example.com/SAML2/Acs" />
16
- <add key="defaultNameId" value="JohnDoe" />
+ <add key="defaultAcsUrl" value="https://test-cds.learning.com:5000/Saml2/Acs" />
+ <add key="defaultNameId" value="1BC25648-0016-4F65-B83B-BA031652470D" />
17
</appSettings>
18
<!--
19
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
0 commit comments