Message Boards

Liferay 7.1 Openid Connect Login Issue

thumbnail
William Gosse, modified 5 Years ago.

Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts

I'm tyring to use the new OpenId Connect authentication module that comes with LR 7.1 GA2 with Keycloak. I have had some luck with LR 7.0 GA7 using the OpenId Connect Auth Module that I found in the LR Marketplace. Here's the config I have in LR 7.1 for OpenId Connect :

Provider Name
Keycloak
Set the name for the OpenID Connect provider.


OpenID Connect Client ID
aimportal
Set the client ID for the OpenID Connect provider.


OpenID connect client secret
aea9c3e4-1b52-4303-892a-ddf429fec8a5
Set the client secret for the OpenID Connect provider.


Scopes
openid email profile
Set the scopes Liferay will request during authentication. Scopes are delimited with spaces.


Discovery Endpoint
Set the discovery endpoint for the OpenID Connect provider. If this is set, manually set endpoints will be ignored.


Discovery Endpoint Cache in Milliseconds
Discovery endpoint metadata will be cached on this interval in milliseconds. If 0 is set, the metadata is never refreshed.


Authorization Endpoint
http://localhost:15080/auth/realms/aim/protocol/openid-connect/auth
Set the authorization endpoint for the OpenID Connect provider.


Issuer URL
http://localhost:15080/auth/realms/aim
Set the issuer URL for the OpenID Connect provider.


JWKS URI
Set the JWKS URI for the OpenID Connect provider.


Subject Types
public
Set the subject types for the OpenID Connect provider.


Token Endpoint
http://localhost:15080/auth/realms/aim/protocol/openid-connect/token
Set the token endpoint for the OpenID Connect provider.


User Information Endpoint
http://localhost:15080/auth/realms/aim/protocol/openid-connect/userinfo
Set the user information endpoint for the OpenID Connect provider.

 

With the OpenId Connect module enabled I do get a link for OpenId Connect that takes me to my KeyCloak login page but when a do login I get the following error displayed to me:

Internal Server Error
An error occurred while accessing the requested resource.

http://localhost:17080/c/portal/login/openidconnect?state=YDdJ8jZQb74CBfdlYNjDDP9vDTtaXQm5dF8vJ870CWg&session_state=8bf0d4b6-7e35-4db3-8ed1-fb88c86357b2&code=a81c9191-0b8b-4333-adf5-8d81992e8589.8bf0d4b6-7e35-4db3-8ed1-fb88c86357b2.7b0b4b2a-457f-464e-8893-5f2470184965

In the liferay log I see the following:

2018-12-20 22:30:39.987 ERROR [http-nio-17080-exec-9][OpenIdConnectFilter:111] Unable to process the OpenID login

com.liferay.portal.security.sso.openid.connect.OpenIdConnectServiceException$TokenException: Unable to instantiate token validator

at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.validateToken(OpenIdConnectServiceHandlerImpl.java:608)

at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.requestTokens(OpenIdConnectServiceHandlerImpl.java:515)

at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.requestIdToken(OpenIdConnectServiceHandlerImpl.java:461)

at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.processAuthenticationResponse(OpenIdConnectServiceHandlerImpl.java:163)

at com.liferay.portal.security.sso.openid.connect.internal.service.filter.OpenIdConnectFilter.processAuthenticationResponse(OpenIdConnectFilter.java:106)

at com.liferay.portal.security.sso.openid.connect.internal.service.filter.OpenIdConnectFilter.processFilter(OpenIdConnectFilter.java:123)

at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)

at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:144)

at com.liferay.portal.sharepoint.SharepointFilter.processFilter(SharepointFilter.java:88)

at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)

at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:144)

at com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.processFilter(VirtualHostFilter.java:263)

at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)

at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:144)

at com.liferay.portal.monitoring.internal.servlet.filter.MonitoringFilter.processFilter(MonitoringFilter.java:178)

at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:188)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:188)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)

at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)

at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)

at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)

at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389)

at com.liferay.portal.servlet.filters.urlrewrite.UrlRewriteFilter.processFilter(UrlRewriteFilter.java:65)

at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:168)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:168)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:188)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)

at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter.doFilter(InvokerFilter.java:101)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)

at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)

at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)

at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:764)

at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1388)

at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

at java.lang.Thread.run(Thread.java:748)

Caused by: com.nimbusds.oauth2.sdk.GeneralException: Missing OpenID Provider id_token_signing_alg_values_supported parameter

at com.nimbusds.openid.connect.sdk.validators.IDTokenValidator.createJWSKeySelector(IDTokenValidator.java:473)

at com.nimbusds.openid.connect.sdk.validators.IDTokenValidator.create(IDTokenValidator.java:578)

at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.validateToken(OpenIdConnectServiceHandlerImpl.java:600)

... 60 more

thumbnail
William Gosse, modified 5 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts

I tried adding the following to the config as well:

JWKS URI
http://localhost:15080/auth/realms/aim/protocol/openid-connect/certs
Set the JWKS URI for the OpenID Connect provider.

 

Still didn't work but I got a different error:

Caused by: com.nimbusds.oauth2.sdk.GeneralException: Missing OpenID Provider id_token_signing_alg_values_supported parameter
    at com.nimbusds.openid.connect.sdk.validators.IDTokenValidator.createJWSKeySelector(IDTokenValidator.java:473)
    at com.nimbusds.openid.connect.sdk.validators.IDTokenValidator.create(IDTokenValidator.java:578)
    at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.validateToken(OpenIdConnectServiceHandlerImpl.java:600)
    ... 60 more

thumbnail
William Gosse, modified 5 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
I can't believe nobody is doing anything with openId Connect.
Alex Malinovskiy, modified 5 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Post: 1 Join Date: 2/11/19 Recent Posts
I'm getting the same strange error...
thumbnail
William Gosse, modified 5 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
I can't believe they released this new login feature like this.  Unless I'm really doing something really wrong.   
thumbnail
William Gosse, modified 5 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
Again, I have had good luck with LR 7.0 GA7 using the OpenId Connect Auth Module that I found in the LR Marketplace. Here's a blog post I wrote about my experience with this plugin: Liferay 7 SSO using OpenId Connect
Marie-Luise Lux, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Posts: 2 Join Date: 5/1/19 Recent Posts
Did you make any progress?
We are also trying to switch to Liferay 7.1 but are stuck at the keycloack authentication.
From what I can see I am doing the same as you though the erro I get is different:
2019-04-30 09:32:29.954 ERROR [http-nio-8080-exec-5][OpenIdConnectFilter:132] Unable to process the OpenID login
com.liferay.portal.security.sso.openid.connect.OpenIdConnectServiceException$TokenException: Unable to validate tokens
    at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.validateToken(OpenIdConnectServiceHandlerImpl.java:612)
    at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.requestTokens(OpenIdConnectServiceHandlerImpl.java:515)
    at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.requestIdToken(OpenIdConnectServiceHandlerImpl.java:461)
    at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.processAuthenticationResponse(OpenIdConnectServiceHandlerImpl.java:163)
    at com.liferay.portal.security.sso.openid.connect.internal.service.filter.OpenIdConnectFilter.processAuthenticationResponse(OpenIdConnectFilter.java:109)
    at com.liferay.portal.security.sso.openid.connect.internal.service.filter.OpenIdConnectFilter.processFilter(OpenIdConnectFilter.java:147)
    at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)
    at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:144)
    at com.liferay.portal.sharepoint.SharepointFilter.processFilter(SharepointFilter.java:88)
    at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)
    at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:144)
    at com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.processFilter(VirtualHostFilter.java:263)
    at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)
    at com.liferay.portal.kernel.servlet.BaseFilter.processFilter(BaseFilter.java:144)
    at com.liferay.portal.monitoring.internal.servlet.filter.MonitoringFilter.processFilter(MonitoringFilter.java:178)
    at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:188)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:188)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)
    at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
    at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
    at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
    at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389)
    at com.liferay.portal.servlet.filters.urlrewrite.UrlRewriteFilter.processFilter(UrlRewriteFilter.java:65)
    at com.liferay.portal.kernel.servlet.BaseFilter.doFilter(BaseFilter.java:49)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDoFilter(InvokerFilterChain.java:207)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:112)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:168)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:168)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.processDirectCallFilter(InvokerFilterChain.java:188)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:96)
    at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter.doFilter(InvokerFilter.java:101)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:764)
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1388)
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.lang.Thread.run(Thread.java:748)
Caused by: com.nimbusds.jose.proc.BadJOSEException: Signed JWT rejected: No matching key(s) found
    at com.nimbusds.jwt.proc.DefaultJWTProcessor.<clinit>(DefaultJWTProcessor.java:100)
    at com.nimbusds.openid.connect.sdk.validators.IDTokenValidator.validate(IDTokenValidator.java:390)
    at com.nimbusds.openid.connect.sdk.validators.IDTokenValidator.validate(IDTokenValidator.java:329)
    at com.liferay.portal.security.sso.openid.connect.internal.OpenIdConnectServiceHandlerImpl.validateToken(OpenIdConnectServiceHandlerImpl.java:605)
    ... 60 more
2019-04-30 09:32:30.236 ERROR [http-nio-8080-exec-5][status_jsp:872] Unable to validate tokens
</clinit>
thumbnail
William Gosse, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
Hmmm. Are doing SSL between Liferay and Keycloak? If so do you have the right cert and key in your jvm?
thumbnail
William Gosse, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
It looks like you got further along then I did. What version of 7.1 are you using?
Marie-Luise Lux, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Posts: 2 Join Date: 5/1/19 Recent Posts
One issue was actually some certificates that were missing, but that just made us run into another error. I think the Liferay Version was the cause.
We upgraded to Liferay 7.1.3 CE GA4, which solved the issue.
thumbnail
William Gosse, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
Thanks for the update I'll have to try that out.
thumbnail
William Gosse, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Master Posts: 533 Join Date: 7/4/10 Recent Posts
Has anyone tried this in 7.2 GA1
thumbnail
Fabian Bouché, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Posts: 12 Join Date: 4/8/16 Recent Posts
Yup, I'm currently facing the same issue.BadJOSEException: Signed  JWT rejected: Another algorithm expected, or no matching key(s) foundI'll let you if I get it working
thumbnail
Fabian Bouché, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Posts: 12 Join Date: 4/8/16 Recent Posts
I did two things that led it to work: - Told Keycloak to sign the access token and the id token with RS256 - Manual setup of Open ID Connect provider properties in Liferay so that the only signing algorithm is RS256That should not be necessary. Dear Liferay folks, it looks like something needs to be fixed. I'll look at Liferay source code if I have time.
Andrew Litte, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Posts: 5 Join Date: 7/31/19 Recent Posts
Do you know off hand what config file needs to be manually edited to set the signing algorithm to rs256 and the param to set in that file?  I think this is the issue i'm having.
thumbnail
Andrew Jardine, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
Hey Andrew,

I'm not sure if Fabian tried setting the values via the UI and it didn't work, but I found what he is referencing in the Control Panel > Configuration > System Settings. 

I searched for OpenId and then picked the OpenID Connect Provider option. In there, when you add a provider there is an option for the ID Token Signing Algorithms

​​​​​​​Is that what you are looking for?
Andrew Litte, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

New Member Posts: 5 Join Date: 7/31/19 Recent Posts
Yes, i see those setting area but for 7.1 ga1 the settngs for "id token signing algorithms" are not there. My thought was they would need to be passed in a config file.   Maybe this is in a newer release and i just need to upgrade my version?
thumbnail
Andrew Jardine, modified 4 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts
Ah -- could be, I'm referencing the configuration screen from a 7.1 GA4 installation. Is there an option for you to move to the latest 7.1 version? There would be many benefits in terms of bug fixes and such, well beyond just the additional configuration field. 
Upender Kashyap, modified 3 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Junior Member Posts: 30 Join Date: 8/12/20 Recent Posts
I am facing the same issue while trying to connect with AZURE AD using Liferay 7.2. I am new to Liferay.Any help will be much appreciated.Thanks
Axel LEFEVRE, modified 3 Years ago.

RE: Liferay 7.1 Openid Connect Login Issue

Junior Member Posts: 25 Join Date: 2/18/20 Recent Posts
For those still looking, I also faced issues trying to integrate OpenId Connect into Liferay 7.2I was lucky that Dominik Marks was able to help. He wrote an article on how to do so : https://liferay.dev/blogs/-/blogs/integrating-verimi-with-liferayHope it helps anyone !