Git Product home page Git Product logo

Comments (4)

brockallen avatar brockallen commented on May 30, 2024

Well, that error is coming from the browser and not from any of our code. Having said that, it's a legit error -- you should not be running the RP (or the STS) over HTTP; you should always be using HTTPS.

The only reason it's not using HTTPS for the RP is because it's not configured that way in the RP config in IdentityServer.

I can sort of understand in development not using SSL, but then you won't really be developing and testing how you will eventually deploy. Also, it's not that hard to get SSL working in VS and IIS Express.

from identityserver3.wsfederation.

cristian-eriomenco avatar cristian-eriomenco commented on May 30, 2024

@brockallen Yes its not a problem to setup an SSL while development but why should the RP strictly use HTTPS? Isn't this a limitation after all?

from identityserver3.wsfederation.

brockallen avatar brockallen commented on May 30, 2024

The RP needs SSL because tokens are being sent to it. Do you want those tokens sent over the plaintext shared network? I don't. Also, what about the cookie it issues to log the user in? What about the content it's showing to the user? If you're not using SSL then all of that is basically leaked onto the shared plaintext network.

from identityserver3.wsfederation.

cristian-eriomenco avatar cristian-eriomenco commented on May 30, 2024

@brockallen Thank you very much for explaination.

from identityserver3.wsfederation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.