Skip to content
Snippets Groups Projects
Unverified Commit ce55be70 authored by Marko Ivancic's avatar Marko Ivancic Committed by GitHub
Browse files

Make inResponseTo available in auth state (#1447)


Co-authored-by: default avatarMarko Ivančić <marko.ivancic@srce.hr>
parent 141702b4
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ if ($expire !== null) {
$state['saml:sp:prevAuth'] = [
'id' => $response->getId(),
'issuer' => $issuer,
'inResponseTo' => $response->getInResponseTo(),
];
if (isset($state['\SimpleSAML\Auth\Source.ReturnURL'])) {
$state['saml:sp:prevAuth']['redirect'] = $state['\SimpleSAML\Auth\Source.ReturnURL'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment