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?
- Social Login
- OAuth2 Authentication
- Token-based authentication
How to configure it?