[OIDC] Pass pkce to server #674

Closed
opened 2026-02-04 20:47:34 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @baur on GitHub (Mar 28, 2025).

How I can pass pkce to server if OIDC Provider require it?

pkce_methods

    {
      client_id: "planka-client",
      client_secret: "0538ccf7-d9d0-4568-996f-4491be8b456b",
      redirect_uris: ["http://localhost:1337/oidc-callback"],
      response_types: ["code"],
      grant_types: ["authorization_code"],
      token_endpoint_auth_method: "client_secret_post",
      pkce_methods: ["S256"],
    },
Originally created by @baur on GitHub (Mar 28, 2025). How I can pass pkce to server if OIDC Provider require it? pkce_methods ```js { client_id: "planka-client", client_secret: "0538ccf7-d9d0-4568-996f-4491be8b456b", redirect_uris: ["http://localhost:1337/oidc-callback"], response_types: ["code"], grant_types: ["authorization_code"], token_endpoint_auth_method: "client_secret_post", pkce_methods: ["S256"], }, ```
Author
Owner

@baur commented on GitHub (Apr 21, 2025):

server side error

@baur commented on GitHub (Apr 21, 2025): server side error
Author
Owner

@Kosette commented on GitHub (Dec 26, 2025):

Recently, I configured OIDC for Planka, and I also noticed that the Planka server doesn't seem to support PKCE yet. I wonder if this issue is worth discussing.

@Kosette commented on GitHub (Dec 26, 2025): Recently, I configured OIDC for Planka, and I also noticed that the Planka server doesn't seem to support PKCE yet. I wonder if this issue is worth discussing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#674