Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.58k stars 595 forks source link

[BUG] Empty Client ID in Message to IdP #2596

Open ryand11 opened 3 months ago

ryand11 commented 3 months ago

If you have problems with the installation please use our community forum

What set up are you using

Describe the bug While Authenticating via OpenID, client_id is appearing as NULL / Blank

To Reproduce Steps to reproduce the behavior:

  1. Go to Login Page
  2. Click on OIDC login
  3. You will be redirected to your auth provider
  4. See error in URL: https://auth.example.com/application/o/authorize/?**client_id=**&redirect_uri=xyz

Expected behavior Client ID is passed to SSO provider

Leantime Version v3.1.4

Server Docker

ryand11 commented 2 months ago

Update: This still persists in 3.2.0

marcelfolaron commented 2 months ago

Can you check that your .env config has the correct spelling for the OIDC_CLIENT_ID? In some previous versions the environment sample file had a typo where "client" was spelled with a "d" at the end.

ryand11 commented 2 months ago

Can you check that your .env config has the correct spelling for the OIDC_CLIENT_ID? In some previous versions the environment sample file had a typo where "client" was spelled with a "d" at the end.

Well, thats mildly infuriating 😅. Feel free to close this