We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26af8f commit 378abf4Copy full SHA for 378abf4
www/idp/index.php
@@ -66,10 +66,10 @@
66
\Lcobucci\JWT\Signer\Key\InMemory::plainText($keys['privateKey']
67
));
68
69
- $token = $jwtConfig->parser()->parse($_GET['request']);
70
if (isset($_GET['nonce'])) {
71
$_SESSION['nonce'] = $_GET['nonce'];
72
} else if (isset($_GET['request'])) {
+ $token = $jwtConfig->parser()->parse($_GET['request']);
73
$_SESSION['nonce'] = $token->claims()->get('nonce');
74
}
75
0 commit comments