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.
2 parents 1474460 + 7213781 commit c9ae3f3Copy full SHA for c9ae3f3
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