Skip to content

Commit

Permalink
Add login_ticket to params whitelist (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge authored May 22, 2017
1 parent ead8526 commit 24caaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helper/parameters-whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var authorizeParams = [
'protocol',
'_csrf',
'_intstate',
'login_ticket',

// oauth2
'client_id',
Expand Down

0 comments on commit 24caaaf

Please sign in to comment.