Try to use “https://github.com/kylepixel/cas-authentication”. My team make successfully a demo of it with Cas Apereo Server.
Thach N. Le Learning is to build your own assets! From: Steve Hillman Sent: Sunday, November 3, 2019 12:46 AM To: Michel Blaze Cc: CAS Developer Subject: Re: [cas-dev] CAS Client for NodeJS There’s another one out there called “node-cas”. A colleague of mine forked it and made some minor bug fixes. You can find it here: https://github.com/grahamb/node-cas We’ve used that module for a number of our Node projects without issue. Have a look at GitHub.com/sfu/snap (in /server/auth-middleware). That’s an Express app that supports both CAS and OAuth authentication - you’ll see redirects to CAS if it's an interactive login On Nov 2, 2019, at 4:10 AM, Michel Blaze <[email protected]> wrote: Hello, I am developing an order management application for ENSIM and I have to use their CAS from the Maine University(https://cas.univ-lemans.fr/cas/). They use Apereo CAS server. I have seen that you offer CAS clients for apache,php,java and.NET but I use a NodeJS server with Express framework. I tried unsuccessfully to connect CAS with the NPM module "case-client-node". Do you offer solutions/modules for NodeJS servers? Best regards -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-dev/675adc32-b6ab-44f3-a1d8-82ba1040a9cd%40apereo.org. Steve Hillman IT Architect | IT Services SH1032 | Simon Fraser University 8888 University Dr., Burnaby, B.C. V5A 1S6 T: 778.782.3960 | M: 604.306.3366 | www.sfu.ca/itservices Twitter: @sfu_it -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-dev/14CA5C17-8BC2-418C-9C4B-7CD3506C89AF%40sfu.ca. -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-dev/5dbe3b13.1c69fb81.203de.fb5c%40mx.google.com.
