mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
OIDC Configuration Question #389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xionous on GitHub (Nov 24, 2023).
Has anyone gotten the OIDC to work with Authelia?
The error that I am getting is Authelia is complaining that it isn't getting a "state":
level=error msg="Authorization Request failed with error: The state is missing or does not have enough characters and is therefore considered too weak. Request parameter 'state' must be at least be 8 characters long to ensure sufficient entropy."Planka
Authelia
@meltyshev commented on GitHub (Nov 24, 2023):
Probably we can add a state parameter, just need to check first if it will affect other providers. But it's weird that Authelia doesn't work without it, since it should be optional.
@xionous commented on GitHub (Nov 25, 2023):
My understanding is having the state parameter is a security best practice, so perhaps that is why. I would think that adding it would not interfere with other providers.
@Bykow commented on GitHub (Dec 5, 2023):
I'm having a similar issue with authelia.
update: previous error fixed, now looking at same issue:
level=error msg="Authorization Request failed with error: The state is missing or does not have enough characters and is therefore considered too weak. Request parameter 'state' must be at least be 8 characters long to ensure sufficient entropy."