-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
🐛 Bug Report: OIDC Client Details wrong value for PKCE #101
Comments
I think i found the issue in frontend/src/routes/settings/admin/oidc-clients/[id]/+page.svelte at line 30:
should be
|
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. |
Yes thanks, that's the issue. |
@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? |
Thanks, it fixed my issue, just had to disable it 😁🙏🏻 |
This should be fixed in |
Thanks a lot! Btw very cool project. 👍🏼 |
Reproduction steps
PKCE
isDisabled
PKCE
is still displayed asDisabled
Expected behavior
The value of
PKCE
should be displayed asEnabled
if it is enabled.Actual Behavior
No matter if
PKCE
is checked or unchecked it is always displayed asDisabled
The text was updated successfully, but these errors were encountered: