ag3ng
ag3ng

Reputation: 66

JHipster Authentication using OpenID-Connect

I have been setup OpenID-Connect using MySQL Database and running when I test using Simple-Web-App.

Now I want create new website using JHipster with authentication connect to my OpenID-Connect Server.

What type of security should I use on JHipster?

How to configure it?

Upvotes: 0

Views: 793

Answers (1)

Julien Dubois
Julien Dubois

Reputation: 3688

The JHipster project has had a good discussion on this subject here.

  • That's not working out-of-the-box yet
  • But someone has already done it and provided instructions

You should use OAuth2 authentication, and also have a look at the future JHipster OpenID Connect.

Help on this subject is very welcome by the project, so if you can help or give feedback, don't hesitate to participate.

Upvotes: 1

Related Questions