ITPUB??ì3
12月微软Hyper-V虚拟化沙龙主题征集
ITPUB论坛 » Oracle Fusion中间件 » 如何在9iAS上为SSO设置SSL

标题: 如何在9iAS上为SSO设置SSL
离线 daemon
初级会员



精华贴数 0
个人空间 0
技术积分 126 (14067)
社区积分 0 (99972)
注册日期 2003-11-2
论坛徽章:0
      
      

发表于 2003-11-2 09:58 
如何在9iAS上为SSO设置SSL

r.t


只看该作者    顶部
离线 huhongming
一般会员



精华贴数 0
个人空间 0
技术积分 136 (13211)
社区积分 0 (52683)
注册日期 2002-2-19
论坛徽章:0
      
      

发表于 2003-11-2 10:25 
·  Mod_plsql
Configuring the plsql module for certificate-based authentication entails adding environment variables to the database access descriptor (DAD) for the Single Sign-On server. To add these variables, navigate to the DAD configuration file, using the following path:
IAS_HOME/Apache/modplsql/conf/dads.conf
When configured properly, the relevant section of the dads.conf file looks
something like this:
<IfModule mod_plsql.c>
<Location /pls/orasso>
SetHandler pls_handler
Order deny,allow
PlsqlDatabaseConnectString hostort:database_sid
PlsqlDatabasePassword orasso
PlsqlDatabaseUsername orasso
PlsqlDefaultPage orasso.home
PlsqlDocumentTablename orasso.wwdoc_document
PlsqlDocumentPath docs
PlsqlDocumentProcedure orasso.wwdoc_process.process_download
PlsqlEnableConnectionPooling On
PlsqlAuthenticationMode SingleSignOn
PlsqlPathAlias url
PlsqlPathAliasProcedure orasso.wwpth_api_alias.process_download
PlsqlSessionCookieName orasso
PlsqlCGIEnvironmentList SSL_CLIENT_S_DN_CN,SSL_CLIENT_S_DN_O,SSL_CLIENT_S_DN, SSL_CLIENT_CERT
</Location>
<IfDefine SSL>
<Location /pls>
SSLOptions +ExportCertData +StdEnvVars
</Location>
</IfDefine>

·  Single Sign-On Server
To enable the SSO server for SSL, all references to HTTP in SSO URLs must be changed to HTTPS. The script ssocfg.sh is provided for this purpose. To run ssocfg.sh:
1. Go to the directory that contains the script. The path is as follows:
IAS_HOME/sso/bin
2. Enter the command, using the following syntax:
ssocfg.sh protocol host port [sso_schema_name]
In this case, protocol is https. (To change back to HTTP, use http.) The parameter new_host is the host name of the HTTP listener for the Single Sign-On server. You can either assign a new host name or use an existing one. The parameter new_port is the port number of the listener, and sso_schema_name is the name of the SSO schema. The default schema name is orasso. This last parameter is optional. Here is an example:
ssocfg.sh https login.acme.com 443
Port 443 is the default port number for single sign-on over SSL.


只看该作者    顶部
 
    

相关内容


CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号 联系我们 法律顾问