Oracle eBusiness Suite User Authenticator

Name Oracle eBusiness Suite User Authenticator
Version 1.0.1
Product Versions 3.6.x, 3.7.x
Author(s) Mehmet Milci
Homepage http://www.milci.com/eappsjira
Price Free
License GNU
IssueTracking http://code.google.com/p/jebusinessauth/issues/list
Download JAR http://code.google.com/p/jebusinessauth/downloads/list
Download Source http://code.google.com/p/jebusinessauth/source

Description/Features

Oracle e-Business Suite User authenticator for Jira. With eBusiness Suite User Authenticator, you can authenticate jira user by using Oracle ERP's FND_USER table.

Important! if a application user does not exists on jira it can not be login to jira (because of this plug-in only user authenticator) and a jira user does not exists in your oracle applications the user cannnot login to jira.

Requirements

  Oracle JDBC Driver must be on library path

Installation

  1. Download ebusinesssuiteauth-1.0.1.jar
       1.a Or Download ebusinesssuiteauth-1.0.1-src.tar
       1.b run ant from within ebusinesssuiteauthauth directory. You will get the instruction to set the Jira's library and classes paths and build
       1.c get ebusinesssuiteauth-1.0.1.jar from build/dist/ebusinesssuiteauth-1.0.1.jar
  2. Copy ebusinesssuiteauth-1.0.1.jar  into Jira's WEB-INF/lib
  3. Configuration

Edit WEB-INF/classes/seraph-config.xml and replace the existing <authenticator> element with the following

<authenticator class="com.milci.seraph.auth.JiraeBusinessSuiteAuthenticator">
        <init-param>
            <param-name>ebusinesssuiteauth.dbstring</param-name>
            <param-value>YOUR_EBUSINESSSUITE_SERVER_HOST_OR_IP:PORT:SID</param-value>
        </init-param>
        <init-param>
            <param-name>ebusinesssuiteauth.gwuname</param-name>
            <param-value>APPLSYSPUB</param-value>
        </init-param>
        <init-param>
            <param-name>ebusinesssuiteauth.gwupass</param-name>
            <param-value>PUB</param-value>
        </init-param>
        <init-param>
            <param-name>ebusinesssuiteauth.fndname</param-name>
            <param-value>APPS</param-value>
        </init-param>
        <init-param>
            <param-name>ebusinesssuiteauth.dbserverId</param-name>
            <param-value></param-value>
        </init-param>
    </authenticator>

      Restart Jira server 

Parameters

Parameter Description Default
authenticator class com.milci.seraph.auth.JiraeBusinessSuiteAuthenticator  
ebusinesssuiteauth.dbstring ip-address:host:sid of the eBusiness Suite DB Server  
ebusinesssuiteauth.gwuname Gateway User Name APPLSYSPUB
ebusinesssuiteauth.gwupass Gateway User Password PUB
ebusinesssuiteauth.fndname Foundation Name APPS
ebusinesssuiteauth.dbserverId DB Server ID  

Troubleshooting

Testing eBusiness Suite Authentication
You can test the eBusiness Suite authentication independently by running the test application

  • java -classpath ebusinesssuiteauth-1.0.1.jar com.milci.ebusinesssuite.eBusinessSuiteAuthenticator <db_connection_string>

Version History

  • 1.0.1 Initial public release

Screenshots

Labels

oracle oracle Delete
erp erp Delete
ebusiness ebusiness Delete
suite suite Delete
authenticate authenticate Delete
plugin plugin Delete
fnd_user fnd_user Delete
authenticator authenticator Delete
e-business e-business Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.