Problem with Apex_Custom_Auth.Logout

I'm having problems with apex_custom_auth.logout on my Apex 4.2 workspace oracle.
When I click on the logout link I get the message

The alias of the "MENU" application error cannot be converted to a unique application ID.
Contact your administrator for the application.

I know it has to do with the alias of the application, because I had problems before

See {message identifier: = 10564324}

I tried
apex_custom_auth.logout?p_this_app=&APP_ID.&p_next_app_page_sess=MENU:101:&APP_SESSION.:LOGOUT::&c=60242010308220426164
and other variants of my post logout url in my window authentication, but can't make it work.

Can someone tell me the correct code

Thank you

Gus

Hello Gus,

as Dietmar mentioned in the other thread, the problem is because someone else uses the alias MENU for an application as well.

Workaround solution:

Instead of using the alias MENU, you need to use your id of the application instead of the parameter 'c '. For example

apex_custom_auth.logout?p_this_app=&APP_ID.&p_next_app_page_sess=1234:101:&APP_SESSION.:LOGOUT::

The reason for not using the c parameter and the alias of the application is that if the APEX generates links we not include the & c = parameter.

Concerning
Patrick
-----------
My Blog: http://www.inside-oracle-apex.com
APEX Plug-Ins: http://apex.oracle.com/plugins
Twitter: http://www.twitter.com/patrickwolf

Tags: Database

Similar Questions

  • No problem with the logout?

    I have iCloud lit work Mac and I want to put out to keep my personal business out of it. Are there problems with disconnection? I want to just make sure that it will not remove anything of my other devices.

    Thank you.

    Disconnection should not cause a problem as long as you do not remove anything.

  • Problem with the logout-Viserver

    I can't seem to be disconnect Viserver to work...

    Is there a known... problem?

    Glen

    Have you tried the remedy proposed in the 1.5 upgrade Questions ?

  • It seems to be a problem with javascript on youtube (and other sites), because nothing happens when I click on my user name "tab" next to logout, when a menu needs to expand. I have unintalled FF, addons reinstalled, removed and checked the settings. Work

    Also on youtube, there is a problem with the bar of "James Blunt, live from London ' at the top of the page does not disappear when I click on the X.

    Check the dom.storage.enabled pref on the subject: config page and make sure that the pref is set to true.

  • Problem with Twitter blackBerry Smartphones

    Hello

    I had a problem with the ' @' tab on twitter for 2 days now. I tried several battery grips and you have re-downloaded App World, but nothing helped.

    The ' @' tab will not come at all, as I can't type to see all the interactions/mentions, the icon is there, but nothing happens.

    I was wondering if anyone knows a fix, or even has the same problem?

    Thank you

    Bold 9900
    7.1 bundle 2061 (v7.1.0.714, platform 5.1.0.532)

    Twitter version: 4.0.0.17 (later in the App World)

    Update: this fixed my issue. Logout you wait two minutes or 5, then reconnect you to Twitter. Once connected, press the Menu button then press Refresh and should be able to see the interactions/mentions!

  • Problem with the links and libraries CC

    Dear forum

    I have a problem that can be solved, hopefully, I see myself as a new user of Indesign and help would be appreciated.

    Since the update to the new version of Indesign, I had a problem when I open multiple files and all the links are missing. These are stored in the CC library in more than a library,

    After attempting to repeat the assets, I get the following message.

    SCREEN SHOT 1.jpg

    I made a copy of the file and open this file without result

    I think it's a question of libraries CC because it seems that the library is unable to find the file, but not 100% sure here, just a guess.
    I am connected to AdobeCC when the message above

    I hope someone can help

    Thank you

    Note: no files where changed or moved the location, including the CC library during the update of Indesign.

    When you have problems with the CC libraries, this often solves the problem:

    Go to the creative cloud desktop application (found in the Menu bar on Mac, the task bar in Windows). Click on the "gear" icon > Preferences > General. Logout, then signed again with your Adobe ID

  • Problems with save for web - Illustrator

    Had problems with the recording of the images for the web in Illustrator (I use AI CC 2015).  When I save it for the Web my preview image appears at the level of 50% and pixelated.  And the saved image is pixelated. Type is optimized.  When I try to export the file resolution of 72 dpi out of poor as well.  I try to save at a higher resolution and reducing the size and who doesn't either.  Any help would be appreciated.  Thank you

    Adobe has released a 19.0.1 fix that resolves this problem in discussion on this topic. Please apply the patch to your creative cloud application. The creative cloud application checks the update once a day, so you may see the update immediately.  If you want to force the check for an update at the beginning please logout and log back into the creative Cloud application.

    Link to 19.0.1 release notes: https://helpx.adobe.com/illustrator/kb/illustrator-cc-2015-crash-bug-fixes-19-0-1.html

  • Custom authentication scheme, problem with LOGOUT_URL

    Hi all
    I use a custom database of authentication scheme in a 4.1 application. I have a problem when I logout, I use jQuery mobile because it is a tablet based application, and the navigation bar entry "Logout" is rendered using the following: -.

    a href = "& LOGOUT_URL." data-icon = "Logout" class = "interface user-btn-right" > logout ' "

    The application appears disconnected OK, I turned around to my 101 login page, but when I try to reconnect the page refreshes just, if I try again to connect, I'm connected to OK (so basically users will have to try twice to reconnect after disconnection, while the connection when the application is started first works OK).

    When I logout and I return on page 101, the URL is: -.

    < my host > /pls/apex/apex_authentication.logout?p_app_id=1000 & p_session_id = 882879595907101

    After the first attempt to connect to the URL is (so the session ID has been updated);

    < my host > / pls/apex/f? p = 1000:LOGIN:1610821365546101

    Any ideas what I'm missing here?

    Thank you

    Mike

    Published by: Mike, UK 21 June 2012 08:36

    Hi Mike,.

    I replied the same day. In case you have not received my mail, I'll paste it below:

    What I've discovered, is that submit it on the login page seems to use the old session id:

      1. User enters http://mike/pls/apex/f?p=1150:1
         -> Apex creates a new session and redirects to
            f?p=1150:LOGIN:168921246845801
      2. User enters credentials and presses Login
         -> wwv_flow.accept with p_instance=168921246845801
         -> Apex authenticates user and redirects to page 1
            f?p=1150:1:168921246845801:::::
      3. User clicks Logout
         -> apex_authentication.logout?p_app_id=1150&p_session_id=168921246845801
         -> Apex removes session
         -> Apex redirects to home page f?p=1150:1
         -> Apex creates new session and redirects to login
            f?p=1150:LOGIN:1175456815657401
      4. User enters credentials and presses Login
         -> wwv_flow.accept with p_instance=168921246845801 -- WRONG SESSION ID!
         -> Apex sees that the session id and the session cookie value do
            not match
         -> Apex creates a new session and redirects to login
            f?p=1150:LOGIN:652507970485801
    

    My solution to this problem was to change the page to page 1 model to
    have one

    data-ajax = "false".

    attribute on the logout url. This seems to have done the trick, but I'm
    a backend guy and certainly not an expert in the user interface. See

    http://jquerymobile.com/test/docs/pages/page-links.html

    for help online JQM.

    See you soon,.
    Christian

  • problems with, phone, 6, Bluetooth kit, Nissan, after update, for, Rios, 1.0.2

    After the update to ios 10.0.2 - trying to use bluetooth to call my vehicle, it says: "this article is not in your phone book." How can I solve this problem?

    Greetings, joybelino1!

    Thank you for joining the communities Support from Apple! I can't wait to see that you are having problems with your Bluetooth in your car! The good news is that Apple has a great article that will help you with measures to try to resolve the problem. Read this article to gethelp to connect your iPhone, iPad, or iPod touch with your car radio. Even though he talks about problems with the connection, it also has the steps for other questions you may have once connected.

    If you use Bluetooth

    1. Consult the user manual of your car stereo to get the procedure to a Bluetooth device.
    2. On your iOS device, drag up to open Control Center, then press ontwice to turn on Bluetooth and turn it back on.
    3. Restart your iOS device.
    4. On your iOS device, Cancel the twinning of your car radio. On the screen of your car désapparier your iOS device and any other device. Restart your car and your iOS device, then pair and connect again.
    5. Update your iOS device.
    6. Install the updates to the firmware of your car radio.
    7. If you still not connect, contact Apple technical support.

    Have a great day!

  • Anyone having problems with WiFi connectivity after upgrade to Sierra?

    I was wondering if anyone else knows issues with WiFi connectivity since the upgrade to Sierra 10.12? I have not had any problems with connectivity WiFi previously on El Capitan. Now I have regular randomly loose connectivity. My internet is cable and when it is connected I have a 100% connection. My details of iMac and I have used only 10% of my storage.

    No problem with my iphone 6.

    Hello AspDesigns,

    I understand that, since the upgrade to Mac OS Sierra, your Mac seems to have trouble staying connected to Wi - Fi. Fortunately the diagnosis built-in wireless can help identify the source of so much trouble.

    Search for Wi - Fi using your Mac problems

    See you soon!

  • Problems with mail after switching to macOS Sierra

    Hey all

    After having recently upgraded to macOS Sierra, I am unable to read my mail.

    I get the following error every time I check on "Get Mail".

    There may be a problem with the mail server or the network. Check the account settings "*" or try again.

    The server returned the error: Mail could not connect to the server 'pop1.tribcsp.com' using SSL on the default ports. Verify that this server supports SSL and that your account settings are correct.

    What does this error message mean and how can I solve this problem.

    Thank you

    Hi Michael,

    I see your message that you get an error in the mail indicating that there is a problem with the mail server or the network.  To help get this problem resolved, I suggest that you follow the steps below:

    If mail refers to a problem with the mail server, or the network

    Mail will say that it is impossible to connect due to a problem with the mail server or the network. For example, the message may refer to a connection that has expired, or too many simultaneous connections:

    If you are connected to the Internet, but the connection has expired, your email provider might be affected by a discontinuance of service. Contact them or see their status Web page to ensure that their e-mail service is online. Examples of status pages:

    If the message indicates the number of simultaneous connections, too many of your devices is check your e-mail account at the same time. Quit Mail on one or more of your other devices.

    If you are still unable to send or receive e-mails

    1. Make sure that you have installed latest version of the Mac software updates, especially if the problem occurred immediately after the installation of a previous update.
    2. In OS X El Capitan or later version, you can see a status icon and the short error message in the upper right of the Mail window, under the search box. The message may indicate 'Network offline' or 'Connection failed', for example. Click the message to see more details on the issue.
    3. Check your connection to the Mail connection doctor. It might be able to say more on the issue.

    If you cannot send or receive e-mail on your Mac.

    Take care.

  • iMac 27 "mid-2011 - Intermittent problem with CPU fan running at full speed and sleep mode.

    Hello!

    My iMac 27 "has an intermittent problem with the CPU fan runs at full speed. Sometimes it happens at the time when I start it, sometimes only in my session, and sometimes only after a certain time. So does seem to be a problem of "heating".

    Second issue is with the mode 'sleep'. It may occur also at any time, at the start of the iMac, session, or after a certain time. But once he starts to go in mode 'sleep', when I wake up, it goes right back in mode after a few seconds and that it will continue indefinitely until I restart the computer.

    What could be?

    Please help me!

    4ntoine

    Here is my model of iMac:

    iMac 27 "mid-2011 model 12.2

    Intel Core i7 3.4 GHz

    AMD Radeon HD 6970M 1024 MB

    OS X El Capitan 10.11.6
    SMC 1.72f2

    Boot ROM IM121.0047.B23

    reset the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

  • problem with playing the clash of clans

    I'm having some problems while playing the clash of clans on my 2 mini ipad screen does not seem to meet sometimes as if it was some sort of delay so I have to tap several times in order to use a filter or throw the troops on the battlefield.

    Hi Trinitygr,

    Thanks for posting in the Community Support from Apple! I understand that you are having problems with your iPad screen while playing a game. I like to play games on my iPad and I don't see how this could be a nuisance. I'm happy to offer assistance.

    Are you only had this problem when using the app clash of Clans, or does it happen in all applications? I recommend to start by following the steps described in this article:
    If an application you have installed unexpectedly closes, unresponsive, or does not open

    Take care!

  • I'm having problems with an outdated Apple ID

    I have problems with updating Apps etc in my Apple account because he always asked an obsolete in sign.  How can I change this?

    Hello

    Go down to itunes apple ID Delete page homepage all ID and then add it back back.

    See you soon

    Brian

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

Maybe you are looking for

  • How to decompress a download

    When I right click on the zip in my downloads folder I'm not given the possibility to decompress a download. How can I do? https://addons.Mozilla.org/Firefox/downloads/latest/426841/addon-426841-latest.xpi

  • Smart Z580 Fan Noise Control - I found the button, but how does it work?

    I just bought a Z580 with Windows 8. It has a Smart Fan Noise Control sticker. My understanding is that it can be used to control the fan speed. How? I don't find it in the manual. The button is the right most of five white labels under the badge of

  • omitting CAN library

    Hello I have a measurement program written in CVI that supports several instruments; communication is done by series, TCP, GPIB or CAN interfaces. Now I want the same program to compile (and run) on a computer that has no CAN instrument, and therefor

  • Excel spreadsheet

    How can I compile a group within an excel worksheet? For example, my database of church members a name, address, date of birth and so on, and I want to compile all the birthdays anniversaries for January, February and so on and so forth. Please tell

  • layers and backgrounds

    I worked in the Ps and the lower area of the right hand containing background and layers are gone. How to report them to the bottom of the right hand of the workspace?