Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: RE: Enabling OpenID Connect Authentication by .config file
I am using DXP 7.0. The document said the .config is com.liferay.portal.security.sso.openid.connect.configuration.OpenIdConnectConfiguration.config, but what should set? It is at instance level and export config is not supported.
Hi David,
Do you mean the https://learn.liferay.com/w/dxp/installation-and-upgrades/securing-liferay/configuring-sso/using-openid-connect document? What would you like to configure through the config file exactly? The instance level enablement only? Isn't that fine to enable that on the ui?
"It is at instance level and export config is not supported." Without knowing more details I can say that the config file can be deployed on file system level.
Regards,
Thanks for you help
Yes, that is the document that I referred to. The UI
setting is fine, but I prefer to put them in a file and version
control it. I would like to set all instances to enable OpenID
Connect by default.
Hi David,
In order to set all instances to enable OpenID Connect by default, you need a config file with
com.liferay.portal.security.sso.openid.connect.configuration.OpenIdConnectConfiguration.config
name and
enabled=B"true"
content.
Regards,
Thanks, it worked