-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES256 Support in OIDC #5390
Comments
ES256, following the spec, is ECDSA using P-256 and SHA-256. Tricky to find any useful information out there regarding widespread use/plans/changes in ES256 use for OIDC. |
Hi, I've come across this issue as its something id like to see implemented as well. Be it that its marked as Although once this is implemented we'll probably be switching straight over from whichever alternative we decide on. I'll keep an eye on this for any updates on your end as I would love to be able to use BookStack (seems like the best option by far). |
That is from a 2015 document though, so things aren't moving too fast there.
Is there a specific reason that can't be done using RS256? |
Describe the feature you'd like
ES256 implementation for OIDC
Describe the benefits this would bring to existing BookStack users
It would allow the use of the far more secure and up-to-date signing format which is preferable for security especially as RS256 is generally on the way out.
It would also work better for people who use Lets Encrypt for signing certs as that is what they typically provide.
Can the goal of this request already be achieved via other means?
No
Have you searched for an existing open/closed issue?
How long have you been using BookStack?
Under 3 months
Additional context
No response
The text was updated successfully, but these errors were encountered: