Pocket-Id Scenario
Hey,
I’d like to create a scenarios for Pocket Id that would ban a user trying to access a ressource that is forbidden.
Problem is I see the logs are multi-line.
Something like :
[GIN] 2025/05/08 - 00:44:41 | 403 | 1.583982ms | a.b.c.d | POST "/api/oidc/authorize"
Error #01: You're not allowed to access this service
So abcd isn’t allowed to access the service and therefore should be banned.
Is that possible ?
I’d like to create a scenarios for Pocket Id that would ban a user trying to access a ressource that is forbidden.
Problem is I see the logs are multi-line.
Something like :
[GIN] 2025/05/08 - 00:44:41 | 403 | 1.583982ms | a.b.c.d | POST "/api/oidc/authorize"
Error #01: You're not allowed to access this service
So abcd isn’t allowed to access the service and therefore should be banned.
Is that possible ?

