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

[Feature] Allow SSO from openidc/keycloak #124

Open
Dark3clipse opened this issue Nov 11, 2023 · 0 comments
Open

[Feature] Allow SSO from openidc/keycloak #124

Dark3clipse opened this issue Nov 11, 2023 · 0 comments

Comments

@Dark3clipse
Copy link

Artipie supports Keycloak authentication. However, there is currently no support to re-use existing Keycloak logins. This leads to users having to login again specifically for the Artipie dashboard.

In my use case, I have a reverse proxy that handles authorization with my Keycloak instance. So, when users reach the Artipie frontend, they are in fact already authenticated with Keycloak.

Within my reverse proxy, I have the user information and the token readily available. What would be ideal if if I can pass the token from Keycloak directly to the artipie frontend, where Artipie can directly authenticate the user with the token without having to show another login form.

I know this is probably quite some work. There are a number of other applications that already do this.

For example:
Fallenbagel/jellyseerr#184

I'm myself just an user of keycloak / openidc and I am trying to install SSO for the applications that I manage. I'm having trouble with Artipie. I just wanted to let you know that this may be something you want to support in the future :)

If there is anything I can do to clarify or help let me know!

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

1 participant