Skip to content

Commit

Permalink
Merge pull request #15 from renedx/master
Browse files Browse the repository at this point in the history
Update SP1 to work
  • Loading branch information
tngan committed Feb 8, 2016
2 parents 2f2faea + d744734 commit 800aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sp1/routes/sso.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ router.get('/spinitsso-redirect',function(req,res){
});
});

router.post('/acs/:idp',function(req,res,next){
router.post('/acs/:idp?',function(req,res,next){
var _idp, _sp;
if(req.params.idp === 'onelogin'){
_idp = oneLoginIdP;
Expand Down

0 comments on commit 800aaa5

Please sign in to comment.