The ADF Login page problem

Hi all
I developed an ADF application with the OPSS-based login page, I am facing a strange behavior in the login page, I type user and pwd and click on the "connect" button but instead of redirection in the next page, the login page is updated and I have to re-enter my credentials. This happens, two, three times (random is) so I'm able to have access.
What can be the problem?


THK in advance
L-

We use the ADF security and we faced the similar problem three weeks ago. This problem occurred only in Internet Explorer.
After that we contacted the support of oracle, they confirmed that it is a bug.

Tags: Java

Similar Questions

  • Problem with adding a new value to the default login Page

    I hope he's a simple guy, I added an element of the selection list to the standard login page (P101) to allow the user to select a FIELD as well as their username and password.
    When the next page appears and I am trying to retrieve the value which is held in the new domain, it has been deleted, but the values entered in the elements
    P101_USERNAME and P101_PASSWORD are always present.

    I can't understand why the values that held in points P101_USERNAME and P101_PASSWORD are always present, but P101_DOMAIN has been deleted.

    I tried to create value to the zero page and writing in the field of value using pl/sql and javascript, but as soon as the page is requested, the value is cleared.

    Any ideas how to get around this problem?

    Thanks in advance

    I guess that your login page contains a process like this:

    BEGIN
       wwv_flow_custom_auth_std.login (p_uname           => v ('P101_USERNAME'),
                                       p_password        => :p101_password,
                                       p_session_id      => v ('APP_SESSION'),
                                       p_flow_page       => :app_id || ':1'
                                      );
       :t_random_number := :p101_random_number; /* this is something I added to my code */
    END;
    

    Now, if you go to this page:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:1

    Please note the random number assigned to you. Once you login, the same number will appear on page 1 (near the top).

    So, this is how you can solve your problem.

       :t_random_number
    

    is a part of the application.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • SRA 4600 Web Application Firewall blocks access to the Portal login page.

    We have a 8.0.0.1 - 16 4600 running and run the Web Application Firewall.  We had a few reports of users home that our portal page was not available, only tried IE, but everything went well here.  Today we had an internal machine with the same question and noticed that it was blocking WAF access: "threat of avoided WAF: Injection SQL 1 attack" you can see nothing wrong with this machine that may be cause the WAF to block the Portal login page.  Here are the event log:

    "Jun 10 09:34 sslvpn1 SSLVPN: id = sslvpn sn = C0EAE4745184 time =" 2015-06-10 09:34 ' vp_time = '2015-06-10 14:34 UTC' pri fw = xx.xx.xx.xx = 2 m = 34 c = 402 src = dst = xx.xx.xx.xx xx.xx.xx.xx user = 'Unknown' usr = 'Unknown' msg = "prevented WAF threat: SQL Injection attack 1 ' URI=remote.ncmic.com:443/ rule-match =" _ga = ga1.2.1366358136.1433946841; " _dc_gtm_ua-21325736-1 = 1 "AttackCat = 'SQL Injection attack 1' somm ="SQL Injection is a technique of attack used to exploit websites that construct SQL statements from user-supplied input,"hamid = category '9005' = 'command execution - SQL Injection' agent =" Mozilla/4.0 (compatible; " MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; NET4.0C;. NET4.0E; Tablet PC 2.0)' geoCountryID = '0' geoCountryName = 'LAN' geoRegionName = 'unknown' geoCityName = 'unknown '.

    Other machines can access the page without problem... thoughts?

    Can not reproduce this problem at the moment...

  • Customizoing the Webvpn login page

    Hey ppl!

    On ASA 8.x sslwebvpn running with the Anyconnect client.

    The default login page has a Cisco logo in the left corner. Change the properties of defaultcustomization, I see that the Logo comes from

    Now - where is + CSCOU +? How can I / if possible download a business on this frontpage logo?

    I read the customization on the Anyconnect clint doc - and who does not have the trick to this.

    Any thoughts?

    Kind regards

    Kelvin

    Hi Kelvin,

    6.0 (3) ASDM

    Access configuration

    ---> Remote access VPN

    ---> Access clientless SSL VPN

    ---> Portal

    ---> Webcontents

    ---> Import

  • Customize the Standard login page

    I use 24 cloudy theme on APEX 4.2.6.00.03.  Just try to do a few things that quickly brought me into an edumacation rabbit hole.  But I like to keep things simple.

    Try to change the background image on the standard login page (not in the region, not the image in option left in the area, I mean background image in the classical sense of HTML) which doesn't seem to work in the same way as the other pages.  It seems to relate to the theme & model page.  To replace the model of 'Login' to 'default theme' Page displays the background as planned for my setup below.

    On the attributes Page for the default login page so any application (e.g., p.101) using this theme (have not tried others).  I have change the HTML header on the page to be:

    < style type = "text/css" >

    body

    {

    background-image: url(#WORKSPACE_IMAGES#test.png);

    background-repeat: no-repeat;

    background-size: cover;

    }

    < / style >

    Where test.png is the name of a file that I imported into my workspace application.

    Run the page, and nothing happens.  Re-edit attributes Page, up to 'Default Theme' as shown and the background shows fine (but of course the rest of the layout is wrong).

    I guess I should be copying the model of Login Page (done) and then edit in a way to support the display of a background on this page.  Any thoughts on next steps?

    IQof20 wrote:

    I use 24 cloudy theme on APEX 4.2.6.00.03.  Just try to do a few things that quickly brought me into an edumacation rabbit hole.  But I like to keep things simple.

    Try to change the background image on the standard login page (not in the region, not the image in option left in the area, I mean background image in the classical sense of HTML) which doesn't seem to work in the same way as the other pages.  It seems to relate to the theme & model page.  To replace the model of 'Login' to 'default theme' Page displays the background as planned for my setup below.

    On the attributes Page for the default login page so any application (e.g., p.101) using this theme (have not tried others).  I have change the HTML header on the page to be:

    Where test.png is the name of a file that I imported into my workspace application.

    Run the page, and nothing happens.  Re-edit attributes Page, up to 'Default Theme' as shown and the background shows fine (but of course the rest of the layout is wrong).

    I guess I should be copying the model of Login Page (done) and then edit in a way to support the display of a background on this page.

    Probably your CSS rule is not applied due to rules theme appearing later in the cascade or with the greater specificity. Correspondre correspond to the specificity of rule of theme by adding that he uses the ID selector, then override the waterfall using the! important directive:

    body#uLogin {
        background-image: url(#WORKSPACE_IMAGES#test.png) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    

    4.2 page Inline CSS property should be used for custom CSS acting rather than the HTML header, which has the advantage of not requiring the style wrapper element.

  • not able to open vro configuration manager if State HTTP 400 Error - Invalid reference directly to the form login page.

    32.jpg

    Hello

    You are not directly correct the VRO login page login, please take new private window and open the URL. https://IP:8283 / vco-config /

  • What about the OAM login page

    Hello world

    Im getting 404 error when accessing the url http:// < host_name > im content: 14100/oamconsole.

    If I have access to http:// < host_name >: 14100/oam im getting the login of the OAM page but I'm system error. Please try your action again. If you continue to receive this error, contact administrator. in the browser.

    In the log file I'm getting the following error...

    < 9 April 2012 14:26:25 IST > < error > < HTTP > < BEA-101017 > < [ServletContext@458296091[app:oam_server module: oam path: / oam spec-version: 2.5], request: [weblogic.servlet.internal.ServletRequestImpl@1baf0b54
    GET /oam/index.jsp HTTP/1.1
    Accept: * / *.
    Accept-Language: en - us
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; MS - RTC LM 8; InfoPath.3)
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive

    Root cause]] of ServletException.
    weblogic.servlet.jsp.CompilationException: could not compile JSP index.jsp
    index.jsp:2:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-html-1.0" %@taglib = "netui" % >
    ^----^
    index.jsp:2:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-html-1.0" %@taglib = "netui" % >
    ^----^
    index.jsp:3:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-databinding-1.0" %@taglib = 'netui - data' % >
    ^----^
    index.jsp:3:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-databinding-1.0" %@taglib = 'netui - data' % >
    ^----^
    index.jsp:4:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < %@taglib uri prefix = "http://beehive.apache.org/netui/tags-template-1.0" = "netui-template" % >
    ^----^
    index.jsp:4:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < %@taglib uri prefix = "http://beehive.apache.org/netui/tags-template-1.0" = "netui-template" % >
    ^----^

    at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
    at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
    Truncated. check the log file full stacktrace
    >



    I also tried http:// < host_name >: 7001/oamconsole but in browser im get internet cannot display the page *. [Admin even break and oamserver is in operating mode] * what url I have to use to get the OAM login page?

    If I gave correct url I have to solve?

    Please advice me?


    Kind regards
    Knani

    Hello
    Here are the troubleshooting steps:
    1. check if there was a refreshment which took place.
    2 go and manually check if all policies configuration were relocated properly.
    3. After all, the update of the measures conducted were restarted servers if not go and restart the server.

    Kind regards
    Olivier B.

  • How to hide 'Select language' of the OBIEE login page

    Hello
    I want to hide 'Select language' and the drop-down list of the OBIEE login page.

    Appreciate your help.
    Thank you

    See:
    http://obiee101.blogspot.com/2008/10/OBIEE-no-language-dropdown-on.html
    the languages required between the AllowedLanguages together and goto instanceconfig.xml tags

    concerning

    John
    http://obiee101.blogspot.com

  • Host PayPal and EBay loading OK, but during the registration/login page is selected this page open as text based GUI. No error message is given.

    For the past month tried to solve a recurring problem with EBay & PayPal login pages. My PC is a near new as is the operating system, Win7 64-bit Home Premium edition. The 1st problem took place approximately 6 months with my previous PC and Win XP Pro, but it disappeared after a few days and Firefox updated. This problem does not occur with IE 8

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

  • Cannot access the EBS login page

    Hello

    I have already installed EBS VISION demo and all the services it and race, but I can't access the login page.

    http://ebs122.ebsdomain:8000/OA_HTML/AppsLogin

    output de./adstral.sh:

    ********************************

    All services enabled for this node are started.

    adstrtal.sh: exit with status 0

    adstrtal.sh: check the logfile /d01/oracle/app/VIS/fs1/inst/apps/VIS_ebs122/logs/appl/admin/log/adstrtal.log for more information...

    adstrtal.log:

    [Service Control implementation report]

    The format of the report is:

    < group Service > < Service > < Script > < status >

    Root Service                                                                                 Enabled

    Adnodemgrctl.sh root Service NodeManager Started

    Web administration enabled

    Web Administration AdminServer adadminsrvctl.sh Started

    Web Administration OracleTNSListenerAPPS_VIS_ebs122 adalnctl.sh Started

    Entry Point active Web services

    Entry point Web Services Oracle HTTP Server VIS_ebs122 adapcctl.sh Started

    Web Entry Point Services Oracle Process Manager for VIS_ebs122 adopmnctl.sh Started

    Application Web enabled services

    Web Services application oacore_server1 admanagedsrvctl.sh Started

    Web Services application forms_server1 admanagedsrvctl.sh Started

    Web Services application oafm_server1 admanagedsrvctl.sh Started

    Web Services Application forms-c4ws_server1 admanagedsrvctl.sh Started

    Services enabled processing batch

    Batch Processing Services OracleConcMgrVIS_ebs122 adcmctl.sh Started

    Batch Processing Oracle ICSM VIS_ebs122 ieoicsm.sh people with disabilities Services

    Batch Processing Services Oracle Fulfillment Server VIS_ebs122 jtffmctl.sh Started

    Other disabled Services

    Other Services OracleFormsServer - forms VIS_ebs122 adformsrvctl.sh disabled

    Other Oracle MWA Service VIS_ebs122 mwactlwrpr.sh people with disabilities Services

    Any help?

    Thank you

    Luis

    Hello. I already fix the problem. I did:

    iptables-f

    Concerning

  • APEX listener returns the empty login page

    APEX 4.2.2

    APEX 2.0.2 listener

    GlassFish 3.1.2.2

    The platform is 32-bit, Linux, Amazon EC2

    I am reasonably sure I have properly deployed the apex.war and i.war to Glassfish and set a virtual path and database connection correctly.

    When you run Firefox on the EC2 machine, access to the

    http://localhost: 8080/apex/dad1.

    does not return a login page, no problem. But navigation externally visible publicly address (I have to hide the real address, I'll use a.b.c.d) of the hosting machine or across the net returns a blank page:

    http://a.b.c.d:8080/apex/dad1.

    The success of this operation:

    http://a.b.c.d:8080

    I get the standard Glassfish page so I know Glassfish is listening on that address.

    I also tried from the stand-alone earphone, and I get the same effect: it refers to a login screen when browsing the localhost, but go to the external address, I get a blank page.

    The pages are really blank, there is no indication in the source of the page and it's all Firebug returns:

    <html>

    <> Chief

    "" <link title= "wrap long lines" " href="resource://gre-resources/plaintext.css" type="text/css"" rel= "alternative style"> "

    < /head>

    <> body

    <>of thepre< /pre>

    < /body>

    < /html>


    I tried to enable the query server side, but I have yet to find the way to produce the equivalent of an access.log. Searching the forum produced a few references to "routing rules" but I couldn't find what and where he could be.

    As the listener works perfectly when you go to localhost, I can't believe that rthis is the common problem of not finding the vivid, or url mapping problem. But I am of course open to suggestions!

    Any idea will be welcome.

    Thank you for your time.

    Fixed. Finally tracked it, a redirection problem fixed with the patch 16760897.

    Thank you to everyone who watched this, I'm sorry to have lost your time, hope to post the solution will help someone else.

  • Branching from the main Login Page

    < h2 > connect - by user menu choice drop-down page go to - main Login - does not work on the 1st attempt < / h2 >

    I have page 101 default login page. The user wants to go to the page 10 or 20 based on the drop-down list of choices from the list it on this page. When connecting, the user types, Username, Password and a drop-down list of page10 or page 20 to navigate to...

    I created a list of selection drop-down item on page 101
    The user can choose 10 or 20 from this list by entering their name of user and password
    Click on the "connect" button

    I'll put the process of "login" page to page 101 to the appropriate branch based on the choice of the user above. (wwv_flow_custom_auth_std.login)

    P_UNAME = >: P101_USERNAME,.
    P_PASSWORD = >: P101_PASSWORD,.
    P_SESSION_ID = > v ('APP_SESSION').
    P_FLOW_PAGE = >: APP_ID | : GO_TO_WHICH_PAGE_VAR
    I also put an application variable in creating a calculation on this page just to see that the user has selected the page
    -
    Problem
    -
    The process of Page goes to the Page 10 (default login page) first.
    I sign, and then choose the Page 20 for navigation drop-down choice.
    Connection on page 20 does not occur when this choice is made...
    -
    Now, I am new and during reconnection at page 101, I chose the 10 page, BUT the navigation now flows to Page 20 of the connection process.
    -
    It seems that the FIRST time when I login through the page 101, the choice of the user in the course of this attempt, DO NOT get manipulated or honored. I'm managing NVL also during the process of "login" page above.

    Please notice, why the 'branch' for the choice of the user on the page 101, is not parsed or honoured correctly the first time and applied to determine the page to land on? Once a successful connection occurs, the first branch - to the page selected by the user seems to be captured and again during the process of disconnection-re-login to honor...

    Please advice. Thank you

    SV

    Hello

    Try to place for the authentication of authentication code prerequisite system process.

    :FSP_AFTER_LOGIN_URL := NULL;
    

    Kind regards
    Jari

  • Facebook games doesn't work on Firefox only. Clicking on a game app takes me to the Facebook login page. How can I fix it?

    When I click on any application game on Facebook it takes me to a login page for Facebook. Flash Player does not even appear on games that need it. I have deleted cookies, cleared the cache, enabled 3rd party cookies. This happened today all of a sudden.

    I found the solution. Somehow the cookies "apps.facebook.com" becomes blocked. DOH! Unlocked and everything is back to normal. Thank you.

  • How to stop Auto-filling of the id and the password on the yahoo login page?

    Firefox asked me if I wanted my Yahoo login page automatically informed whenever I connect. I said 'yes' by mistake. Now, I know that I don't want. How can I stop it?

    To unremember a password, follow these steps:
    Go to tools > Options > Security > records passwords.
    And remove the site and passwords you don't want firefox to remember.

  • fax from the adf which page goes first, the one on top or on the bottom of the stack

    What page will initially when fax you multiple pages ADF? HP Officejet 600 has more. I wish that my cover to be the first fax page.

    Thank you

    Yes, sorry, officejet 6500 has more. He'll face upwards, so it takes first of all by the top.

    Thank you

Maybe you are looking for