SSO/OID with Workflow

Do we have to purchase Advanced Security option of 9i database if we want to use SSO with Workflow ?
Thank you
Aamir

Aamir,
I don't belive so, but you might want to check the licensing terms for using the Oracle Single-Sign-On server. For workflow to work, all you need it the mod_osso module which comes with Oracle SSO server.
Thanks,
Raja

Similar Messages

  • Setting up OID with workflow

    Hi,
    We have installed workflow and OID.
    How do we create users in OID and how do we link it to workflow.The users right now in the workflow tables are the database user.what has to be done to make the oid users the workflow user.
    kindly help.
    regards
    raj

    i am not sure but i think the following will help you:
    on sql seesion where wf is installed, note that the Set the following Global Preferences by accessing the Oracle Workflow
    Workflow Web Agent,LDAP HOST, LDAP PORT ....etc
    on sql:
    set serveroutput on
    declare
    res boolean := FALSE;
    begin
    wf_log_pkg.WF_DEBUG_FLAG := TRUE;
    res := wf_ldap.synch_all();
    if (res) then
    dbms_output.put_line('succeeded');
    else
    dbms_output.put_line('failed ');
    end if;
    end;
    11. As new Oracle Internet Directory users are created, run the following PL/SQL function to provision new Oracle Internet Directory users in Oracle Workflow:
    Set serveroutput on
    declare
    res boolean := FALSE;
    begin
    wf_log_pkg.WF_DEBUG_FLAG := TRUE;
    res := wf_ldap.synch_changes();
    if (res) then
    dbms_output.put_line('succeeded');
    else
    dbms_output.put_line('failed ');
    end if;
    end;
    Note
    It is recommended that you create a DBMS_JOB that will automatically run this script at regular intervals.
    To do this run the following script as a Workflow user (default owf_mgr) and make sure that the job_queue_processes initilization parameter (in the init.ora or SPFILE) is set to a value higher than 0.
    /* Sync OID and workflow every ten minutes */
    Declare
    V_job number;
    Begin
    Dbms_job.submit
    (job => v_job,
    what => ?declare res boolean; begin res := wf_ldap.synch_changes(); end;?,
    next_date => sysdate,
    interval => ?sysdate + (1/24/60 * 10)? );
    end;

  • Help configuring SSO/OID with WLS 11g

    Hello,
    We have recently upgraded to 11g from 10g. I have OID ans SSO installed but can't seem to things configured properly. I have been able to "register" OID as the secuity provider via the WLS Console for the tools.
    I have loaded the users via ldap add using an ldif from the old ldap server.
    What I can't seem to do is get the sso login.jsp to popup when I go to our webpages?
    I know it must be something in a configuration file but I can't seem to identify exactly what it is.
    I've looked at all sorts of docs but can't seem to find the right one.
    If anyone can point me to a doc that outlines how to config everything that would be great.
    Thanks.
    Steve.

    Hi,
    it works with this provider and we had this QA tested. I suggest you deploy the application to WLS and make it run with the embedded LDAP server similar to how it works with the integrated server. Once you have this working you configure the RDBMS provider to perform the authentication.
    Here's a blog entry that references all useful resources when configuring ADF Security
    http://one-size-doesnt-fit-all.blogspot.com/2009/01/configuring-jdev-11g-adf-security-app.html
    Frank

  • Jdeveloper SSO/OID 11.5.10.2 instance and CMAN (OCM)

    What works:
    I've done a sucessful install of win jdeveloper 9.0.3.8.13 and run the toolbox tutorial test on instance OPEN (11.5.10.2; no SSO; no firewall).
    Another instance, DEVL, is behind a firewall, using SSO/OID with a 1-time password via securecard kerberos authentication, and it behaves normally.
    We can connect to the DEVL database through CMAN (or Oracle Connection Manager) by adding the appropriate OCM information to the tnsnames alias.
    With the same jdeveloper that worked on OPEN, the connections > database > test is good to DEVL. (Again after adding the OCM parts to the URL:jdbc:oracle:thin:<connect string>)
    The DEVL.dbc file was copied from the app-server, modified to add the OCM information (I didn't delete the "\" characters.), then saved to the same location as the OPEN.dbc.
    This .dbc file was chosen in the tutorial's runtime connection section.
    I also configured my 11i Apps user account via the profile option "Applications SSO Login Types" to use a local login with a fixed password - in theory, skipping the SSO login requirement.
    (Related issue 1: the tutorial project settings runtime connection requires a username and password. In our SSO, there won't be a fixed password. Resolvable?)
    What doesn't work:
    Attempting to run the tutorial test_fwktutorial.jsp. It runs the enbedded OC4J and the new browser window opens with the right *jsp URL, but it's the Error Page. Clicking "here" for exception details:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SYSTEM-ERROR. Tokens: MESSAGE = Io exception: The Network Adapter could not establish the connection; at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:988) at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:353) at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144) at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80) at test_fwktutorial._jspService(test_fwktutorial.jsp:40)
    Anyone want to tackle a recommendation?

    Did you double click the jpx file and check the connection which is associated to it? Also make sure the correct DBC is associated at Runtime Connections level (Project->RuntimeConnections)

  • Oracle Discoverer 10G and mapping Active Directory to use SSO/OID

    Could anybody point me please to the right direction?
    1. I've setup Oracle 10gIAS but turned off SSO and my users running discoverer /portals with no SSO.
    2. My goal is to turn on SSO and synchronize it with Active directory on the windows box.
    Thanks you in advance

    Hi Randy;
    As you mention all notes refer to SSO&OID for Active Directory integration.AFAIK there is no way to do it, please log a Sr and confirm this wiht oracle support
    Regard
    Helios

  • How to choose different SSO/OID resource name - when start application?

    Background
    We are new to 10g(10.1.2.0.2)
    We have an environment where we have a front end 10g application (set of screens, menus, reports etc) that we like to be able to run against different backends. Eg one database for one set of data and another database with a different set of data.
    We have several users and we created one SSO/OID account/username for each person and one resource type for each username/password@database that they need to have access to. We decided to name the resource type with the same name as the database – for ease of memory.
    The first time that a person logs on, enters their SSO u/p SSO asks the users for their “default” u/p@db – since the formsweb.cfg’s ssoDynamicResourceCreate=true. This creates yet another resource in SSO/OID for the user. From then on the people never get the option to go into one of the other databases – ie to use one of their other SSO/OID resources.
    We do not want any passwords to be written into the formsweb.cfg file.
    Question
    How can we get our people to use SSO to open their front end but be able to chose a “non default” resource to open the application against a different backend/database?
    Ta

    Oracle Forms can use only a resource with a name equal to the config section you are using to start your application. This in contrast to reports where the SSOCONN parameter can be used to differentiate between resources.
    The solution is to use a different config section for each environment. You can for example make an html page on which you have a link to all environments, each of these pointing to a url with a different config.

  • How to perform SSO / OID in Jheadstart 1013

    Hi,
    Could any please help me, How to implement SSO / OID for an application that is been developed using Jheadstart10.1.3.
    Regards,
    Tulacenath

    I have deployed a jdev adfbc/jsf application to my oas 10g 10.1.3.1 and checked the OC4J config checkbox to turn on SSO for this application, but when I run the application it does not present the sso username and password screen. I feel that if I could overcome this problem I could work out the other issues. Have you encountered anything like this? Do I have do do something with the deployment descriptor or profile special in order to get the sso login screen when I run my app?

  • Configure OID with BPEL

    Hi
    Can anyone provide me the info on how to integrate OID with BPEL?
    My requirement is to pick email ids from OID and send emails from BPEL.
    Any tutorial or demo would he a great help
    Regards
    Deepak

    I am doing that as well but we are really short on time we have delivery date on 1st of August. And our man SOA guy has resigned so i had to take over without its knowledge.
    I have a document called Oracle® BPEL Process Manager, shall i read Service Configuration with
    Configuring the Identity Service
    ■ Configuring the Notification Services
    ■ Configuring the Workflow Service
    ■ Integrating Oracle BPEL Process Manager with the Oracle Application Server
    Service Registry
    would that enough?
    Pls suggest

  • BIP Advanced install (AS 10.1.3) for SSO/OID integration

    Hi all,
    We need to install BIP on 10.1.3.1 or later middle tier to take advantage of SSO/OID integration with parter applications(Oracle Forms in our case).
    We already have Oracle Forms and SSO middle tiers in place(not 10.1.3 but lower)... so my question is which 10.1.3 TOPOLOGY(middle tier) as described on Oracle SOA Suite 10g (10.1.3.1.0) installation guide, would give us the required 10.1.3 technology to do an advance install of BI Publisher as described in chapter 1 and 2 of [BIP 10.1.3.4 Installation Guide|http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12690.pdf] ?
    In another word... what technology portions of a 10gR3 are REQUIRED to allow us to install and associate BIP 10.1.3.4 on that middle tier and associate it with EXISTING OID/SSO and Forms middle tiers as parter applications?
    I just like to install "the smallest" 10.1.3 middle tier we need for this purpose. I am just not sure which 10.1.3 topology would give us all that BIP needs. I am hoping it's either "a standalone OC4J instance" or "an integrated Web Server and OC4J Middle Tier". These both are outlined on page 15 of OAS 10g R3(10.1.3.1.0) for [AS10gR3 10.1.3.1.0 Windows Installation Guide|http://download.oracle.com/docs/cd/B31017_01/win.1013/install/topo.htm#CHDFCAAB].
    Your thoughts/previous experinces are much appreciated.
    Yahya
    Edited by: yahfal on Dec 16, 2008 2:27 PM

    Hi Yahya,
    You can install the BI Publisher Stanadalone on the exisiting oracle application server 10.1.3.1.0 installation. To do so while running the installation of BI Publisher opt for advanced installation and on prompting enter the OAS installation directory. That will get your BI Pub up n running.
    Now for the other part of integrating the same with SSO do the following:
    1) Register BI publisher as a partner application in the Oracle SSO admin console which will generate a single sign-off url.
    2) Make the required modifications in the mod_osso.xml config file (refer to http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b40017/T421739T475591.htm#T434806).
    3) On the BI publisher admin page go to the securities tab and opt the SSO security and enter the single sign-off url generated in the previous step.
    4) Restart the Oracle ID mgt infrastructure and the BI pub server.
    Hope this information is of some help.
    Thanks,
    Vish

  • Why apply 10.1.0.5 patch to SSO/OID server? [Moved]

    The readme for patch 4960210 (OAS 10.1.2.2) indicates that the Database patch for 10.1.0.5 should be applied to the OAS SSO/OID server.
    In my configuration, the SSO/OID are on their own server, but the database is an existing Oracle Database on another server.
    Does anyone know if the 10.1.0.5 patch should be applied to the SSO/OID server ONLY if the database is on that server and was installed as part of the OAS install?
    If the database is on a separate server and is version 10.2, then does the SSO/OID patch for 10.1.0.5 need to be applied?
    overall, I am trying to patch my OAS install to 10.1.2.2, and the 10.1.0.5 database client patch is a prerequisite.
    TIA
    I copied this post to Portal Upgrades and Patchsets forum. Posted here by mistake.
    Message was edited by:
    Angrydot

    The Application Server ORACLE_HOME uses 10.1 Required Support Files (RSFs). In other words, there are database binaries and libraries in your Application Server Oracle Home. A good example is the shared library libclntsh.so. These binaries and libraries are patched when you install the 10.1.0.5.0 patch set.
    In your specific environment you will need to install the 10.1.0.5.0 patch set first before applying the AS 10.1.2.2.0 patch set. Metalink Note 359362.1 (Known Issues Applying Oracle Database 10.1.0.5 Patch Set to OracleAS 10g (10.1.2)) is probably mandatory reading before you start.
    One note on portal :
    When you apply AS 10.1.2.2.0 metata repository patch set on top of Portal 10.1.2.0.2, you will get Portal 10.1.2.2.0. If you need Oracle Portal 10.1.4, you will need to upgrade Oracle Portal 10.1.2.2.0 to Portal 10.1.4.0 first with the upgrade cdrom in your Application Server Media Pack. After the upgrade, you can run the metadata repository upgrade part of the AS 10.1.2.2.0 patch set again to install the 10.1.4.1 Portal patch.
    If your Oracle Portal is 10.1.4.0 already, the metadata repository will take you to 10.1.4.1.
    And I even managed to upgrade to 10.1.2.2.0 so it should not be too difficult :-)
    Good luck !

  • How to clone OAS 10g having SSO+OID??

    Hi,
    We are runnig OAS 10g having SSO+OID, which is integrated with EBS 12.0.6 with datebase 10.2.0.3.
    Please provide me the steps and metalink doc for cloning the OAS 10g having SSO+OID, and also clone EBS 12.0.6 env???
    Please provide the tecnical steps if anyone have?
    Envoirnment: Linux x86 (Redhat AS4), and multi node envoirnment.
    Thanks
    Edited by: 723962 on Jan 24, 2011 2:46 AM

    Is there any update plz?

  • Issue with Workflow in a SharePoint-hosted App Application

    Hi,
    I have created a Sharepoint-hosted app which has a list workflow in it. After I deploy it to the sharepoint server,  I can not find any workflow under the associated list.
    However, I did have target list associated with workflow in workflow project property.  
    (My app and worflow is developed in VS 2012)
    I have searched the forum and found some similar question. However, all of them don't have useful answers.....
    Can anyone give me some help~?

    Hi Baron123,
    I can reproduce your scenario, that create an app with list, and add a workflow associates with it, the workflow is not working, that seems doesn’t associates successfully.
    Before I can tell why this happens, I found a helpful blog about keeping the list definitions and workflow definitions separate, use Handle APP installed event receiver to wire up a workflow to lists in app web or host web.
    As it is not a good solution to deploy the list and workflow in the same app solution, because that if you redeploy the app the date will be lost, the list will be new created, so I would suggest you to reference the blog, check whether this can meet your
    requirement.
    SharePoint Apps and Workflow:
    http://jonfancey.azurewebsites.net/2013/03/22/SharePointAppsAndWorkflow.aspx
    Thanks,
    Qiao Wei
    TechNet Community Support

  • How to do binding of rule with workflow

    hi all
    i have a problem regarding the binding of rule ,which i have maintained ,with the workflow on which i am working.
    can any one please guide me how to do the binding of rule with workflow,the way am doing is like:
    i have vreated a container element in workflow compatible with container element used in rule where agents are kept.
    problem is arising when am trying to import that container in rule to my workflow ,at this step please suggest what should i bind in the binding of the workflow container.
    the exact parameters detail will really appreciated.
    am not new to the rule or workflow but somehow thing am doing is not working exactly the way i want it to be so.
    full marks will be rewarded
    best regards
    ashish

    Hi Ashish,
    Please refer the following link. It may be helpful.
    http://help.sap.com/saphelp_crm60/helpdata/en/c5/e4b0ae453d11d189430000e829fbbd/content.htm
    Regards,
    Johnny.

  • Document Management integration with Workflow

    Hi anybody,
    I have to setup a workflow using Oracle Databse Server 8.1.7, Oracle 9i Application Server 1.0.2.2.1 and Workflow 2.6 on Windows 2000 Advanced Server.
    Trying to run the sample workflow
    "Workflow Demonstrations/Document Management"
    (http://<host>:<port>/pls/<wf_dad>/wf_initiate.Process?ItemType=WFDM), I get the following problem:
    When I push the button "Send Document" to attach a document, the new browser window shows :
    "The page cannot be found". The url is like this: http://orc9:7778/jbc/aol/Oasjbc?template=dm_create.htm ...
    Does anyone know what is missing or wrong configured here?
    Which Document Management software can be used together with Workflow in order to be able to attach documents to items?
    Can Internet File System be used here?
    Thank you for your help in advance!
    Dorian

    Hi Dorian
    The existing document management feature in Workflow is reserved for future use. If you want to use iFS and Oracle Workflow together, there is a technical whitepaper available on OTN. Navigate OTN:Products:Oracle Internet File System->Technical Information.
    CHeers
    Mark
    Hi anybody,
    I have to setup a workflow using Oracle Databse Server 8.1.7, Oracle 9i Application Server 1.0.2.2.1 and Workflow 2.6 on Windows 2000 Advanced Server.
    Trying to run the sample workflow
    "Workflow Demonstrations/Document Management"
    (http://<host>:<port>/pls/<wf_dad>/wf_initiate.Process?ItemType=WFDM), I get the following problem:
    When I push the button "Send Document" to attach a document, the new browser window shows :
    "The page cannot be found". The url is like this: http://orc9:7778/jbc/aol/Oasjbc?template=dm_create.htm ...
    Does anyone know what is missing or wrong configured here?
    Which Document Management software can be used together with Workflow in order to be able to attach documents to items?
    Can Internet File System be used here?
    Thank you for your help in advance!
    Dorian

  • Fail to Delete synchronize oid with sun/iPlanet

    I intergrated OID with SUN iplanet with external authen. iPlanet is the master and oid read
    user information from iplanet. The password of user store in iPlanet only.
    After setting up SunOne/Iplanet Synchronize with OID, Adds and Changes work but Deletes Do Not Work.
    In IplanetImport.aud file , I found error like this :
    25 : Success : DELETE : * : Attempt to synchronize deletion. Entry is not found. Ignore.
    How to solve this problem ?
    Regards
    Sukunya

    If it is on 10.1.2.3 Apply the patch 10.1.2.3 ARU 10350043 completed for Generic Platform

Maybe you are looking for

  • NEW IPOD NANO NOT WORKING, PLEASE HELP

    Hi Guys, I have the large IPOD (4 YEARS OLD) and bought a 2nd Ipod Nano that's smaller for the gym. I plugged it into my MAC BOOK PRO and it keeps saying it needs to be updated which I press "OK" and then it asks for my password and when I type it in

  • My apple ID was disabled?

    My Apple ID was disabled. Does anyone know how I can enable it again?

  • Movies must be "checked" to show up on AppleTV

    I've been trying a lot of things trying to get my Apple TV to recognize the movies and TV Shows in my Library over Home Sharing. It sees the cover art when I hover over Movies, but it says that there are none when I select the Movies option. I just r

  • PHP Form causing error message

    Hi, I am trying to create a page whereby users can fill in their details so I can transfer them into a business card. It's basically just a slightly modified version of my Contact form, which works fine. Yet for some reason it's spitting out this err

  • Update equipment with serial number

    Hi all. Some how the BAPI_EQUI_CHANGE doesn't update the serial number of an existing equipment. DATA_SPECIFIC-SERIALNO is filled with the new number. DATA_SPECIFICX-SERIALNO = 'X'. and I'm activating t he BAPI_TRANSACTION_COMMIT after that. I get it