Foren

OpenSSO with Liferay - Added a new user

Sittiwet Mahapratoom, geändert vor 14 Jahren.

OpenSSO with Liferay - Added a new user

New Member Beitrag: 1 Beitrittsdatum: 10.07.09 Neueste Beiträge
I'm using Liferay 5.2.2 and I've integrated liferay with OpenSSO. Everytime I'm logged in to portal from OpenSSO if the user does not exist it will be created automatically. It's working fine if the email of users in OpenSSO are not duplicate.

In case if I want to log in to portal with the same email address BUT different userid from OpenSSO. How can I do that?

I tried to change the authentication type in portal to authenticate by using userid but it still dosn't work.

The following below is my configuration

# Configure for OpenSSO
open.sso.auth.enabled=true
open.sso.login.url=http://openssohost.example.com:8080/opensso/UI/Login?goto=http://portalhost.example.com:8080/c/portal/login
open.sso.logout.url=http://openssohost.example.com:8080/opensso/UI/Logout?goto=http://portalhost.example.com:8080/web/guest/home
open.sso.service.url=http://openssohost.example.com:8080/opensso
open.sso.screen.name.attr=uid
open.sso.email.address.attr=mail
open.sso.first.name.attr=cn
open.sso.last.name.attr=sn

company.security.auth.type=userId

Any helps would be appreciate.
thumbnail
Lisa Simpson, geändert vor 14 Jahren.

RE: OpenSSO with Liferay - Added a new user

Liferay Legend Beiträge: 2034 Beitrittsdatum: 05.03.09 Neueste Beiträge
Well.... the short answer is that you can't. Liferay users have to have unique email addresses. Go make yourself a hotmail account or something that use that if you need to multiple accounts.