mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: OIDC Client Details wrong value for PKCE #422
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.
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@stonith404 commented on GitHub:
Yes thanks, that's the issue.
@stonith404 commented on GitHub:
@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:
Thanks, it fixed my issue, just had to disable it 😁🙏🏻
@parhammhd commented on GitHub:
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.
@simon-eller commented on GitHub:
I think i found the issue in frontend/src/routes/settings/admin/oidc-clients/[id]/+page.svelte at line 30:
should be
@simon-eller commented on GitHub:
Thanks a lot! Btw very cool project. 👍🏼
@stonith404 commented on GitHub:
This should be fixed in
v0.24.0