IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Disable SSL and Mixed Mode Security #874

Open sashakonor opened 8 years ago

sashakonor commented 8 years ago

Hi, I have some problem with /wstrust/mixed/username. We have an ssl bridge in our network, that redirects http requests to https. Is it possible to configure our Identity Server so that mixed mode security will work? If I set Disable SSL to true, the /wstrust/mixed/username endpoint doesn't work, because in TokenServiceHostFactory in this case this endpoint isn't created. If I set Disable SSL to false, I get a request looping. Does it mean, that I should choose some other security mode? Or there's some way to make that scheme work?