Coder Social home page Coder Social logo

passport-uwshib's People

Contributors

cacij avatar drstearns avatar nogbit avatar sschadwick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

passport-uwshib's Issues

[HELP] Local Shibboleth installation?

I'm trying to create a service provider for my app to work with federated academic network here in Greece and i'm trying to make that work for a couple of days with no success.
So i would like to know if this implementation should have a local installation of the shibboleth software correctly configured to my server, to work. I mean do i need both nodejs passport-uwshib and shibboleth in the same server with the apache module for shibboleth to successfully be an SP?

Thanks in advance DR.

IAM spreg Tool Expects eID to be a valid url

when using the auto detect feature of IAM Spreg that checks /Shibboleth.sso/Metadata route the eID is expected to be a valid URL, meaning it needs to have "https://" in front of the domain. The example server excludes this but can easily be changed in the example server or could be addressed in the strategy.

Line 66 of the example server:

var strategy = new uwshib.Strategy({
    //Updated entity Id for UW spreg tool
    entityId: 'https://' + domain,
    privateKey: privateKey,
    callbackUrl: loginCallbackUrl,
    domain: domain
    //If your server is not using time.u.washington.edu
    //as its authoritative time server (including if your
    //server is running within the NetID domain!), add
    //the following property setting.
    //This will allow for a small amount of
    //skew between the clocks of the client and the server.
    //
    //acceptedClockSkewMs: 200
});

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.