There was an error while loading. Please reload this page.
1 parent b8c9494 commit 67f566aCopy full SHA for 67f566a
openid_connect.js
@@ -111,8 +111,7 @@ function auth(r, afterSyncCheck) {
111
r.variables.refresh_token = tokenset.refresh_token; // Update key-value store
112
}
113
114
- delete r.headersOut["WWW-Authenticate"]; // Remove evidence of original failed auth_jwt
115
- r.internalRedirect(r.variables.request_uri); // Continue processing original request
+ retryOriginalRequest(r); // Continue processing original request
116
117
);
118
} catch (e) {
0 commit comments