GithubHelp home page GithubHelp logo

SAML with Shibboleth support about bell HOT 14 CLOSED

hapijs avatar hapijs commented on July 19, 2024
SAML with Shibboleth support

from bell.

Comments (14)

robertd avatar robertd commented on July 19, 2024

+1

from bell.

geek avatar geek commented on July 19, 2024

@Nogbit I would like to see SAML support as well. If someone is willing to contribute it then that would be the fastest way to get it into bell.

from bell.

Nogbit avatar Nogbit commented on July 19, 2024

We decided to stick with Express for the time being, if one of us gets the bandwidth we could contribute and we did discuss that.

from bell.

molekilla avatar molekilla commented on July 19, 2024

thinking if you take passport-saml and create the wrapper for hapi-bell it might work. Ideally, with maintaining passport-saml saml.js as a library, not forking. Anyone interested ?

More
https://github.com/bergie/passport-saml/blob/master/lib/passport-saml/strategy.js#L3

from bell.

timcosta avatar timcosta commented on July 19, 2024

+1 also interested in this

from bell.

jshum avatar jshum commented on July 19, 2024

+1 non-SAML support is making us stick with Express for now, but would love to help and contribute.

from bell.

PaulMougel avatar PaulMougel commented on July 19, 2024

I'd love to be able to use SAML with bell. Any thought on where to start?

from bell.

ldesplat avatar ldesplat commented on July 19, 2024

You would have to implement it. So you would add a new protocol to bell called SAML.

A protocol is really this:

var SAML = function (settings) {

    return function (request, reply) {
        // Implement the whole SAML flow
    }
}

You can find the complicated specs here https://wiki.oasis-open.org/security/FrontPage#SAML_V2.0_Standard and there https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf

If you do decide to try writing it, you may make a PR request and we can see how we can help you to get it done properly.

from bell.

molekilla avatar molekilla commented on July 19, 2024

starting a fork

https://github.com/autentifactor/bell/commit/7e5b04663c67ece341a773ccdfa3729394f377c1

from bell.

molekilla avatar molekilla commented on July 19, 2024

I managed to use passport-saml with hapi. I think that it should be a separate plugin as it has a specific auth flow than OAuth (e.g. metadata endpoint). I probly work on this later this year, but suffice to say that integrating it to bell is not straightforward

from bell.

PaulMougel avatar PaulMougel commented on July 19, 2024

Thanks @molekilla for giving this is a spin! Would you care to share how you integrated passport-saml into hapi?

from bell.

molekilla avatar molekilla commented on July 19, 2024

here you go
https://github.com/molekilla/hapi-passport-saml

from bell.

hueniverse avatar hueniverse commented on July 19, 2024

Closing due to inactivity.

from bell.

lock avatar lock commented on July 19, 2024

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

from bell.

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.