Skip to content

Commit

Permalink
Update test application settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jan 17, 2020
1 parent 89d3986 commit 11b6cb8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort>17009</IISExpressSSLPort>
<IISExpressSSLPort>44301</IISExpressSSLPort>
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
Expand Down
2 changes: 1 addition & 1 deletion Samples/SampleMvcApplication/SampleMvcApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>2181</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
Expand Down
4 changes: 2 additions & 2 deletions Samples/SampleOwinApplication/App_Start/Startup.Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ private static SPOptions CreateSPOptions()

var spOptions = new SPOptions
{
EntityId = new EntityId("http://localhost:57294/Saml2"),
ReturnUrl = new Uri("http://localhost:57294/Account/ExternalLoginCallback"),
EntityId = new EntityId("https://localhost:44303/Saml2"),
ReturnUrl = new Uri("https://localhost:44303/Account/ExternalLoginCallback"),
DiscoveryServiceUrl = new Uri("https://localhost:44300/DiscoveryService"),
Organization = organization
};
Expand Down
2 changes: 1 addition & 1 deletion Samples/SampleOwinApplication/SampleOwinApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort>44304</IISExpressSSLPort>
<IISExpressSSLPort>44303</IISExpressSSLPort>
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
Expand Down
2 changes: 1 addition & 1 deletion Sustainsys.Saml2.StubIdp/Sustainsys.Saml2.StubIdp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AssemblyName>Sustainsys.Saml2.StubIdp</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort>52071</IISExpressSSLPort>
<IISExpressSSLPort>44300</IISExpressSSLPort>
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
Expand Down

0 comments on commit 11b6cb8

Please sign in to comment.