project-zot/zot

[Feat]: integration with Authelia SSO

Opened this issue · 3 comments

Is your feature request related to a problem? Please describe.

currently oidc authentication is implemented only for DEX and it seems not possible to use the same generic configuration to integrate it with Authelia SSO

Describe the solution you'd like

it should be implemented and added to current OIDC documentation

Describe alternatives you've considered

if the connection is already possible (I tried it but does not seem so), it would be nice to document the procedure

Additional context

No response

@giovannipapini Wondering if this option is viable for you?
https://www.authelia.com/integration/openid-connect/introduction/

Thanks for trying out zot.

In general, we would like to stay away from specific vendors simply because of development and maintenance costs/uncertainty in the long-term.

@giovannipapini Wondering if this option is viable for you? https://www.authelia.com/integration/openid-connect/introduction/

I already tried following those guidelines, but I find myself stuck because of some incompatibility issue, probably some mismatch between the expected flow authelia-side and zot-side. I will try to report the logged error asap, thank you for the clarification!