BOE XI 3.1 InfoView logout process

Hello and thank you for your time. I was hoping someone could help me to identify the Logout process when a user clicks the Log Out button in InfoView.
When the user clicks Log Out, what processes are called and what pages are they on? I am trying to track down the full logic process so that I may better understand how to possible customize it.
I believe it all begins with the headerplus.jsp page, but from there I cannot find the files that it references, such as logoff.do
Thank you for any assistance you may be able to provide.
Regards,
Mark

Please note that customizing of JSP pages is not supported by SAP. It may be the case that after an upgrade (eg. new service pack) your customization will no longer work. If the system does not work properly after the customization it is possible that only a new installation can fix the problem.
Still if you want to proceed here (at your own risk!) you can use tools like fiddler and check the http traffic between your client and the web server. Please note that some of the actions are based on filters (eg. logoff.do) and are not easy to trace. What you can do is to add javascript debug traps (eg.using the alert command ) into the JSP code and confirm if the specific page is called during the logout workflow.
Once again: At your own risk!
Regards,
Stratos

Similar Messages

  • Logout Processing Properties in the Policy Agent 2.2

    Hi,
    Did anyone ever used these properties? I have a case in which I need to use them but there are no examples and the documentation is a bit laconic. What is this handler? Any ideas? My app has just a simple /Logout.do url that when requested should logout the user in Access Manager too. I tried setting the property like
    com.sun.identity.agents.config.logout.uri[myApp] = /Logout.do
    But it did't work.
    Thank you.
    This is the only doco I found, in the AMAgent.properties:
    # LOGOUT PROCESSING PROPERTIES
    # - logout.application.handler: An application specific (MAP) property
    # that identifies a handler to be used for logout processing.
    # - logout.uri: An application specific (MAP) property that identifies
    # a request URI which indicates a logout event.
    # - logout.request.param: An application specific (MAP) property that
    # identifies a parameter which when present in the HTTP request
    # indicates a logout event.
    # - logout.introspect.enabled: A flag that when set allows the Agent
    # to search HTTP request body to locate logout parameter.
    # - logout.entry.uri: An application specific (MAP) property that identifies
    # a URI to be used as an entry point after successful logout and
    # subsequent successful authentication if applicable.
    # Hot-Swap Enabled: Yes
    com.sun.identity.agents.config.logout.application.handler[] =
    com.sun.identity.agents.config.logout.uri[] =
    com.sun.identity.agents.config.logout.request.param[] =
    com.sun.identity.agents.config.logout.introspect.enabled = false
    com.sun.identity.agents.config.logout.entry.uri[] =

    Hi,
    in my scenerion i have set up the SSO between SIM SPE and SAM sucessfully.
    I have put the default url of SIM-SPE edit profile page on suceesful login of Access manager. however i am facing the issue in logout of SIM-SPE application. i tried with access manager log out url but on log out and log-in with different user it gives me the profile of previous user however policy agent is fetching the current user (checking from the header). So it seems that some session is not able to destroyed on application (SIM-SPE) side. i came to know from forum even that some logout properties can use for logout.
    Can anybody please tell me how to use the following properties in AMAgent.properties file of policy agent on App server.
    # LOGOUT PROCESSING PROPERTIES
    #   - logout.application.handler: An application specific (MAP) property
    #     that identifies a handler to be used for logout processing.
    #   - logout.uri: An application specific (MAP) property that identifies
    #     a request URI which indicates a logout event.
    #   - logout.request.param: An application specific (MAP) property that
    #     identifies a parameter which when present in the HTTP request
    #     indicates a logout event.
    #   - logout.introspect.enabled: A flag that when set allows the Agent
    #     to search HTTP request body to locate logout parameter.
    #   - logout.entry.uri: An application specific (MAP) property that identifies
    #     a URI to be used as an entry point after successful logout and
    #     subsequent successful authentication if applicable.
    # Hot-Swap Enabled: Yes
    com.sun.identity.agents.config.logout.application.handler[] =
    com.sun.identity.agents.config.logout.uri[] =
    com.sun.identity.agents.config.logout.request.param[] =
    com.sun.identity.agents.config.logout.introspect.enabled = false
    com.sun.identity.agents.config.logout.entry.uri[] =i tried with http://<host name><port>/idm/spe/user/LogoutSubmit.do as setting the value for logout.uri property but no works.
    i would really appreciate your response.

  • Run Process before Logout problem

    Good Afternoon,
    I have two pages that I am trying to run a process before logging out of the system. The code works sometimes on page 4, and not at all on page 8. I have delete process on linked to the logout button.
    code below.
    PROC_DEL_LOGOUT
    begin
    delete from email_atch upper(userid) = upper(':APP_USER');
    commt;
    end;
    button code
    button with URL Redirect
    javascript: doSubmit('LOGOUT'); redirect('&LOGOUT_URL.');I have similar code for when the browser closes, except in that javascript I just have it doing a doSubmit() to delete the files. Same problem, works sometimes on page 4, but not on page 8.
    Can you attach validations to logout buttons or closing the browser's window?
    Thanks,
    Mary

    I think this is the best way to do that
    01. Create a procedure and then add your delete commands to it and logout process as below
    CREATE OR REPLACE PROCEDURE MyLogout                        
    AS
    BEGIN
      delete from email_atch upper(userid) = upper(':APP_USER');
      COMMIT;
      wwv_flow_custom_auth_std.logout(p_this_flow=>your application id ,p_next_flow_page_sess=>Your target page after logout);     
    END;* Please see the document for "wwv_flow_custom_auth_std.logout" for further information about this function and parameters
    02. Grant permissions to apex_public_user
    GRANT EXECUTE ON MyLogout to APEX_PUBLIC_USER;03. Change the logout url of Authentication schema as below
    #OWNER#.MyLogout* This will amke sure to execute your code whenever application try to logout
    * If this answer is helpful the mark it accordingly

  • BOE XI 3.1 Performance Manager/Dashboard Manager - Import Customer Calendar

    I am trying to load a custom calendar in Performance Manager through the interface using the Import Calendar. I have followed the format correctly and loaded the CSV file onto BOE. When i try and load the calendar it keeps giving me error message and doesn't load. The error message is irrelevant to me i just need to know has anyone managed to load a calendar through the import calendar from BOE i.e. InfoView (Portal) successfully?
    Also there is no separate topic on the Performance Manager on this forum so had to post in general.
    Any comments would be appreciated.
    Zulfiqar.

    Hello,
    From the logs it looks like, the event server is unable to locate the share location(\\areadati15\share_sapbw\EVENTI\), causing the inactivation of the events.
    2014/05/23 06:41:38.473|>=| | | 6824|5996| |||||||||||||||REQUEST 201681698473event-2957 RegisterEvent FAIL WSRVBOXI01.EventServer \\areadati15\share_sapbw\EVENTI\CP_DELTA_MM_REP_OPERATIVI_OK.CSV 0
    2014/05/23 06:41:38.473|==| | | 6824|2152| |||||||||||||||OSCASimpleFactory::isDisabled() 0
    Thanks
    Sambit

  • BW Publisher Configuration in a BOE Cluster (Linux OS)

    I have a question about configuring BW Publisher service in  a BOE Cluster (with 2 servers).  The BOE cluster is on 64 bit Linux servers with Oracle db for CMS and Audit.
    The BW publisher service on server 1 is configured to run against a SAP host (letu2019s say u2018host1u2019 and using SAP gateway, SAPGW00).  The command to configure BW Publishing service is,
    $ ./bwcepub.sh 1 u2013a<Program ID> -g <hostname> -x<SAP Gateway>
    After executing the BW Publisher script, the service is running fine. Further configuration on BW and BOE system is letting users publish Crystal reports from the CR 2008 to BW and then to BOE. No problems in that area.
    However if a new SAP host has to be configured against the BW Publisher service (a different instance of BW Publisher service) on server 1 (scenario u2013 one BOE server with multiple SAP BW systems connected to it), what is the best process for BW Publisher service configuration?  Create one more instance of BW Publisher service with different Program ID and hostname?  I have tried this approach and got the following message:
    WARNING: The BW publisher is already running as user bobjadm. Exiting...In order to run the publisher as the same user but from a different session, define variable BWCEPUB_PREFIX to something unique, e.g. session2_ so that the publisher can keep track of the different sessions. Once BWCEPUB_PREFIX is defined as a unique, non-empty string, re-run the publisher command.
    Upon some search in the SAP notes, found the following workaround (which applies for Solaris OS).
    The suggestion is to issue the command, export BWCEPUB_PREFIX=2, verify and re-issue the BW Publisher start command again.
    However I am not sure if it will fix the issue.
    Also, the 2 instances of BW Publisher service is running only on server 1 (pointing to 2 different hosts), server 1 is a single point of failure and what process should be implemented for fail over (so that server 2 can take the publishing load)?  I have checked the processes running on server 2 and do not see any running instances of BW Publisher service (which is configured and running fine on server 1).
    To summarize u2013
    (1)     What are best practices to run a BW publisher service in a BOE cluster?
    (2)     What is process to setup fail over BW Publisher service in a BOE cluster?
    (3)     Can 2 instances of BW Publisher service point to 2 different hosts? If so, what additional configuration is required   on BW and BOE servers?
    Appreciate any info that you can share.  Thanks.

    I have reviewed the SAP notes, and this is what is mentioned there:
    There are two ways to accomplish this:
    (Option 1) Install and use local SAP gateway on the Enterprise XI server and create an RFC destination to the first BW system as a publishing destination. Point the BW publishing service to the other BW system, create a RFC destination on this BW system, and reference itself as the gateway. This way, the SAP local gateway on the Enterprise XI server is pointing to one BW system and the BW publishing service is pointing to the other BW system.
    - Option 1, as per the IK install guide, is not suggested as it might make the Linux/Unix system unstable.  Hence the only option left is to review otpion 2 below.
    (Option 2 ) Reference the same SAP gateway for both RFC destinations. This means the RFC destinations created on the two BW systems are referencing one SAP gateway, which is referenced in the BW publishing service.
    - This otpion can probably used however i would like to give the background again here.
    When the BW publisher server was activated, the following command was issued.
    $ ./bwcepub.sh 1 -a(prog id) -g(hostname) -x(sapgw00).
    This configuration done later works perfectly fine for users to publish CR to BW and BOE. 
    Then came the 2nd entitlement system and the following command was issued -
    $ ./bwcepub.sh 2 -a(a new prog id) -g(a new hostname) -x(sapgw00).
    This action triggered the error that i have captured in this thread originally.  However the work around suggested by the SAP note 1206631 needs to be tesed (option 2 above).
    Question though - if the same GW host needs to configured for the 2nd entitlement system (as per the SAP notes workaround), the command looks like this:
    ./bwcepub.sh -a(a new progid -g(same hostname as the first server) -x(same SAP gateway as the first server).
    is this correct?  i just want to make sure that BW one BOE system can have multiple entitlement systems connected to it (in Linux).    Any help / info towards this is highly appreciated.
    Edited by: Srinivas Vankayala on Sep 10, 2009 7:40 PM

  • User message on programmatical logout

    Hi folks!
    I have some problems generating a user message.
    My App (apex 4.0.2) has two login validations: 1. LDAP-Authentification, 2. Validation whether a user has access to certain functionalities or to none at all. This validation takes place in a process on the login page and an asignment of a key value to an item.
    On "none" - that is: no registered user, the session state must be resettet, that is: a forced logout, which I accomplish in a process on page 1 before header on a certain condition of that item:
    begin
      --  htp.p('<script>alert("No registered user. Please contact the IT-department.");</script>');
      apex_application.g_unrecoverable_error := true;
      wwv_flow_custom_auth_std.logout( p_this_flow=>:APP_ID,p_next_flow_page_sess=>:APP_ID ||':1');
      -- :P101_LOG_ERR_MSG := 'No registered user. Please contact the IT-department.';
    end;Now what is commentet out here is whats gives me headaches: I want to user to get a message, that he has to register. But none of this works in conjunction with the logout process, becaues the session - as I want it - gets resettet.
    P101_LOG_ERR_MSG is a text box on the login form. If I set "maintain session state:" to "per user", what happens is: the text message do gets assigned, but always stays and I cant delete is in a later computation or process. When I set it to "per session", its not shown at all.
    Also, why does the java script Alert not show? It works on other places, no matter where the processing takes place.
    I hope this gives you a picture of the situation. Can you help me get the usermessage to show in some way?
    Thanks a lot in advance,
    Tobi

    Hello Tobi,
    Validation whether a user has access to certain functionalities or to none at allI suggest to create an authentication scheme for your above validation and apply this validation either to page 1 or to entire application (depending on your requirement) and put the error message at authentication scheme.
    That should work as per your requirement.
    Regards,
    Hari

  • Processes in account stops or not?

    Hey all, just a quick question. Let's say I'm logged in to one account and doing some stuff there, like backing up or repairing the permissions. If I log into another account, will all those processes continue? Sounds simple, but I need to know. TIA!!

    Good morning ILMMB
    Logging out will kill all user processes. If a process is still active on logout you should get a system warning message to that effect. Also, you really shouldn't be doing other tasks during an install.
    EDIT: I hadn't thought of the Fast User Switching Kappy mentions but I'm still reticent to do other operations while installing.
    This ADC topic will explain the logout process more throughly.
    -mj
    Message was edited by: macjack

  • Redirect After Logout

    Hi,
    I have created several example public pages each containing the Portal 9.0.2 out-of-the-box Login portlet.
    Depending on which page I use to login from, when I logout, I would like to automatically return to the same login page.
    In Portal Rel 1, this was simply a case of setting the p_done_url value to that of the required login page.
    However, in Rel 2, logout first takes you to the default logout page (the one confirming logout from various partner applications), where you are then required to manually click RETURN, at which point, the correct login page is displayed.
    I have read various threads both from this forum and metalink, and each suggests looking in the SSO Admin Guide. However, this explains how to replace the Logout page, not how to redirect after logout. If I use the method described in the SSO Admin Guide, I can only have one logout page. This would mean that I would not be able to replicate the Rel 1 functionality, where I could go to a different login page each time after logout.
    Does anyone out there know how to replicate this Rel 1 functionality?
    Thanks in advance for all help received.
    Regards,
    Gillian

    Hi Anupam,
    This is a copy of the single sign-off file, ssoff.jsp:
    <html>
    <body bgcolor="white">
    <%@ page buffer="5" autoFlush="true" %>
    <%
    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Expires", "Thu, 29 Oct 1970 17:04:19 GMT");
    String done_url = null;
    int i = 0;
    try
    done_url = request.getParameterValues("p_done_url")[0];
    out.println("<center><h1>Single Sign-Off</h1><p>");
    out.println("<table border=0>");
    out.println("<tr>");
    out.println("<th>Appliction Name</th>");
    out.println("<th>Logout Status</th>");
    out.println("</tr>");
    for(;;)
    i++;
    String app_name = request.getParameterValues("p_app_name"+i)[0];
    String url_name = request.getParameterValues("p_app_logout_url"+i)[0];
    out.println("<tr>");
    out.println("<td>"+app_name+"</td>");
    out.println("<td><img src='" url_name "'></td>");
    out.println("</tr>");
    catch(Exception e)
    if(i>1)
    out.println("</table>");
    out.println("<br>");
    response.sendRedirect(done_url);
    else
    out.println("<h2><center><font color='red'>ERROR:</font>");
    out.println("This page can not be accessed directly!</center></h2>");
    %>
    </body>
    </html>
    When I now logout from the portal, this page is called as expected, but the logout process is not executed nor does the redirection take place. Any pointers??
    Thanks,
    Gillian

  • Mirror agent & failed logout-- HELP!

    There are a lot of other discussions on this topic, and many people seem to be familiar with the mirror agent failing to quit and freezing up the logout process, but I have been researching these discussions and the only one that had any tips was so specifically for people who understand macs in depth that I couldn't figure out what they were talking about.
    I have been having this mirror agent & failed logout issue for a really long time and I don't know how to fix it.
    And I don't understand when people just say "oh go to the whatever utility and take the tilda out of the library address" blah blah blah... I have no idea. :o)
    I see in the other discussions that this may be related to .Mac (I do have a .Mac account) or iDisk (I do use idisk, and have already changed the syncing preferences off of automatic) or something about mobile accounts... i don't really know what that is.
    logout is not the only time my powerbook is freezing up lately, and it's getting worse. I can no longer use Word without everything freezing up.
    Please please help! Don't be afraid to sound patronizing. I literally know nothing about the inner machinations of computers. I have tried a few other things based on other support discussions, but the problem still persists.
    THANKS!!!

    I've been having serious beach balls and I think it;s related ti iTunes but I noticed this post by TaosMouse and though ]t I 'd give it a try / let us know if it works .
    taosmouse
    Posts: 14
    From: Santa Fe, NM
    Registered: Jun 30, 2007
    Re: Safari freezing. force quit reveals "Mirror agent not responding" What now?
    Posted: Aug 22, 2007 4:09 PM in response to: Bigdog44
    Helpful
    Reply Email
    Mirror Agent can turn into your worst nightmare if your connection is intermittent. It will lock up the entire computer until it finishes what it was trying to do.
    This was annoying before, but it has become astoundingly un Mac like since .mac expanded to 10 gigs. Now you can wait 5 minutes if you have a problem. I know this because my wireless link (fixed wireless) someimes gets flaky, and I basically have to do situps until I can use my mac again.
    So.... Here's what you do: Go to System preferences -> .mac ->iDisk and click STOP under iDisk Synching On. That should do it, but you will no longer have a local copy of your iDisk to work with.
    MacBook Pro 2GB c2Duo Mac OS X (10.4.10) iPhone 8GB

  • BOE XI3.1 + OpenDocument + token 参数传递

    Hi
    我想通过dashboard URL button 链接到一个CR, 用了openDocument 功能, link 如下:
    http://<server>:8080/OpenDocument/opendoc/openDocument.jsp?sWindow=New&iDocID=6053&isApplication=true&token=entSession
    显示为500 error, 问题出在参数 token=entSession , 不加的话可以正常打开,但是要输入用户名。 entSession 是我从openDoucment.jsp 文件中找到的变量,但是应该不能这样用,
    环境:
    BOE XI3.1, CR 和 Dashboard 都是上传到BOE上通过InfoView 打开的, 现在的问题是登录BOE后, dashboard 可以正常打开,但是当通过dashboard中的link 打开CR 的时候要求输入用户名密码。
    已经看过 请教使用 openDocument 的 URL 报表处理    但是情况好像不同, 没办法把 URL 写死z在openDocument.jsp 中。
    希望大虾们帮忙,有什么解决方法呢?  谢谢先~

    >
    Eva Zhong wrote:
    > Hi
    > 我想通过dashboard URL button 链接到一个CR, 用了openDocument 功能, link 如下:
    > http://<server>:8080/OpenDocument/opendoc/openDocument.jsp?sWindow=New&iDocID=6053&isApplication=true&token=entSession
    >
    > 显示为500 error, 问题出在参数 token=entSession , 不加的话可以正常打开,但是要输入用户名。 entSession 是我从openDoucment.jsp 文件中找到的变量,但是应该不能这样用,
    >
    > 环境:
    > BOE XI3.1, CR 和 Dashboard 都是上传到BOE上通过InfoView 打开的, 现在的问题是登录BOE后, dashboard 可以正常打开,但是当通过dashboard中的link 打开CR 的时候要求输入用户名密码。
    >
    > 已经看过 请教使用 openDocument 的 URL 报表处理    但是情况好像不同, 没办法把 URL 写死z在openDocument.jsp 中。
    >
    > 希望大虾们帮忙,有什么解决方法呢?  谢谢先~
    结合你之前提出的新窗口打开的问题,以及这个登录问题,如下:
    1. 在Xcelsius中给URL Button设置u201C本窗口打开u201D
    2. 在opendoc url中去掉isApplication=true,保留sWindow=true
    3. 将swf导出至BOE,并保证opendoc的url中的机器名和BOE的机器名相同
    4. 用opendoc或者infoview打开这个swf, 则可实现单个新窗口打开opendoc并且不需要另外登录
    该方法存在的限制:点击URL Button后,swf会重新load
    http://byinsight.com

  • Managed clients sometimes freeze at logout showing only desktop picture

    Hello --
    We're running Mac OS X Server 10.4.11 on an Xserve and Mac OS X 10.4.1 on forty PowerMac G5 workstations. All users have network home folders. All managed preferences are at the computer level.
    The problem is that occasionally, during the logout process, a user's computer will freeze / hang displaying only the user's desktop picture.
    While the computer is in this state, it's not accessible via Apple Remote Desktop. The only way to recover from the freeze is to force the computer to shut down by pressing and holding the power button.
    This is the final entry in the system log before the freeze that may be a clue to the problem:
    Jan 22 11:40:32 xarts-lab-006-05 kernel[0]: AFP_VFS afpfs_unmount: afpfs_flushfiles failed 16
    I've done some searching online for other clues related to "afpfs_flushfiles" and haven't had much luck. Has anyone else out there experienced this issue? Does anyone know what the "afpfs_flushfiles" task is trying and failing to do?

    I have this problem as well. We have several offices, but only one of our offices does it. I have been researching for a while now, but have found very little. We also experience delays and other random errors as well. Have you checked your forward and reverse DNS? Using the Terminal, type sudo changeip -checkhostname and verify that the current hostname and DNS hostname are matching. I installed DNS after I setup my auto-mounting sharepoints, and think maybe that has something to do with my problem. I will be implementing my fixes this weekend. I would recommend more research before using changeip to repair it if your hostnames do not match, as I'm unsure what other changes this may cause. I'm fairly sure I'm going to have to re-promote my Open Directory master, then re-select the user's homes out of WM, as well as rejoin all the client computers to the new OD master because the search base will be changing as well. I may find out that DNS had nothing to do with the problem as well. Good luck, hope this info helps.

  • Open Crystal Report full screen at InfoView and hide navigation panel

    Dear all,
    In InfoView, how to globally set so that Crystal Report document will be opened as full screen and also hiding the navigation panel.
    I know InfoView > Preference can open in full screen, but this must be done for each user. How to set it globally for all users?
    And also to hide the navigation panel on the left hand side (parameters, group tree) that applies for all user (global)?
    Thank you very much.
    Kind regards,
    aswin

    Dear Martijn van Foeken,
    Wow that's so advanced.
    1. Do you have any information like what table and field in CMS database that we need to change in order to modify the BOE user preferences in InfoView?
    2. For hiding the Navigation Panel in CR viewer, i was thinking if the setting might need to be done on the CR viewer. I tried changing the config file below:
    D:\Program Files (x86)\Business Objects\Tomcat55\webapps\CrystalReports\crystalreportviewers\Web.config
    In that config file there's a parameter below which i set to "true" but it doesn't work.
        <!-- "true" or "false" value determining whether a group tree will be hidden by default if one is generated -->
        <add key="viewrpt.groupTreeHide" value="true"/>
    Any idea?
    Thank you very much Martijn and Merry Christmas.
    Kind regards,
    aswin

  • How to receive the Shutdown signal when the user is Logout?

    Hi,
    I have some background process which is started on User Login. I would like to do someting when the user Logout. I try to catch the Logout process with 2 ways without success:
    1. Through "protected void finalize()"
    and
    2. Through "Runtime.getRuntime().addShutdownHook(new OnShutdownThread(this))".
    Can somebody help me?
    My specific details are:
    The JRE whic I use is J2SE 1.4 running on Windows 2000.
    I start the program using the following:
    In the Registry key "\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" I have the following line:
    "F:\JavaDK\JRE\bin\javaw -server -Xrs -cp F:\Works\Software\CosmoPhone\classes com.cosmos.apps.phone.CosmoPhone"
    The main method is:
    CosmoPhone cosmoPhone = new CosmoPhone();
    cosmoPhone.start();

    Cross posted
    http://forum.java.sun.com/thread.jsp?thread=238542&forum=37&message=867541

  • BOE- CMC Link 404 Error

    Post Author: vdinenna
    CA Forum: Administration
    Hi,
    I'm not sure where to post this question.  I am not a Crystal Reports admin.  Moderator, please move this question as you see fit.
    We are running BOE XI.  The CMC page has become unavailable after installing PHP 5.2.5 on a different website running on the same web server as BOE.
    However, the InfoView link works and reports pages also work.
    I've checked all the site settings on the IIS 6.0 server and they seem to match the working applications.
    I removed PHP and the problem remains.
    Any help in this area would be greatly appreciated!
    Thanks,
    Vince 

    It sounds like files are missing from your deployment. Do you have another IIS deployment somewhere to test. You can set the system to the broken one and login, if it works then you will most likely have to remove and readd your .net deployment.
    You may also elect to open a message with support to have an engineer check out your settings, it's possible it's something less intrusive. 404 simply means the resource not found. I don't know any reasons why just the authentication is missing.
    Just a little more info, authentication does not have it's own virtual directory as far as I know, there is no CMC permission to prevent administrators into it. If you are an administrator and you see the authentication link you should have full access.
    Regards,
    Tim
    Edited by: Tim Ziemba on Aug 21, 2008 7:40 PM

  • OIF-Logout configuration- Need clarification

    Could someone please highlight what are configurations need to enable logout for Oracle Identity Federation. Is it just as simple as invoke URL: /fed/user/logout.
    Should this URL be invoked from SP host or IdP host?
    Thanks

    To configure Logout at SP side.
    ===================
    1. Go to Fusion Middleware Control and navigate to the Oracle Identity Federation instance.
    2. Navigate to Administration, then SP Integration Modules. Click the Custom SP Engine tab.
    3. To modify an SP integration engine, select it and:
    *Enable logout engine
    *Set "/logout.jsp" as the Logout Relative Path of the SP integration engine
    4. Save your changes
    Implementation of logout.jsp
    <%@page buffer="5" autoFlush="true" session="false"%>
    <%@page language="java" import="java.net.*"%>
    <%
    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Expires", "Thu, 29 Oct 1969 17:04:19 GMT");
    request.getSession().removeAttribute("feduserid");
    request.setAttribute("oracle.security.fed.sp.engineid", TEST_ENGINE_ID);
    request.getSession().getServletContext().getContext("/fed").getRequestDispatcher("/user/logoutretsso").forward(request, response);
    %>
    =====================================
    Launch the logout process by accessing a URL of the form:
    http://hostname:port/fed/user/logout?returnurl=http%3A%2F%2Fanotherhostname%2Fpath
    The logout service takes a returnurl parameter, which is necessary for correct operation; the user will be redirected to this URL after the logout process completes.

Maybe you are looking for

  • Setup Team Foundation Server - Team Site Collection - SharePoint Web Application Settings failed with error TF205014, TF250025

    Hi I have TFS server installed and working with other SharePoint farm.  (TFS installed,  SharePoint extension installed and Granted Access for TFS. When Setup TFS - SharePoint Web Application Settings,  It ask for the three values: Web Application UR

  • XML in Java

    Is there an API to create xml document content or may be the xml format? I can do the same by using a StringBuffer and embedding my content between the custom tags. If possible I am looking for an elegant way to do the same, may be adding nodes to a

  • Photoshop CS5 freezes during save (Mac Os 10.9)

    Dear users of Photoshop, I have a serious problem. Every time I try to save a blank Photoshop file also does not respond and I have to force quit. Work on a MacBookPro with 8 MB of Ram. The system is compatible. Until recently it worked. I tried to r

  • Labview 8.0, pxi-1033

    Hola estoy armando una estacion de trabajo con Labview 8.0 y un PXI-1033 el cual contiene un LCR (pxi-4072) una DAQ (pxi-6225), una Matrix 4x128(PXI-2532), todo ello en windows 7. La cuestion es que en LAbview no veo ningun instrumento de los que ten

  • Unable to reactivate Droid X after activating iPhone 4

    I recently received an old iPhone 4 from a friend. I activated the iPhone using *228 and everything worked fine. However, there were some hardware issues with the phone so now I'm trying to reactivate my old Droid X. I've tried to reactive several ti