mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: OIDC Client Details wrong value for PKCE #83
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 @simon-eller on GitHub (Jan 9, 2025).
Reproduction steps
PKCEisDisabledPKCEis still displayed asDisabledExpected behavior
The value of
PKCEshould be displayed asEnabledif it is enabled.Actual Behavior
No matter if
PKCEis checked or unchecked it is always displayed asDisabled@simon-eller commented on GitHub (Jan 9, 2025):
I think i found the issue in frontend/src/routes/settings/admin/oidc-clients/[id]/+page.svelte at line 30:
should be
@parhammhd commented on GitHub (Jan 11, 2025):
I have the same issue as well, not sure if that is the case but I am getting errors trying to use Pocket ID for Pingvin Share possibly because of not being able to enable PKCE.
@stonith404 commented on GitHub (Jan 11, 2025):
Yes thanks, that's the issue.
@stonith404 commented on GitHub (Jan 11, 2025):
@parhammhd It's just a display bug. Everything should still work as expected.
Pingvin Share doesn't support PKCE so you have to disable it. Which error do you get?
@parhammhd commented on GitHub (Jan 11, 2025):
Thanks, it fixed my issue, just had to disable it 😁🙏🏻
@stonith404 commented on GitHub (Jan 11, 2025):
This should be fixed in
v0.24.0@simon-eller commented on GitHub (Jan 11, 2025):
Thanks a lot! Btw very cool project. 👍🏼