Jan 25, 2010

how to install OpenSSO on solaris

Before starting, be ready for apache, JRE and tomcat 6 not tomcat 5.5

Summary: Get "OpenSSO Enterprise", decompress it, and obtain war file, then go

(1) mkdir /usr/local/src/opensso
(2) cd /usr/local/src/opensso
(3) unzip opensso_enterprise_80.zip
(4) mkdir /usr/apache/tomcat60/webapps/opensso
(5) cd /usr/apache/tomcat60/webapps/opensso
(6) jar xvf /usr/local/src/opensso/deployable-war/opensso.war
ref http://www.igapyon.jp/igapyon/diary/2008/ig081118.html
(7) verify if it works
(7-1) terminate Tomcat: [tomcat installed dir]/bin/shutdown.sh
(7-2) run Tomcat: [tomcat installed dir]/bin/startup.sh
(7-3) see if http://tomcat-server:8080/opensso/ works.

(8) configuration of OpenSSO
at http://tomcat-server:8080/opensso/ ...
[default configuration] > input password for [default user], [default policy agent]

---
Very special thanks to Japanese references ...

OpenSSO のアクセス保護設定 (その 3): ポリシーの設定

[OpenSSO Tech Tips]GoogleApps との SAML でのシングルサインオン - クイズもあります

OpenSSOのリリーススケジュールと予定されている機能(その1)

SharePoint や.Netアプリとの連携が簡単に!! OpenSSOとGenevaサーバとの相互連携に関するホワイトペーパー


---
I'm interested in the followings, and will try someday...

Sun Java Web Proxy Server 4.0
sun-web-proxy-server-4.0.12-solaris-i586.tar.gz

Proxy Agent
proxy_v40_SunOS_x86_agent_3.jar

No comments: