掲示板

siteminder version

thumbnail
11年前 に vaseem bari によって更新されました。

siteminder version

Junior Member 投稿: 86 参加年月日: 08/03/26 最新の投稿
Hi Liferay Team,

I want to know which version of siteminder version is used in liferay 6.X versions .
Any information or any helpful links .

Vaseem Bari
11年前 に Denny Prvu によって更新されました。

RE: siteminder version

New Member 投稿: 1 参加年月日: 12/11/19 最新の投稿
Version 6.x of CA SiteMinder or higher should have no problems integrating with Liferay. This being said, a lot has to be considered for how LifeRay is configured and the application server being used etc.

If you need any additional information, please feel free to let me know.
thumbnail
11年前 に Joseph Hobbs によって更新されました。

RE: siteminder version

New Member 投稿: 14 参加年月日: 12/07/10 最新の投稿
I don't believe the version of SiteMinder is actually critical here. Leveraging the SiteMinder integration simply tells Liferay to read a specific HTTP header containing the authenticated user's userid and log them in. There is no actual 'SiteMinder' specific functionality here, it's just reading the request. I've utilized this same integration for other situations (like RSA Access Manager), and even had Apache set the header in my lab (so I didn't need a full blown SSO system on my laptop).

With all that said, this simplicity is where the SSO system takes over. Theoretically, if the app is behind an SSO system like SiteMinder, you need to take precautions that some random user can't just hit the server with a valid header and bypass the whole thing. In many cases an agent runs in the application server to protect users from working around the front end agents.
thumbnail
11年前 に vaseem bari によって更新されました。

RE: siteminder version

Junior Member 投稿: 86 参加年月日: 08/03/26 最新の投稿
Thanks a lot for your replies, very good information from you people.
It would be great if any body can tell the version number, which will help me in documenting the project.

Thanks in Advance
Vaseem bari
thumbnail
11年前 に Mika Koivisto によって更新されました。

RE: siteminder version

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
Like said by others it's not tied to any particular SiteMinder version.
8年前 に Deepanshu Seth によって更新されました。

RE: siteminder version

Junior Member 投稿: 55 参加年月日: 15/10/12 最新の投稿
Hi Mika,

To integrate, Liferay CE 6.2 with Siteminder, do we need to download any Authentication tool, If yes which tool is it, and where can I get that?
thumbnail
8年前 に Jonas Choi によって更新されました。

RE: siteminder version

New Member 投稿: 19 参加年月日: 10/09/14 最新の投稿
Everything is handled on the SiteMinder end. The only Liferay setting is the headers that it reads.
8年前 に Deepanshu Seth によって更新されました。

RE: siteminder version

Junior Member 投稿: 55 参加年月日: 15/10/12 最新の投稿
Hi Jonas,

Thanks for the reply.

Is CAS and SiteMinder for same use? As both works on SSO.
What are the difference between the two?
thumbnail
8年前 に Jonas Choi によって更新されました。

RE: siteminder version

New Member 投稿: 19 参加年月日: 10/09/14 最新の投稿
Yes, both are SSOs, with big differences in how the operate. In fact, they can be used together. SiteMinder is generally configured to be policy based, so users with certain policy levels are only allowed access to certain resources, usually denoted via URLs, and can provide SSO services. CAS is generally configured as a more traditional SSO.

If you want to know more, I'd suggest you do some research (aka Google search) into the various technologies. Wiki about web access management, which SiteMinder is mentioned.
8年前 に Deepanshu Seth によって更新されました。

RE: siteminder version

Junior Member 投稿: 55 参加年月日: 15/10/12 最新の投稿
Hi Jonas,

I got a link https://wiki.jasig.org/display/CASUM/CAS+on+Windows+Quick+Setup+Guide for Integrating CAS with Liferay. I am stuck in the step number 10(b), 10(c), and 12, can you help me with this. As where to change those stuff.

Regards,
Deepanshu Seth
thumbnail
8年前 に Jonas Choi によって更新されました。

RE: siteminder version

New Member 投稿: 19 参加年月日: 10/09/14 最新の投稿
$TOMCAT_HOME\webapps\cas-server-webapp-$VERSION\WEB-INF\deployerConfigContext.xml

Looking at the path, you should have a cas-server-webapp application deployed on the Tomcat.
8年前 に Deepanshu Seth によって更新されました。

RE: siteminder version

Junior Member 投稿: 55 参加年月日: 15/10/12 最新の投稿
Hi Jonas,

Actually, I got the file but, unable to get the content in the file (pointing to point number 10(b), 10(c) and 12) in the link https://wiki.jasig.org/display/CASUM/CAS+on+Windows+Quick+Setup+Guide for example "authenticationHandlers" property.