Reputation: 66
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
Reputation: 3688
The JHipster project has had a good discussion on this subject here.
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