Add OIDC (and/ or LDAP) support?
-
As far as I can tell, Leantime now supports OIDC - it'd be great to get this added on Cloudron if possible!
Configuration details here:
https://github.com/Leantime/docs/blob/master/installation/configuration.md#openid-conenct-oidc-configurationAlthough I note that says still experimental
But it also supports LDAP, so perhaps we could have that in the meantime? (although really I think we should just try out the OIDC stuff given that's the direction Cloudron is moving in):
https://github.com/Leantime/docs/blob/master/installation/configuration.md#ldap-configuration
-
OIDC is coming. Leantime needs a variant of OIDC which uses private keys. We are implementing this in our OIDC server. Seems the node module we use does not support it for some reason. A number of apps are stuck in this issue including documize, weblate, dokuwiki, guacamole etc.
-
@girish said in Add OIDC (and/ or LDAP) support?:
Leantime needs a variant of OIDC which uses private keys.
Ah yes, now you mention it I remember reading something about that on here previously
@girish said in Add OIDC (and/ or LDAP) support?:
We are implementing this in our OIDC server.
Great!
-
Yes it is in our pipeline, but they changed quite a bit how they use laravel and introduced other issues which we have to fix. Somehow all script sourcing is now setup as http:// instead of https:// and thus the browser would block mixed content fetching on Cloudron. Something around the use of
BASE_URL
which we haven't pinned down yet. -
@nebulon Just to confirm: I presume you are saying that the updated package works well, and that you are not saying that the OIDC login works well. Is this correct?
This would seem to match my test: the package does work well in the demo instance, but is without OIDC for now.
Also I suppose the App Status table here is updated regularly, but not automatically which would explain the info/package version discrepancies?
Many thanks again,