Replies: 3 comments 3 replies
-
Hello ! The oidc flow is executed before any sql runs, so I'm not sure such a logging component would help. Can you tell us a little bit more about how you would use it ? |
Beta Was this translation helpful? Give feedback.
-
Hi, you got me wrong. (it was an or). example for oidc example for a debug (nothing to do with oidc) |
Beta Was this translation helpful? Give feedback.
-
ok, i'll try to explain authn is done via OIDC (keycloak in my project) when it comes to authz it will be my app to allow or deny based on token claims let say: user has claim admin has claim I have two folder - both with activated oidc /user/index.sql vs /admin/index.sql i will for claim like so
in the index.sql I will have
in /403.sql (no oidc activation)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was wondering if it would be possible to enhance the SQLPage application by adding a log feature that allows user to log text to underlying logger.
Something like
results in:
[2025-08-07T07:29:04.026Z INFO actix_web::user::logger] test
I want to use it for debugging output or if OIDC login for a user fails.
Beta Was this translation helpful? Give feedback.
All reactions