Riccardo Bruno

Results 5 comments of Riccardo Bruno

Adding the following code in OpenIDConnectAutoLogin.java, the user will be redirected to its last visited page once successful logged in. Don't know if this solution is acceptable from a pure...

Making further tests, I discovered that stored path was not used as I was expecting. Simplifying then the code as follows: ``` @Override protected String[] doLogin(HttpServletRequest request, HttpServletResponse response) throws...

I was asking because I was unsure if it was the normal behaviour or due to a misconfiguration especially because I was also including another one third party SSO module....

I tried to follow your suggestion adding SignIn portlet inside the main window of the Liferay site (the one you find after the installation). The result was the possibility to...

I managed to store received OIDC data in JSON format, into user' openId field. I understand is not the cleanest way to do this, but fits perfectly my needs. My...