kromitgmbh / titra

titra - modern open source project time tracking for freelancers and small teams
https://titra.io
GNU Affero General Public License v3.0
406 stars 55 forks source link

OpenID Connect Error #214

Closed the-markus closed 3 months ago

the-markus commented 3 months ago

Hi!

When trying to add OpenID Connect Authentication to titra, we first get the following error:

{"line":"414","file":"oauth_server.js","message":"Error in OAuth Server: Unexpected OAuth service oidc","time":{"$date":1724073804937},"level":"warn"}

After restarting the application, the following error is thrown when trying to login using the configured OIDC:

{"line":"414","file":"oauth_server.js","message":"Error in OAuth Server: Cannot read properties of undefined (reading 'error')","time":{"$date":1724073932969},"level":"warn"}
faburem commented 3 months ago

thanks for your PR to fix this issue, it has been merged and is currently released as version 0.99.10 🥳

the-markus commented 3 months ago

Thanks for the merge :)