Skip to content
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] Empty Client ID in Message to IdP #2596

Open
ryand11 opened this issue Aug 1, 2024 · 3 comments
Open

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

ryand11 opened this issue Aug 1, 2024 · 3 comments

Comments

@ryand11
Copy link

ryand11 commented Aug 1, 2024

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

What set up are you using

  • [X ] Self Hosted

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
Copy link
Author

ryand11 commented Aug 25, 2024

Update: This still persists in 3.2.0

@marcelfolaron
Copy link
Contributor

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
Copy link
Author

ryand11 commented Aug 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants