We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378abf4 commit 5a9623dCopy full SHA for 5a9623d
1 file changed
www/idp/index.php
@@ -74,7 +74,9 @@
74
}
75
76
if (!isset($getVars["redirect_uri"])) {
77
- $getVars['redirect_uri'] = $token->claims()->get("redirect_uri");
+ if (isset($token)) {
78
+ $getVars['redirect_uri'] = $token->claims()->get("redirect_uri");
79
+ }
80
81
82
0 commit comments