Linking to External Application

I would like to link to an external application like yahoo.com and be able to sign in to the session automatically once logged into Portal.
1. Is the username/password provided to the external application encrypted?
2. Is it possible to modify the encryption for purposes of decrypting in the external application?
3. Does portal create cookie?
4. Is the username/password passed in the url? (I can test this out)
5. Let's say I bookmark the link to yahoo.com. Once I log out of portal, how can i log out of yahoo as well? I don't want the users to be able to open a new window and open a session of yahoo when I'm already logged out of portal.

Hi Guillermo,
Well, it does take some jugglery to achieve it.....
1. Self - Service console :-
The information used by the Self - Service console is present in Oracle Internet Directory ( OID ). The Self - Service console is a part of Oracle Delegated Administrative Services. The Users are present as LDAP Entries in OID under the node cn=Users,dc=<your_realm>. You an look this up from Oracle Directory Manager ( ODM ).
OID ultimately stores all this information in the ODS Schema. However, accessing for information OID is the best & most convinient way of getting the information.
2. SSO External Applications
As I mentioned earlier, the ORASSO Schema stroes the user information in the table wwsso_appuserinfo$. If you need to update the password, you can directly update this table by using orasso.wwsso_utl.encrypt_ps_password(app_pwd)
Now, to synchronize these two would require some jugglery....
I am trying something now ( very crude, but I am hoping that it might lead me to some other ideas ) to see how best we can integrate these two.....
Has anyone done something similar before ? Can anyone suggest an an alternative ?
Regards,
Sandeep

Similar Messages

  • Open link with external application

    Hi,
    From a script page in Interaction Manager I'd like to open a linked .eml file with Outlook, but CCA opens a java windows where I can read the mail body, but not the attachment... Is there a way to force open the linked .eml file directly with Outlook (or to see the attachment in Java...)?
    Tnx
    Giuseppe

    Hi all,
    Oracle suggested me to add this lines in the web.xml web application file:
    <mime-mapping>
    <extension>eml</extension>
    <mime-type>message/rfc822</mime-type>
    </mime-mapping>
    It didn't worked for me... so I tried "application/outlook", "application/msoutlook", "application/vnd.ms-outlook", "application/octet-stream" and so on... but nothing changed.
    Then I tried changing this entry in Windows client registry:
    from
    [HKEY_CLASSES_ROOT\MIME\Database\Content Type\message/rfc822]
    "CLSID"="{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}"
    to
    [HKEY_CLASSES_ROOT\MIME\Database\Content Type\message/rfc822]
    "CLSID"=""
    and it's working !!!
    I don't know if there is a better way to achieve this... or if this change can prevents something other from working... but for now is my solution...

  • No External Applications visible in Portlet

    I have just upgrade from Oracle Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were set up have gone from the portlet.
    If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
    If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
    Any ideas why the External Applications portlet cannot see them any more ?
    Thanks
    Simon

    Hello Balakrishnan and Sharmila,
    First of all I want to say thank you for trying to help me.
    Sharmila, I did exactly what you suggest but it still doesn4t working, I can4t see
    the reports in my portlet repository ... I saw many question as mine in this forum
    but all of then aren't completely solved. (After I click "OK" in customization form display
    options tab, I remembered to do the "Refresh Portlet Repository").
    Balakrishnan, I did what you suggest too, the copy was fine, the roport was copy
    from one provider to another, but even doing this the report doesn't appear
    in the new provider on the portlet repository(I remembered to do the "Refresh Portlet Repository").
    Note that my reports are already working inside portal (using "Run as Portlet")
    in the "Develop" tab of my component ...
    and just the reports I couldn't see, the forms that I did are there in the portlet repository !
    Even the reports that came with the portal providers, like the ones in PEOPLE_APP provider
    from PORTAL_DEMO owner doesn't appear in my portlet repository.
    So .... if you have more suggests I4ll appreciate a lot !
    Best regards,
    Renato

  • APEX link to external source

    Hi,
    I was wondering if APEX had the functionality to link to external applications such as Digital Paper?
    Right now, im my APEX application & Digital Paper Application, every viaduct is indexed by a Reference Number. Can I link my APEX record to pictures (in Digital Paper) by reference number?
    Please Help!!!

    Ok, so here's the deal...
    I'm running an application that displays information on every viaduct in the city of chicago. Each viaduct has a reference number (unique).
    I'm also running a separate application (externally) in a program called Digital paper. This program stores pictures of the viaducts, all indexed by the same unique reference number.
    I also have an seperate application (external) that shows the location of the viaduct on a map. The application is called ArcGIS. These locations are also referenced by the same unique reference number.
    I want to link these three applications together so that they work together so that I won't have to create duplicate entries. I also want to be able to go into APEX, see the viaduct information and be able to link to its mapped location or photo.
    Am I shooting for the stars or what??? Is this at all possible?

  • How to fix forgetting previously opened tabs when starting Firefox by clicking on a link in an external application?

    Hello, I have the option Startup: "Show my windows and tabs from last time" enabled. Works fine, except when Firefox starts when I click a link in an external application (typically Thunderbird). Then, the new link gets opened in a new tab, Firefox remembers the number of tabs I had opened when I last closed it, but all the "old" tabs are blank. Can I somehow fix this behavior?
    Disabling add-ons does not help. Clicking on a link in an external application when Firefox is already opened works OK. I have been using Firefox for quite a short time now (probably half a year) and this problem was always there (i.e. it is not due to a new update).
    Thank you.

    If Firefox is closed and an external link opens Firefox, you need to go to History > Recently Closed Tabs and open those tabs before closing Firefox. If you don't the "previous session" will be gone and only the one page that the external program opened will be the new "previous session".
    If that isn't satisfactory, you'll need to install a "session manager" type extension to remember more than "the last session" only.
    [https://addons.mozilla.org/en-US/firefox/search/?q=session+manager&appver=any&platform=WINNT AMO search for "session manager"]

  • How to deep link to  several pages of an external application ?

    HI,
    I created an external application named MyApp with UserName and Password fields using the External Application component.
    and an additional field as Parameter1 with value SearchPage
    I am able create a url referencing the applicatoin such as
    /adfextapplogin?extappid=MyApp
    I can connect to the application directly, once I provide the username and password.
    I need to create deep linking to few more pages in the same application.
    I modified the external application definition, by removing the Parameter field.
    Created a URL such as
    /adfextapplogin?extappid=MyApp&Parameter1=SearchPage
    I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
    instead it went to the landing page only.
    Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
    I appreciate your help.
    Thanks
    Sam

    Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
    Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
    to using external appliation connections for additional access

  • Deep linking external applications

    Hey,
    I have a simple external application registered within portal.
    I want to have a link from a portlet which deep links into the
    application after authenticating. Are there any classes in the
    JPDK to allow me to do this ?
    Thanks,
    Mark

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • How to automatically invoke external applications link.

    Hi,
    I was wondering if anyone has any ideas on how to cause an
    external application link to be selected upon portal page load.
    We have a number of basic auth applications and we do not want
    the user to have to click on the external applications portlet
    to be authorized.
    In short, can we cause a link to be selected on portal page
    load?
    Any ideas would be helpful...
    Thanks
    Tom Hillson

    Hi jeromemonange,
    Here is some information about creating hyperlinks in a PDF, both to external sources, such as a website, or to another page within the PDF: http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7cb7.w .html
    Please let us know how it goes.
    Best,
    Sar

  • Unresolved external when linking of wxWidget applications

    Hi everyone,
    I have a problem linking a wxWidget application with the sunstudio tools. Everything regarding wxWidget will throw linking errors although all libraries have been added to the linker options in the linking stage. If I switch to the GNU CPP environment everything compiles fine.
    Help is greatly appreciated!
    Thanks in advance!!!
    Cheers,
    Here is my linking output from sunstudio
    hal9000 --> Job output
    mkdir -p dist/Debug/Sun12-Linux-x86
    CC -o dist/Debug/Sun12-Linux-x86/wxwidgets build/Debug/Sun12-Linux-x86/myApp.o -lpthread -ldl -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
    (/home/zak/SunStudioProjects/wxWidgets)build/Debug/Sun12-Linux-x86/myApp.o:
    :(/home/zak/SunStudioProjects/wxWidgets)build/Debug/Sun12-Linux-x86/myApp.o
    build/Debug/Sun12-Linux-x86/myApp.o: In function `MyFrame':/home/zak/SunStudioProjects/wxWidgets//myApp.cc:32: undefined reference to `wxFrame::~wxFrame #Nvariant 1()'
    build/Debug/Sun12-Linux-x86/myApp.o: In function `wxCreateApp':/home/zak/SunStudioProjects/wxWidgets//myApp.cc:75: undefined reference to `bool wxAppConsole::CheckBuildOptions(const char*,const char*)'
    build/Debug/Sun12-Linux-x86/myApp.o: In function `main':/home/zak/SunStudioProjects/wxWidgets//myApp.cc:75: undefined reference to `int wxEntry(int&,char**)'
    ...

    gmake has syntax extensions that dmake doesn't understand., You can try the makefile and see what happens. (Not all gmake makefiles use the extensions.)
    But you can use gmake with Sun Studio. You need only adjust the macros to use Sun Studio compilers and options. If you are more comfortable with gmake than with dmake, there is no need to switch.

  • Apex application registered as an external application to Portal 10.2

    I am having trouble doing this. I have followed this document
    http://www.oracle.com/technology/products/database/application_express/howtos/htmldb_as_external_app.html
    And when I click on the link I end up with a blank page.
    Any advise?

    Has anyone used an Apex application as an external application to Oracle Portal? If so what directions did you follow to make it work?

  • Error in registering a provider for External Application for Web Clipping

    Getting Error: The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    when trying to register a provider for an external application for Web Clipping

    Hi Vineet,
    The admins applied a patch to my version of the OracleAS 10g Version 9.0.4. and now I able to register a provider with the same URL but different Provider Name. I added My Yahoo Web Clipping from the Portlet Staging Area. That works fine but when I click on the check mail link in the Web Clipping Studio it gives me the following error. I have tried several times and I get the same error....
    An exception has occured : WCS-514 -- Get status code 403 to URL http://us.rd.yahoo.com/my/prop/mail/*http://mail.yahoo.com/ by method get
    Please click "Cancel" or "Back" in the above panel (if present) to retry. Otherwise, please try to click "Back" (from the browser) to go back to the Oracle Portal page to restart.

  • Single Sign-On and External Applications Portlet

    I would like to know how complicated would be to call an External Application with SSO (like Hotmail), outside the External Applications Portlet.
    We have defined around 10 external applications with SSO,they worked fine.
    but due to look&feel issues, we would like to put them in a content area , like items that when the user clicks, takes them to the external application and performs the single sign-on.
    Any advice will be appreciated.
    tks!!

    Maria, I was experimenting with this last night, to answer your question, and I think a cool way of doing this would be the following:
    Create a custom attribute called "App ID" - make this a NUMBER type. This is where the external application id will be stored.
    Create a custom item type: "External Application"
    You have two options for the base type: either "URL" or "<None>". If you pick URL, then you can have the item contain the URL for fapp_process_login, but this is not advisable because it will require the administrator to type in this long URL every time a new application is added.
    If you select base type URL, you should use that URL to let the administrator provide a URL to the application's homepage, or a help page or something of that sort.
    Edit the newly created item to set the Attribute and Procedure properties.
    Add the "App ID" attribute - no default.
    On the Procedure tab, add the following procedures (called as HTTP), each with the App ID passed as "p_app_id":
    Login http://server.domain.com/pls/portal30_sso/portal30_sso.wwsso_app_admin.fapp_process_login
    Edit http://server.domain.com/pls/portal30_sso/portal30_sso.wwsso_app_admin.edit_fappuser
    That's it!
    Add the new custom item type to a folder, and all the administrator needs to do is set the title, and App ID for the new item.
    Excercise for the Reader
    You will notice that clicking on the Edit link will take you to the login server when you are done editing the credentials. To avoid this, pass another parameter to the edit procedure - p_done_url, and set a value for that to point to the page that you want to go to after editing credentials.

  • Single Sign-on and external applications

    Hi,
    Someone might be able to point me in the right direction about this.
    I have registered each of my applications as external applications within Oracle Portal in order to avail of single sign-on.
    This is fine to a point, but registering applications in this way still requires the user to enter a username and password once in order to login to the application the first time they use it, even though they have already logged into the Portal. As long as the user doesn't log out of the application they can close their browser and when they come back to the application they are still logged in.
    None of the applications I use are oracle partner applications.
    My problem is that I want to avoid the user having to log in to the application the first time they use it.
    Ideally they should login to Portal once and then any subsequent applications they access, they are automatically logged into them without having to enter a username and password.
    Is there a way to do this or will I have to write a custom login for each application to circumnavigate this first time using the application login issue ?
    Are there any docs that someone could point me at.
    Many thanks,

    Maria, I was experimenting with this last night, to answer your question, and I think a cool way of doing this would be the following:
    Create a custom attribute called "App ID" - make this a NUMBER type. This is where the external application id will be stored.
    Create a custom item type: "External Application"
    You have two options for the base type: either "URL" or "<None>". If you pick URL, then you can have the item contain the URL for fapp_process_login, but this is not advisable because it will require the administrator to type in this long URL every time a new application is added.
    If you select base type URL, you should use that URL to let the administrator provide a URL to the application's homepage, or a help page or something of that sort.
    Edit the newly created item to set the Attribute and Procedure properties.
    Add the "App ID" attribute - no default.
    On the Procedure tab, add the following procedures (called as HTTP), each with the App ID passed as "p_app_id":
    Login http://server.domain.com/pls/portal30_sso/portal30_sso.wwsso_app_admin.fapp_process_login
    Edit http://server.domain.com/pls/portal30_sso/portal30_sso.wwsso_app_admin.edit_fappuser
    That's it!
    Add the new custom item type to a folder, and all the administrator needs to do is set the title, and App ID for the new item.
    Excercise for the Reader
    You will notice that clicking on the Edit link will take you to the login server when you are done editing the credentials. To avoid this, pass another parameter to the edit procedure - p_done_url, and set a value for that to point to the page that you want to go to after editing credentials.

  • SSO for External application not part of the portal framework

    Greetings,
    I am desperate!!!
    I am trying to do the following:
    I have a pl/sql application that presents to the user a set of external applications links.When the user activates a link, I would like to make a call the SSO server so it can do external application login.
    I know I can configure the external applications as described in the SSO admin guide.
    Unfortunately the API to query the SSO server for external application mapping is not public.
    ANY IDEAS ON WHERE I CAN GET THIS INFO??
    Every thing I have read says that external applications can be accessed through Portal. This is not my case. I can use any packages or classes available by the SSO server to portal, but MY APPLICATION IS NOT A PORTAL.

    I have similar kind of requirements for Single sign-on to external web applications.
    But in my applications I have to auto-generate random userid & password for different external web applications.
    These uids & password are exported to external applications, which upon recieving creates user in their applications.
    So, actual user will never have access to these credentials(uid &pwd).
    So, how can I cutomize the Portlets to do the first time SSO when user is created & their credentials to external apps are stored to OID.
    Any idea Barry..
    Bye

  • SSO for external applications

    Hi,
    We are using SSO to integrate with external applications. There is a need to open the third party application from eBusiness Center when we click on a button. Can anyone guide me how SSO invokes the external application when you click on any link for the same. I need to invoke the URL same way from the button click as well.
    Thanks,
    Viral

    Hi,
    Can anybody help regarding the same?
    Thanks,
    Viral

Maybe you are looking for

  • Please help! Error -48 can't sync, tried everything!!

    Hi as above really, I have had my ipod 20gb clickwheel nearly 4 years and no problems, all of a sudden itunes has come up with this error message. I cannot take off or put songs onto the ipod, or move them around in playlists etc, but when not connec

  • Mac Pro wakes up on its own!

    I have had my Mac Pro for over two years, but only since maybe two weeks ago have I had this issue. I always put the computer to sleep when I'm not using it, but lately it will wake up "on its own" with the least provocation. The most frequent cataly

  • Use as a media streamer?

    I have a 'spare' 1.66ghz core duo mini. I am trying to determine if I could use it as a media streamer to my TV. ie I want to use the rascal for external services like netflix and amazon... Some questions: 1) My cable connection is a nominal 4mbs/sec

  • Why did my MBP just "awake from sleep" with a greyed-out beach picture????

    My MacBook Pro just awoke from sleep with a greyed-out image of a beach scene while a status bar at the bottom of page appeared to show some form of check-up or update. Any idea what this was? -Pinkus MacBook Pro 15" CoreDuo 2.0 & G5 Dual 2.0   Mac O

  • Signature image for outlook

    I am trying to create a signature image for outlook but the image is loosing sharpness when the mail is delivered. What is the ideal work flow to create a signature image?