How to share security context between different application ?

Hi all,
I have two applications(ADF faces + BC, JDev 10.1.3.1) deployed into OAS 10.1.3.1.
The two applications are :
1) SalesApp -> main menu page = SalesMenu.jspx
2) ReportApp -> main menu page = ReportMenu.jspx
I want implement security using CustomLogin.
The question is :
How can I share security context between the applications ?
What I mean is, from SalesMenu.jspx there is one menu item to jump into ReportMenu.jspx, and I want user no need to Login again, Login is once and the user is recognized in the two apps. How to achieve that ?
Thank you for your help,
xtanto

Xtanto,
actually you can't if these are separate J2EE application deployments. The session is not shared and thus the authentication is lost. I heard that OracleAs is planning to implement a feature that allows you to share the session and thus a context between two J2EE deployments. I am not 100 % sure this is the case and will check with OC4J Product Management
Frank

Similar Messages

  • How to pass the security context between different OC4J servers

    My problem is the following: it seems that there is no standard J2EE solution in a production environment with more than one J2EE application server products to pass the security context between different J2EE application servers.
    I have a distributed application on two different OC4J servers, let's say that we have the web layer (with servlets) deployed on a server instance Server1 and the EJBs deployed on a second OC4J server Server2. If an user is authenticated at the web tier (in Server1) it gets a Principal object. It seems that the same Principal object cannot be used for authorization in the second application server, Server2. This means that in the server Server2 the authentication should be done again. It means that it should be duplicated the mechanism for authentication on Server2 (together with the passwords, users, and so on), thing that is a clear disadvantage of this approach.
    Do you know if there is a specific OC4J solution for this approach?
    Thank you,
    Marinel

    I have a simmilar issue? Did you succeeded to find a solution?

  • How to share interactive reports between different users in apex.PLEASEHELP

    Hi all,
    How can we share the interactive reports in oracle apex within different users.Please help its really urgent..
    Thanks
    Manish

    Hello,
    I suggest you read the documentation and HOWTO's on Interactive Reports, since it is covered in there
    http://www.oracle.com/technology/obe/apex/apex31nf/apex31irr.htm
    basically configure the report how you want it (as a Developer) and then save it as the default for all users.
    If you mean something different, please elaborate
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • How to share the data between two or more frames

    How to share the data between two or more frames based on the database relationship in JDeveloper?

    You can pass data between frames by passing it as parameters.
    That is when you are invoking another frame, pass your data as arguments through the constructor to that frame .
    You can also achieve this through static or public methods, but static variables as we know is not suggested which might occupy more memory space.
    Regards,
    Srinivasan AShwath
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    How to share the data between two or more frames based on the database relationship in JDeveloper? <HR></BLOCKQUOTE>
    null

  • Swtiching between different application context

    Hi All,
    In my application we have use BSP framework as web application context say app1 . In this we have used flex code (swf file )as an application UI. Now we have another application context is app2 which provides the HTTP service on implementing the interface IF_HTTP_EXTENSION .  The requirement is the first incoming call from browse should always point to app1 using url http://host:port/appl1/index.html which would send the swf file as a response to the browser.
    This would load the swf on client i.e on browser . User does some action which should now call the application context app2 . If we go with this approach there are 2 session which gets created . What we want is to have application context swtiching from app1 to app2 is it possible ? Is this the right approach ??
    Best Regards,
    Mitul

    Xtanto,
    actually you can't if these are separate J2EE application deployments. The session is not shared and thus the authentication is lost. I heard that OracleAs is planning to implement a feature that allows you to share the session and thus a context between two J2EE deployments. I am not 100 % sure this is the case and will check with OC4J Product Management
    Frank

  • How do i move photos between differant users on the same mac

    I am trying to copy some photos from iphoto and move them to another user on the same mac. Can anyone help please?

    Hello Whigged-out,
    It sounds like you would like to share one library between two different users on your iMac.  I found an article with steps you can take to accomplish this:
    iTunes: How to share music between different accounts on a single computer
    http://support.apple.com/kb/ht1203
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Data exchange between different application domains

    is this possible?
    say i have example.com/swf_1.swf which dynamically loads a module example.com/swf_2.swf in a different application domain. is it possible to still exchange data between the two swf files? if so, how?
    thanks.

    Have a study of LocalConnection Class
    link is:
    http://livedocs.adobe.com/flex/3/html/help.html?content=security2_13.html

  • How to do web services between two applications

    I have tried to get a complete example about how to do a web service between two applications in ADF
    but I saw all the put examples that describe only how to do a web service and test it in the same application.
    Please, I want to see a whole example that shows a web service between two applications (in Oracle ADF).

    Hi Frank!
    thanks for your reply!!
    let me please tell you what I exactly did!!
    I built two applications in ADF let's say A and B, and I made a web service from the application A
    and I want the application B to use it .. the problem I encountered was that an error raised ..
    when I tested the web service in the same applicatin (A) everything was right ..
    so can I see a whole example that shows me the exact steps to do it ???
    thanks a lot !!

  • Uthorization schemes between different applications

    Hi
    I have a main application from which the user can go to different applications (through tabs).
    I have authorization scheme set for the main application.
    When I try to use these (main app) authorization schemes in the other sub applications, they doesn't work.
    Is there any way we can globalize the authorization scheme in the main application so that they can be used by different apps ???
    Or share the main applications authorization schemes with the sub applications.
    Thanks.

    machan wrote:
    Hi,
    I don't want to maintain the same authorization scheme at two different places.
    So, I was thinking if I can use the main apps auth scheme in the sub apps without actually coping them into the sub apps !!!That's pretty simple, Create authorization scheme in your master app and then in all sub apps create the authorization > As a Copy of an Existing Authorization Scheme > select your master app.
    Once you have copied > Edit the same and > select the master authorization scheme name for Reference Master Authorization Scheme From > make sure you check the refresh check box.
    Repeat the above process for all sub apps you want. (You can subscribe as many sub apps as you like)
    So now on wards you don't have to maintain the authorization scheme in sub apps, just have to make changes to the one in master app and just publish the changes, that will apply those changes to the all sub apps subscribed for that scheme.

  • How To Share USB Devices Between Two Mac's?

    I am musician and have several USB controllers that I would like to share between my Mac pro and my Macbook Pro. (drum pad, keyboard controller,USB midi interface etc.) I have seen several switches offered on the net, however they all seem to be for PC from what I have found really.
    Belkin 7-Port Desktop USB Hub (F4U017) was recommended but the language in the the description does not mirror the same types of functions I am seeing mentioned in units made specifically for the PC. (ie "share USB devices between 2 computers.") Did I taint my mind by looking at the PC items first? Is it really as easy as to plug two Macs into the same USB hub and share their devices? Does anyone have a working solution they are using for this type of situation? How do you do it?
    If I could share 7 USB devices between the two systems, I think I would be just this side close to Heaven in ease!
    thank you!
    Cheers,
    Marty

    Thank you for the lead Direwolf, it felt like there might be a little more to it than just connecting to a hub. I just converted from PC about 8 months ago. Loving my macs!! A KVM switch I had not thought of that. I will look into. I read the wiki page and it seems like a kvm would replace the screen sharing feature the two machines can now use easy enough, only without using the cpu overhead to do it??? (i think is what I understood)
    Does anyone have a model they are using and can recommend? (it's a jungle +out there+) I just did a quick search and found mostly kvm switches with 2-ports USB,. ... looking for seven, come on lucky seven! lol!
    I will keep looking. In the mean time if readers have additional ideas, I will be very grateful! Cheers!

  • What is the security context when deploying application using SCCM 2012?

    As far as i know when using Group Policy the software is always installed under SYSTEM security context. However i cannot find any information related to SCCM 2012 (and deploying applications) security context.
    Also is there a difference in doing "Install for User" or "Install for Device/System"?
    Thanks

    Thanks. Just to confirm that if you use Group Policy and you Publish the msi for user when the user install it from Add/Remove Programs it is still going to be executed in SYSTEM security context?
    And while we are on this topic - is the above (about the security context in SCCM 2012) written anywhere in some official MS web page?
    Not sure about the context for Intellimirror, but for ConfigMgr it's as Ronnie and Torsten stated. This may be documented somewhere, not sure. Not everything is documented though -- in fact, I'd say less than 25% (probably less than 10%) of everything
    to be known about ConfigMgr is officially documented. Note that this is the same for any product -- there simply are far too many permutations and possibilities to document them all. 
    Jason | http://blog.configmgrftw.com

  • How to get security context in BPEL to get Logged in UserId

    Hi All,
    We have a requirement of getting security context in BPEL flow and from that we want to extract currentUserId. The requirement is to know who has initiated the composite flow. We are not passing userId in the event payload. In ADF we get the same through following expression:
    ADFContext.getCurrent().getSecurityContext().getUserName()
    Is there any similar api which we can access to get currentUserId?
    Thanks,
    Naga

    Hi,
    If your BPEL has oracle/wss_username_token_service_policy you can retrieve the username from the SOAP headers...
    Have a look at this...
    http://yuanmengblog.blogspot.com.au/2012/09/extracting-and-passing-wss-name-token.html
    Cheers,
    Vlad

  • Sessions in jspx between different Application Server

    Hello All,
    I have two applications running in two different Application servers.
    I call the jspx in one applications server from jspx of another applications server using the href.
    My requirement is, when I logout the first application it shud automatically inviladate session in the second jspx also.
    Is there any way of acheive this..
    Also please pass on any links to work on sessions in jspx.
    Thanks
    Krrish

    Hi frank,
    Thank you for the reply..
    Can you please provide any links to SSO enabling the custom application.
    Thanks
    Krrish

  • How to share/exchange songs between two iPods?

    Hi,
    I would like to know of a way(s) to share/exchange songs between two iPods (synced to two separate computers).
    Thanks,
    Apu

    Apu,
    It's possible to share between two computers but not two iPods, change the settings for the pod to manual > Edit > Preferences > iPod.

  • How to distribute html component between different web applications?

    Hello. I have a project which consists of several modules. Each module is a separate web-application which can be deployed on a separate application server. All modules must have one menu. The problem is how to implement the menu.
    It would be good to maintain it as a separate project and to distribute it between modules as a jar archive. I have an idea to create a custom tag library which will generate and insert html code where it is necessary. But modules can look different, they can use jsf, richfaces or jsp for the page rendering and the menu must suit the page. So I think that the data and the rendering mechanism should be separated somehow.
    Thanks.

    Starting with Servlet Spec 2.3 (I think) the push has been towards complete web applications; even if it means duplicate files in each (disc space is exponentially cheaper than it was a decade ago).
    The easiest way to manage duplicate files is to keep a single copy for development and use build tools like ANT, Maven, etc.. to assemble your web applications at build time.

Maybe you are looking for

  • Mountain Lion upload after restoring factory setting to Mac book pro.

    I have just cleaned up my Macbook Pro by restoring it to Factory settings but now I want to download all my bought and paid for apps to my now cleaned laptop.  How do I go about this.  Mountain Lion for instance does not seem to have installed with t

  • 3g drops every time i access an app that uses internet

    I have a verizon iphone 4, every time i access e-mail, safari browser, twitter, pretty much any app that uses internet 3g seems to just cut out. It comes back pretty much as soon as i quit whatever app i try to use but i cant get anything requireing

  • Print Determination MIGO

    Hi All what is the difference between WE01,WE02,WE03,WA01 and so on.. what is the settings i need to make if i forget to take printout during GR. Is there anyother setting other than MB02 & MB90. Please Suggest Regards Jagadish

  • OSB to SOA Suite communication

    Hi, We have an OSB cluster and SOA Suite cluster, spread over multiple servers (either physical or virtual) where each OSB managed server is on the same underlying O/S server as a corresponding SOA Suite managed server. A hardware load balancer will

  • Adobe ColdFusion User Survey

    Adobe is running a ColdFusion User survey to understand various aspects related to ColdFusion such as product satisfaction, product usage, platform usage, purchase process, access to training resources and issues related to hiring CF developers. Adob