Skip to content

Commit

Permalink
Merge branch '754-sso-saml-support' into release/1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Jul 16, 2021
2 parents b75fb85 + 4f98903 commit f885576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_template.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ startApp = ->
if csUtilities.ssoLoginStrategy?
passport.use new SamlStrategy({
passReqToCallback: true
path: "#{config.all.client.fullpath}/login/callback"
callbackUrl: "#{config.all.client.fullpath}/login/callback"
entryPoint: config.all.server.security.saml.entryPoint
issuer: config.all.server.security.saml.issuer
cert: config.all.server.security.saml.cert
Expand Down

0 comments on commit f885576

Please sign in to comment.