Skip to content

Commit 686128a

Browse files
authored
set requireSsl and requireHttps to true (#6563)
1 parent 224e28e commit 686128a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/security/how-to-build-claims-aware-aspnet-web-forms-app-using-wif.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ manager: "mbaldwin"
116116
</system.identityModel>
117117
<system.identityModel.services>
118118
<federationConfiguration>
119-
<cookieHandler requireSsl="false" />
120-
<wsFederation passiveRedirectEnabled="true" issuer="http://localhost:13922/wsFederationSTS/Issue" realm="http://localhost:28503/" reply="http://localhost:28503/" requireHttps="false" />
119+
<cookieHandler requireSsl="true" />
120+
<wsFederation passiveRedirectEnabled="true" issuer="http://localhost:13922/wsFederationSTS/Issue" realm="http://localhost:28503/" reply="http://localhost:28503/" requireHttps="true" />
121121
</federationConfiguration>
122122
</system.identityModel.services>
123123
```

0 commit comments

Comments
 (0)