jhipster-console icon indicating copy to clipboard operation
jhipster-console copied to clipboard

Provide some Authentication methods for Jhipster Console

Open rifatdover opened this issue 7 years ago • 7 comments
trafficstars

Hi;

This will be a feature request for Jhipster Console.

It will be nice if it supports OAuth, AD, LDAP, SAML authentication. Maybe Keycloack will be a good option for it. To create such samples of configuration will be good.

Do you have anything about this in your plan?

rifatdover avatar Apr 06 '18 09:04 rifatdover

This is a good idea, I have been planning to do something like that for a long time. I was thinking of doing this using an nginx proxy with basic auth.

PierreBesson avatar Aug 08 '18 16:08 PierreBesson

nginx with basic auth is simple to implement but it has many drawbacks, I would rather use X-Pack or SearchGuard both written in java.. Alternatively, we could build our own proxy using a gateway.

gmarziou avatar Aug 29 '18 20:08 gmarziou

The best would be to find a solution for both the console and the registry in order to integrate them together, as the registry already has an embedded zuul server.

PierreBesson avatar Aug 30 '18 12:08 PierreBesson

@PierreBesson please inform me here about how you are designing it? And I want to help as much as I can.

rifatdover avatar Sep 29 '18 10:09 rifatdover

Any update on this request?

Antarion avatar Feb 19 '20 07:02 Antarion

The solution was already suggested:

doing this using an nginx proxy with basic auth.

@Antarion : would you like to contribute and provide the solution ? Or maybe, just add the documentation part ?

pascalgrimaud avatar Feb 19 '20 11:02 pascalgrimaud

i used apache's mod mod_auth_openidc --> https://github.com/zmartzone/mod_auth_openidc

Antarion avatar Mar 05 '20 20:03 Antarion