Skip to content

Commit

Permalink
fix: add state on proxy logout
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed May 20, 2023
1 parent 94d627c commit e201fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/sdk/proxy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@

case "logout":
$return = $redirect_uri? $redirect_uri : $clients[$client_id]['redirect_uri'][0];
$return .= (strpos($return, '?') !== false)? '&state='.$state : '?state='.$state;

$service = "spid";
if($idp=="CIE" || $idp=="CIE TEST") $service = "cie";
Expand Down

0 comments on commit e201fb2

Please sign in to comment.