SSO server version v3.0 is not supported: BPEL OSSO Integration

As part of the BPEL worklist integration with Oracle Single Sign-on, we’ll generate the osso.conf in infra tier as shown below.

./ssoreg.sh -oracle_home_path $ORACLE_HOME -config_mod_osso TRUE -site_name LBR_Hostname:7777 -remote_midtier config_file $ORACLE_HOME/Apache/Apache/conf/osso/worklist/osso.conf  -mod_osso_url http://LBR_Hostname:7777

Then the osso.conf file will be used in mid-tier (BPEL worklist) for performing few configurations. This will be followed by a restart of HTTP Server and OC4J processes.

We encountered the below error while restarting the HTTP Server of BPEL server.

$ORACLE_HOME/Apache/Apache/bin/apachectl start: execing httpd
Syntax error on line 7 of $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf:
SSO server version v3.0 is not supported

The root cause of the issue is the infra tier version. If the Infra tier is upgraded to 10.1.4.3, then the ssoreg.sh should be run with an additional parameter -sso_partner_version v1.4 as shown below.

./ssoreg.sh -oracle_home_path $ORACLE_HOME -config_mod_osso TRUE -site_name LBR_Host:7777 -remote_midtier config_file $ORACLE_HOME/Apache/Apache/conf/osso/worklist/osso.conf  -mod_osso_url http://LBR_Host:7777
-sso_partner_version v1.4

However, this is not applicable if you are using Infra Tier version with 10.1.4.0.1.

Helpful articles:

Metalink article : 809743.1

About the Author Mahendra

I am engulfed in Oracle Identity & Access Management domain. I have expertise on providing the optimized solutions for user provisioning, web access management, Single Sign-On and federation capabilities etc., I am also well versed with complex integrations within Identity Management and other product domains. I have expertise on building demos and implementation experience on products Oracle Access Manager, Oracle Adaptive Access Manager, Oracle Entitlement Server, Oracle Virtual Directory, Oracle Internet Directory etc., Look @ my blog: http://talkidentity.blogspot.com

Leave a Comment:

Not found