Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 658d95d

Browse files
committed
Missing file for showing the warning for test SPs
1 parent 520a7e5 commit 658d95d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

www/warning_test_sp_continue.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
$id = $_REQUEST['StateId'];
4+
$state = SimpleSAML_Auth_State::loadState($id, 'perun:warningTestSP');
5+
6+
SimpleSAML_Auth_ProcessingChain::resumeProcessing($state);
7+

0 commit comments

Comments
 (0)