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 1e455ff commit d4c70e9Copy full SHA for d4c70e9
src/webserver/oidc.rs
@@ -296,7 +296,7 @@ where
296
Ok(Some(claims)) => {
297
log::trace!("Storing authenticated user info in request extensions: {claims:?}");
298
request.extensions_mut().insert(claims);
299
-
+
300
// Handle OIDC callback URL for authenticated users
301
if request.path() == SQLPAGE_REDIRECT_URI {
302
log::debug!("The request is the OIDC callback for an authenticated user");
0 commit comments