We've got an ASP.NET Application that the client would like to protect Via Oracle SSO and also allow anonymous access to the application.None of the standard Oracle SSO plugins have an anonymous access option, so we wrote a custom java SSO plugin to check for Portal/SSO session cookies and do the ba ...
Here is our problem.We need to check a user exists in 3rd party LDAP server( not OID) if he does exist then we need to check he existsin our NT Domain. If not we need to check if he exists inlocal Database.How I can accomplish all this and use Oracle SSO?Synchronizing OID with all domain and 3rd par ...
This might be a tough one, but I'm sure one of you out there knows the answer or can lead me in the right direction.I have the Oracle SSO activated on my HTMLDB app - (Based on authentication scheme from gallery:Oracle Application Server Single Sign-On (HTML DB as Partner Application)When I login my ...
Below is the scenario how we deployed our applicaiton. Ours is Struts Application and we have deployed our applicaiton (Inneed) in cluster environment where itech-demo02.idc.oracle.com and itech-demo12.idc.oracle.com are the servers in which Inneed will be deployed and running. And we have itech-dem ...
I want to test out my authorization/authentication schemes. Is there a dummy oracle sso (e.g. john.doe@oracle.com, pwd: johndoe) that can help me do this? Any other ways of doing this? ...
I try to secure my J2EE application through Oracle SSO.I created an alias with DNS team, and registered my application as partner application with SSO team, then ran the proc loadsdk.sql & regapp.sql in my schema.If I do the above step in OAS 10.1.2 (Release 2), SSO is working fine, however when ...
Is it possible to use the Oracle JAAS Provider on Tomcat to be used for authentication to an Oracle SSO server? If so, where might there be some documentation on how to do it? If not, what are some alternative approaches I might take? I'm actually writing a Java Acegi-based web app that needs to be ...
We already have applications deployed on Oracle Application Server (OAS) and secured by Oracle SSO (OSSO) server. The OSSO uses Oracle Internet Directory (OID) to get user identity information.I have an ADF 11g application that I deployed on WebLogic Server(WLS). I would like to secure the applicati ...
I have installed and configured oracle Forms 11g with SSO. At the time of installation my Host name was "HO-AS.com". Now when i Access FORMS using following URL in local environment, it works finehttp://ho-as.com:8090/forms/frmservletBut I want to access my application from out side using external d ...
HelloI have succeeded to configure HTML_DB engine as Partner App for Oracle SSO.HTML_DB 1.5.0.00.33 Oracle IAS Release 1 ehk 1.0.2.2.2I'm entering into HTMLDB application from outside directly to concrete page with concrete parameters. The calling outside app is authenticated with SSO.Example URL: h ...
Application Server: Tomcat 5SSO server : Oracle Single Sign On (SSO)Application : J2EE Web application Scenario:I have created a web application and deployed in Tomcat application server. Now I want to provide Single Sign On feature to that web application. For that I have Installed Oracle single si ...
I have a situation. One of my development teams is using the Oracle workflow web components, and the workflow web components are PL/SQL packages that can be accessed using the PL/SQL Gateway. This gateway is supplied as part of the Oracle HTTP server powered by Apache, forcing us to use Oracle http ...
Not sure if this is the best place to post this thread but here goes. We have sso configured for accessing of intranet site on oracle portal 11g. The SSO is set up with IIS server, webgate, OAM etc. However we are experiencing problems that SSO fails to grab the usertoken generated through OAM/webga ...
On the BPEL Process Magare download page at http://www.oracle.com/technology/software/products/ias/bpel/index.html, the link to the BPEL designer plug-in for Eclipse - http://download.oracle.com/otn/nt/bpel/bpelz_0.9.13_win32.exe gives a 404 error.Anyone know the correct location?Neil ...
As many have noticed, I have 2 SSO ids: 'Hans Forbrich' that I have had for many years; and Hans Forbrich (alt ID) that was created by the OU group for SSO access to OU sites.I'm wondering how to merge these two IDs while retaining the Oracle University Single Sign On capability. ...
In some cases, Oracle has suggested to use the SSO solution in Oracle Application Server and in some cases, Access Manager.What is the specific case when we need to use the inbuilt SSO in Oracle Application Server and in what case Access Manager? ...
I'm trying to connect to an Oracle box from a machine running IIS on W2k using the code below:set oConnO = server.CreateObject("ADODB.Connection") oConnO.Open ("PROVIDER=OraOLEDB.Oracle.1;Data Source=*datasource*;User ID=*uid*;Password=*pw*;")The server is valid, as are the usern ...
I'm hoping someone may be able to help me. I am on the point of insanity working on this, as well as our Network Engineer and the Web Developer.Our webhost is still running NT 4.0 on a prehistoric machine, connecting to Oracle 8i. They have given us the option to upgrade to 2000 on a much better mac ...
My client is evaluating Oracle Workflow and would like to know if we could use IIS for the web side of the Workflow applications.if not can Oralce 9ias be installed on the same server where IIS is currently installed.Any help is much appreciated.Many ...
I have a bare bones NT Server running IIS 4, with PHP 4.0.2 installed as the default binary. I am trying to make a connection to an Oracle 8.0.5 Server which is on the network and I am at a loss. I have tried $odbcconn = odbc_connect("SID", "ID", "PASS");and I have also ...
i have Linux RedHat 7.2 kernel 2.4RealServer 8Oracle 8.1.7There was a problem loading plug-in and RS tell me: "invalid library".I traced processes execution and i found two library problems but you can do "ldd plug_in_library_name"First is a library version problem and i resolved it simply doing a s ...
I am new to Oracle and am wanting to know if I can use MS ODBC/IIS to connect to Oracle 9i.It appears that MS only has a connector for MS SQL.I am also wondering if Frontpage will function with Oracle as MS SQL is supposed to if they can be connected. ...
I have searched this forum all other php forums, google and other net resources for sum help on this.. I have PHP 4.3.8 running on IIS with Oracle 9i running on the same machine. All i am trying to do is connect to an oracle database through PHP but i am having no luck at all.. This is beginning to ...
When I use any oracle 8 function I get this message in my browser:Fatal error: Call to undefined function: ora_logon() in c:\inetpub\wwwroot\oci.php on line 5What should I do to make php define oracle and oci function?plzzzzzzzzzz help :(.I have Windows 2000 prof,IIS 5.0 and php4. ...
I have a Linux 3.0 box where I have one application using SSO(my.oracle.com) authentication properly.I exported that application & imported it to another Linux 3.0 box. Nothing else is changes. The application was imported without any errors.Now I am not able to Login using SSO. It just hangs. K ...
We are trying the authentication for an applications and we are having problems.Using the wizard we created an authentication schema (Based on a pre-configured scheme from the gallery) using the SSO Cookie (my.oracle.com -- Oracle Use Only) gallery option, the application is a non parter application ...
I am building an application for our intranet I need to connect to our oracle database. The Web Server is windows and IIS. PHP is installed and working correctly, also the OCI8 extension is enabled and working correctly. The Database Server is running off a Linux box and is ORacle 9i. I tried a quic ...
We are trying to setup SSO based authentication by following the note on http://www.oracle.com/technology/products/database/htmldb/howtos/sso_partner_app.html. We have to use the alternate method since we have multiple applications. We are now getting the following error once we enter the username a ...
I am developing J2EE web application and will secure it using JAAS and SSO on Oracle IAS 10g. I would like to customize SSO so login JSP page labels and error messages are displayed in local language. In order to avoid hard coding of labels and error message handling in login.jsp I would like to use ...
I note that Step 5 of your SSO "how to" assumes that you still have the HTMLDB distribution directory containing the scripts core/custom_auth_sso.sql & .plb. But your HTMLDB install "how to" suggests blowing all that away once you get HTMLDB up and running, which we did. It says "you no longer h ...
I am trying to set up SSO authentication for an app. Do you have a step by step guide? I was able to successfully setup an external application using your HowTo, but I would like to access the app without going into Portal. I think that means I would set it up as a Partner Application. When I set it ...
Does v('APP_USER') get me the SSO User name, when I register HTMLDB Application as a Partner Application with Oracle Portal(IAS). ...
We have Oracle® Application Server 10g Release 2 (10.1.2), HTMLDB 1.6.0.00.87and the Based on authentication scheme from gallery:Oracle Application Server Single Sign-On (HTML DB as Partner Application).The best way I believe I can explain this issue is by explaining the user actions:1.User Authent ...
I am trying to have SSO login for my applications. I am following the steps in the following link http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.htmlI loaded the SSO SDK objects in FLOWS_020000 schema. Now I have reached Step 4c and I am trying to run t ...
I have registered my HTMLDB application as a SSO partner app in accordance with the instuctions in the How-to document titled 'Configure an HTML DB Application as a Partner Application in Oracle AS Single Sign-On'I'm using HTMLDB 1.6 and the App Server is version 9.0.4.I have a user named 'user1' de ...
Our configuration is HTML DB v1.6.0.00.87 running on our host name hostx with port 7779 and the OAS HTTP server running on hostx on port 7778.I had our administrator follow the instructions in http://www.oracle.com/technology/products/database/htmldb/howtos/sso_partner_app.html for registering HTML ...
I'm trying to configure my Oracle HTML DB application to behave as a partner application with my portal. I referred to the How-to Document and apparantly I cant complete step 2 successfully, which appears to be very straight forward. In my application I went to security->Authentication->Create ...
I have a workspace on APEX.ORACLE.COM & when i enable SSO authentication for an App, i get the below error. The same thing was happening with the evaluation instance of 2.2. And this works perfectly fine in 2.0 on APEX.ORACLECORP.COM and i did not do much than to pick the SSO authentication from ...
I have followed the instructions in Note: 353023.1 as well as in this document to setup SSO for ApEx.http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.htmlApEx properly sends me to SSO when accessing the application, however SSO doesnt send me back properl ...
07/02/07 20:08:15 SSO: DB Error. Please make sure the database is available andrestart SSO Server07/02/07 20:08:15 oracle.security.sso.server.util.DBException: Could not createDB connection pool of: jdbc:oracle:thin:@ldap://applicationserver.blr.scandentgroup.com:3060/metadata,cn=oraclecontext07/02/ ...
We have an application on forums.oracle.com which is implementing the Authentication scheme as SSO, that is working well, now we want to implement Session Time out if the user is idle for some time and ask him to login again after the session fails, I have tried to implement this feature as given by ...
Hi, I've just implemented single sign-on authentication for my APEX 2.2 applications with help of these two howtos:http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html#INSTALLhttp://becomeappsdba.blogspot.com/2007/01/apex-apps-configure-sso-ii.htmlIt qui ...
I want to integrat SES(10.1.8) crawling against Content Database.However I am failed to find out the Oracle Content Database plug—in. So where I can see the plug-in so as to register it.somebody help me. ...
Running into a bit of a snag after upgrading to 3.0We had previously loaded the SSO SDK into the FLOWS_020000 schema, and now realize what a pain that is when you upgrade. So, we created the objects in a separate HTMLDB_SSO schema (per the how to: http://www.oracle.com/technology/products/database/a ...
Has anyone been able to get the Intermedia realserver plug in (liborclfs.so) working on with the Real Media Helix Server on a recent linux distribution. It seems to be built for Red Hat Linux 8 using gcc2.95.3 but I am unable to get such an old distribution. I am unable to get it to work on RHEL4. I ...
Hi, I was trying to configure APEX applications using SSO Authentication. I followed the instructions in http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html.But when I try to access my application, I keep getting the following error:******************** ...
We have a web application that runs in OC4J within Oracle AS10g 10.1.2, where user authentication is handled through mod_osso as a partner app to a single sign-on server. The problem we are faced with is users tend to stay active in this web application for more than the number of hours set on the S ...
How do you pull the person's APP_USER when your using SSO? We are getting ready to migrate stand alone apps over to an Oracle Portal envrioment using SSO but the APP_USER field is not being set in APEX. Usernames are showing up but they are not recorded in the usual session variables.Anyone know the ...
I have an apex application on apex.oracle.com. Im trying to set up SSO but having trouble getting started.When I go to SQL Workshop > SQL commands to type in the 'alter user FLOWS_xxxxxx account unlock' it gives me a ORA-01031: insufficient privileges ... The instructions here http://www.oracle.c ...
Could it be possible to have SSO with our Oracle portal?When we sign in to Oracle portal , then we should be able to sign in to SES with out authenticating to SES again?How this could be achieved. ...