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 1474460 commit 7213781Copy full SHA for 7213781
openid_connect.js
@@ -94,7 +94,7 @@ function oidcRefreshRequest(r) {
94
var error_log = "OIDC refresh failure";
95
if (reply.status == 504) {
96
error_log += ", timeout waiting for IdP";
97
- } else if (reply.status = 400) {
+ } else if (reply.status == 400) {
98
try {
99
var errorset = JSON.parse(reply.responseBody);
100
error_log += ": " + errorset.error + " " + errorset.error_description;
0 commit comments