OAM - Basic Auth dialog continues to show despite config.xml changes

I have set enforce-valid-basic-auth-credentials to false in config.xml of the application domain I am running some apps from.
The applications are all configured for BASIC authentication.
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>myrealm</realm-name>
</login-config>
The problem is that after logging on from the OAM default FORM page the Basic Authentication dialog is still being presented.
I have referenced the following SR's to try find more info:
OIM/OAM SSO Weblogic Authentication Pop up After Login [ID 1081011.1]
OAM Configuration Steps Needed to Prevent a Second Authentication Prompt by Weblogic [ID 559442.1]

The issue has been resolved.  There was no interesting work-a-round or fix involved.

Similar Messages

  • Disable JWS BASIC Auth dialog ?

    I have a Swing based client application that has a custom Login page. We have converted our client/server access from RMI to SOAP. The issue I have is when a user enters incorrect user/pass in my custom swing based login UI, JWS intercepts the response and throws up its own BASIC Auth dialog, instead of just failing so my users can reenter their credintials in the swing based login UI.
    Now, if you go ahead and reenter proper credintials in the JWS BASIC Auth dialog, then everything continues on ok. What I need to do is NOT get the JWS BASIC Auth dialog.
    This is easy to do with a HTML/JSP based login page, cause I could just use FORM based authentication. But that doesn't seem to work with a swing based client because there is no real login-form to redirect to.
    Any Ideas would be appreciated.

    It shouldn't be much harder than adding to your class this:
        private static class NOAuthenticator extends Authenticator {
         protected PasswordAuthentication getPasswordAuthentication() {
             return null;
        static {
         Authenticator.setDefault(new NOAuthenticator());
        }You may need a constructor, not sure, I have one in my version 'cause it'a bit more complex: it prevents server authentication (for exactly the same reason you exposed), but allows Proxy authentication.
    Bye.

  • How to prevent basic auth dialog box?

    Hi all,
    I have a webservice protected with basic authtentication.
    From my understanding I thought it would be possible to prompt the
    user for a user name and password using a flex form and then do a
    setCredentials on the WebService object to provide the server with
    the needed info, thus avoiding the broswers dialog box.
    However this does not work and I still get the browser dialog
    box. Even worse if I log out of the flex application and try and
    log in as a new user it seems the old credentials are cached by the
    browser so the new user get security errors as the flex usernam and
    basic auth username do not match up. This is how the app has been
    coded.
    Any idea?
    thanks

    I'm sorry you're question is not clear to me. Please explain a bit further.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Printer properties continue to show HP photo paper, despite Preferences being set for Automatic.

    Yesterday, while attempting to print a Word Perfect 5 document (my word processing app), the printer( HP Office Jet 6500 E709) operated, passed the paper through and made the printing sounds, but no ink was applied to the paper.  I thought perhaps the cartridge had run dry, although I usually get a warning and then can visually see from the finished print job when the ink cartridge is empty.  My PC is running Win XP Professional, and the printer has never been a problem.  I installed a new Black cartridge and successfully printed off a test page.  Still could not print the WP document, or any other document from "my documents" file.  Tried the "copy" function and the printer worked fine.  Still no document printing.  Printed a Yahoo e-mail using the "print" option at the top of the message, and the printer worked fine.  When printing from that icon, I got a pop-up display with a menu option labeled "preferences."  This is the standard routine when printing an e-mail. I clicked on preferences saw that they were set at automatic, portrait, and color.  I changed color to Gray Scale, black ink only, and the page printed properly.  This has always been the routine, whether printing an e-mail of printing a document.  Then I went to my WP document and hit the printer icon on my task bar and got a different pop- up display.  In this display there was no "preferences" option, only a "properties" option.  When I pressed that button I saw a setting that said HP Photo paper, portrait, grayscale high quality.  I changed the paper type[ to "automatic" but cold not change the color option to black ink only.  I closed the menu and attempted to print.  No ink.  I repeated the steps and discovered that the properties had reverted back to HP Photo Paper.  I attempted to print from the File menu and by using Cntrl P.  Neither option worked and the "Pproperties" continued to show HP photo paper, even though I changed it after each failed attempt and the hopper was full of white ink jet paper.  I deinstalled the HP printer and reinstalled it using the original discs.  Since the reinstall, the preferences are set as desired, and remain that way every time I chack them.  I can print a test page, copy and print email.  However, when printing from the print option in File, the task bar printer icon or Cntrl P, the pages continue to be processed but no ink is applied.  The pop-up menu that appears when using any of these commands always contains the term "properties" and those properties always show HP photo paper as the stock being used.  Regaerdless of how many times I correct the paper type, the entry reverts to HP photo paper after each attempt at printing. 

    I have the B8550 too, and I just assumed that since it's a fairly high-end printer, it would support the highest-end HP photo paper (i.e., Premium Plus).  However, the manual states:
    HP Premium and HP Premium Plus photo papers are not supported with this product.
    Now, I don't know if that means you shouldn't use it, or that the advanced features won't work, or ??? Or if you should use it, what settings to use (since that type of paper is not listed in the options on the drop-down menu.)  I have used the Premium Plus Soft Gloss without any problems.  But HP seems to think that the highest quality paper you can use with this printer is "Advanced," which is their third-grade paper.  Not exactly what I'd expect from this type of printer. 

  • Browser: Basic Auth login/password dialog has no "Remember Me" box, Browser re-requests password on every app restart

    Hi
    I'm new to BlackBerry and am at a loss how to solve this. Having to re-type Basic Auth l/p info *every* time after you restart Browser app just doesn't seem real in year 2013. Am I missing something obvious here?

    Here is the image above reposted - jpeg
    A new image that is png.  Hope this helps

  • The dialogs doesn't show up over HTTPS connection.

    JWS usually shows Version check and Launching dialog when it start up.
    But when it started over HTTPS connection, those dialogs doesn't show up.
    When we use HTTP connection, the application launch by following step.
    1. Java loading dialog shows
    2. Version check dialog shows
    3. Launching application dialog shows
    4. Application launched
    However, in the case of HTTPS connection, step2, 3's dialog doesn't show up.
    (It might be skipped? What's going on?)
    I think that the step1,2,3 are processed by JavaWebStart.
    Is there any way to show these dialogs when we use HTTPS connection?
    Client: Windows XP(SP2), JDK: 1.4.2_06
    Web Server: WebLogic(ver.8.1)

    When running over http or file protocol, these dialogs are shown if the update check takes more than 1500 ms, when application must be updated before launching (due in 1.5.0 to offline-allowed not being specified, or setting <update check="always" /> in 6.0) (assuming target isn't using basic authentication). If the update check can complete in less time than that, then the dialogs will not be shown.
    For https, there is a probability that the attempted https connection will cause https security dialogs, which would then always cause the check to take more than 1500 seconds (or whatever timeout is configured) so webstart won't show the download progress dialog untill it knows there is an update.
    This should be a bug, since it is handled beter in BasicAuthentication case.
    If you are using Authentication, the download dialog will show up only after 1500 ms if the JAuthenticator chalange dialog is not being shown.
    Similarilly, using https, he dialog should show after 1500 ms (or whatever timeout) if the https security dialog, or host mismatch dialog is not showmin.
    /Andy

  • Basic auth with RESTful WEb service and Web Service reference

    Hi, All,
    We have made much progress on getting an application working wtih RESTful web services but now are trying to figure out how to lock down a RESTful Web service while making it available for a particular application.
    We are using one of the sample 'emp' table web services that come with Apex 4.2 and are trying to apply Basic Auth to the WEb Service via Weblogic filter defined in the web.xml file. That works fine. I now get challenged when I try to go to :
    https://wlogic.edu/apex/bnr/ace/hr/empinfo/
    And when I authenticate to that challenge I am able to get the data. (we are usiing LDAP authentication at the Weblogic level)
    However, I am not sure how to get same basic authentication to work with the Web Service reference in my application. I see the error message in the application when I try to call that Web Service:
    401--Unauthorized<
    And I see:
    "The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials"
    How do I provide the credentials in the Web REference or do I provide credentials in the Application?
    Web service works fine if I remove the RESTful web service basic auth from the Web.xml file.
    Should we NOT use Weblogic basic auth and instead use basic auth from Workspace RESTful web service definition. If so, how do we implement THAT basic auth in the Web Service definition and in the Web SErvice Reference on the application?
    Thanks,
    Pat

    What I mean is diid you try to use the PL/SQL package for APEX webservice. Here is an example I use (modified and shortened, just to show how much better this is than to use it from the application).
    CREATE OR REPLACE PACKAGE webservice_pkg
    IS
       PROCEDURE create_webservice (
          p_id            IN       NUMBER,
          p_message       OUT      VARCHAR2,
          p_workspace     IN       VARCHAR2 DEFAULT 'MY_WORKSPACE',
          p_app_id        IN       NUMBER DEFAULT v ('APP_ID'),
          p_app_session   IN       VARCHAR2 DEFAULT v ('SESSION'),
          p_app_user      IN       VARCHAR2 DEFAULT v ('APP_USER')
    END webservice_pkg;
    CREATE OR REPLACE PACKAGE BODY webservice_pkg
    IS
       PROCEDURE set_credentials (
          p_workspace     IN   VARCHAR2,
          p_app_id        IN   NUMBER,
          p_app_session   IN   VARCHAR2,
          p_app_user      IN   VARCHAR2
       IS
          v_workspace_id   NUMBER;
       BEGIN
          SELECT workspace_id
            INTO v_workspace_id
            FROM apex_workspaces
           WHERE workspace = p_workspace;
          apex_util.set_security_group_id (v_workspace_id);
          apex_application.g_flow_id := p_app_id;
          apex_application.g_instance := p_app_session;
          apex_application.g_user := p_app_user;
       END set_credentials;
       PROCEDURE create_webservice (
          p_id            IN       NUMBER,
          p_message       OUT      VARCHAR2,
          p_workspace     IN       VARCHAR2 DEFAULT 'MY_WORKSPACE',
          p_app_id        IN       NUMBER DEFAULT v ('APP_ID'),
          p_app_session   IN       VARCHAR2 DEFAULT v ('SESSION'),
          p_app_user      IN       VARCHAR2 DEFAULT v ('APP_USER')
       IS
          v_envelope          VARCHAR2 (32000);
          v_server            VARCHAR2 (400);
          v_url               VARCHAR2 (4000);
          v_result_url        VARCHAR2 (1000);
          v_collection_name   VARCHAR2 (40)    := 'PDF_CARD';
          v_message           VARCHAR2 (4000);
          v_xmltype001        XMLTYPE;
       BEGIN
          v_url := v_server || '.myserver.net/services/VisitCardCreator?wsdl';
          FOR c IN (SELECT *
                      FROM DUAL)
          LOOP
             v_envelope :=
                   '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" '
                || 'xmlns:bran="http://www.myaddress.com">'
                || CHR (10)
                || '<soapenv:Header/><soapenv:Body>'
                || CHR (10)
                || '<parameter:'
                || 'some_value'
                || '>'
                || CHR (10)
                || '<bran:templateID>'
                || p_id
                || '</bran:templateID>'
                || '</soapenv:Body>'
                || CHR (10)
                || '</soapenv:Envelope>';
          END LOOP;
          set_credentials (p_workspace, p_app_id, p_app_session, p_app_user);
          BEGIN
             apex_web_service.make_request
                                         (p_url                  => v_url,
                                          p_collection_name      => v_collection_name,
                                          p_envelope             => v_envelope
             p_message := 'Some message.';
          EXCEPTION
             WHEN OTHERS
             THEN
                v_message :=
                      v_message
                   || '</br>'
                   || 'Error running Webservice Request. '
                   || SQLERRM;
          END;
          BEGIN
             SELECT    v_result_url
                    || EXTRACTVALUE (VALUE (t),
                                     '/*/' || 'Return',
                                     'xmlns="http://www.myaddress.com"'
                    xmltype001
               INTO v_result_url,
                    v_xmltype001
               FROM wwv_flow_collections c,
                    TABLE
                        (XMLSEQUENCE (EXTRACT (c.xmltype001,
                                               '//' || 'Response',
                                               'xmlns="http://www.myaddress.com"'
                        ) t
              WHERE c.collection_name = v_collection_name;
          EXCEPTION
             WHEN OTHERS
             THEN
                v_message := v_message || '</br>' || 'Error reading Collection.';
          END;
       EXCEPTION
          WHEN OTHERS
          THEN
             p_message := v_message || '</br>' || SQLERRM;
       END create_webservice;
    END webservice_pkg;
    /If you use it this way, you will find out what the problem is much faster.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • LDAP Basic Auth with IAS6.0SP2

    Hi, has anyone been able to get this working? I can't find much documentation on it.
    My web.xml has:
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>myrealm</realm-name>
    </login-config>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>myresource</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>myrole</role-name>
    </auth-constraint>
    </security-constraint>
    but I don't know what (if anything) I should put in the ias-web.xml.
    I've added my LDAP server to the configuration of the application server - but so far it doesn't even popup the authenication dialog box.
    Any clues?

    Hi, has anyone been able to get this working? I can't find much documentation on it.
    My web.xml has:
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>myrealm</realm-name>
    </login-config>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>myresource</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>myrole</role-name>
    </auth-constraint>
    </security-constraint>
    but I don't know what (if anything) I should put in the ias-web.xml.
    I've added my LDAP server to the configuration of the application server - but so far it doesn't even popup the authenication dialog box.
    Any clues?

  • Login via Basic Auth popup

    Hi, i have sap fiori running and i need GBAPP_PRAPPROVAL service to display basic authentication prompt.
    Currently i have configured global settings to use the class CL_SRA_LOGIN.
    I modified the system logon on the Error Page tab and i am able to display the login page that says "via popup" in the textboxes and then click to show the popup but i don't want the page to appear at all, i want only the http basic auth popup directly when you access the url of the service. How can i achieve this?
    Thanks!
    Andres

    Could you please paste a screenshot about what would you like to achieve?

  • IE6 WinXP Java2 and Basic Auth

    This only happens on WinXP (Pro is what I'm using), not WinME, Win2K or Win98/Win98SE.
    When I request a page with an embedded Java applet (with applet tags) that is "protected" with Basic Auth over SSL I first enter the Basic Auth credentials (username/password) in the IE6 dialog and then a second dialog appears, a Java one, to enter the same Basic Auth credentials again.
    On Win2k/WinME/Win9x only once am I required to enter the BA credentials with the IE6 dialog.
    What's up?

    I solved the problem of the double Basic Auth sign-ins accessing a HTTPS/SSL page containing <APPLET> tags by disabling JRE 1.4 and reverting to JRE 1.3.1.
    IMHO, JRE 1.4 is seriously broken WRT SSL/<APPLET>/Basic Auth.

  • Continue the query despite invalid date in a view

    Hi ,
    SQL :
    select id , mydate from myview
    where mydate >= sysdate - 1
    Error : ORA-01858 , a non-numeric character was found where a numeric was expected
    i am trying to find the record that is showing this invalid date
    else will have to do a manual search
    or write a procedure to find the record
    but Is it possible to continue the view despite there's a invalid date ?
    with a status column "VALID_DATE" that show Y - for valid date and N - for invalid date ?
    Please advise
    tks & rgds

    Hi,
    Connected to Oracle Database 10g Express Edition Release 10.2.0.1.0
    Connected as hr
    SQL> CREATE TABLE T(COL VARCHAR2(10));
    Table created
    SQL> INSERT INTO T(COL) VALUES ('12/02/2009');
    1 row inserted
    SQL> INSERT INTO T(COL) VALUES ('22/02/2009');
    1 row inserted
    SQL> INSERT INTO T(COL) VALUES ('99/02/2009');
    1 row inserted
    SQL> COMMIT;
    Commit complete
    SQL> SET SERVEROUTPUT ON
    SQL> DECLARE
      2     v_date DATE;
      3     v_mask VARCHAR2(10) := 'DD/MM/YYYY';
      4  BEGIN
      5     FOR REG IN (SELECT COL FROM T) LOOP
      6        BEGIN
      7           v_date := to_date(REG.COL,
      8                             V_MASK);
      9        EXCEPTION
    10           WHEN OTHERS THEN
    11              DBMS_OUTPUT.put_line('WRONG RECORD ' || REG.COL);
    12        END;
    13     END LOOP;
    14  END;
    15  /
    WRONG RECORD 99/02/2009
    PL/SQL procedure successfully completedRegards,

  • Forms based authentication + Basic authentication = no way to use the basic auth!!!!

    Hi,
    I setup a test sharepoint site, claims mode, with both the forms and basic authentication  enabled.
    I expect to see the page asking me which authentication method I want to use, but I never see this page!!!
    I have to select the windows authentication (NTLM or Kerberos) to see this page!
    why using only the Basic authentication did not prompt the user?
    and how to be authenticated using the basic authentication rather than the forms auth when both are enable for the same site?
    >I do NOT want to extend my site to have 2 zones... my question is ONLY with 1 zone configured.

    What is the business purpose for using Basic Auth over NTLM/Kerberos?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • BUG: "Save As" dialog is not showing

    sometimes i have the problem (since CC) that the SAVE AS dialog is not showing.
    the window does not show when i select SAVE AS.
    SAVE works.. but i often want to save a new version without overwriting the old.
    i don´t know why it happens but it seems that BIG files (panoramas or many layers) are affected more often.
    happens 3-5 times a week.
    never had this problem with PS prior to CC.
    my system:
    intel I7 2600K
    16 GB ram
    GTX 770 (latest drivers)
    240 GB SSD (OS windows 7 64 bit)
    120 GB SSD (60GB free for scratch files)
    2 TB harddisk (1 TB free for scratch files)

    Photoshop should not crash even with big files so apparently there is something wrong.
    yeah obviously...
    Have you tried resetting Photoshop's preferences yet? That sometimes cures malfunctions.
    i have resetted the preferences yes.
    photoshop should not crash i agree.... but as you can read here in this forum it does.
    no software is free of bugs.... and i have worked long enough with computers to burry that expectation.

  • File Save Dialog does not show web folders

    Hi.
    My system is SAP ECC 6.0. From custom abap program, I need to be able to navigate to a sharepoint folder and save a file to it. I call METHOD cl_gui_frontend_services=>file_save_dialog for this. I have already mapped/added the SharePoint site (ex. http://abc/xyz/) to My Network Places. However, when I run my program, the File Save Dialog does not show the web folders in the said sharepoint site. Any clue to what I'm missing here? In WiinExplorer, I have no issue navigating/accessing the web folders.
    Thanks in advance.

    project manager
    um, yeah.
    Should not need the project manager simply to see new files added to a directory in a Open/Save dialog window since last opening the app.
    I did a scan, a extended scan, opened all the little turn down arrows of the
    full path to the directory I knew there to be the new files and yes, Logic
    shows them there in the "Project manager".
    BUT Logic still does not show the files in the Open/Save dialog windows.
    This is strange because even simple app like TextEdit can show
    new files in it's Open/Save dialog function windows without the need of
    a project manager.
    I have to quit and re-launch each time to see any new files?

  • When turning on my mac book pro it displays a screen with apple logo and begins loading a loading bar, after this continues to show loading circle however has been like this all day still no different. Tried turning it on and off however still same!

    When turning on my mac book pro it displays a screen with apple logo and begins loading a loading bar, after this continues to show loading circle however has been like this all day still no different. Tried turning it on and off however still same!

    ... then run Disk Utility, Repair Disk.
    Also:
    Resolve startup issues and perform disk maintenance with Disk ...
    Mac troubleshooting FAQ: start-up woes
    How To Fix Common Mac Startup Problems
    Mac Stalls on Gray Screen at Startup - Troubleshooting Mac Startup ...

Maybe you are looking for

  • Can't get it working - just want to view another desktop on my home network

    I need to be able to view (not control) the desktop of my PowerMac that is connected to my Zoom DSL modem in another room. I want to view that desktop from my MacBook Pro connected wirelessly to the modem. The PowerMac is running Mac OS X 10.3.9. The

  • Can SAP R/3 send RFC response to Xi

    Hi , I have one scenario where Sap has to trigger an RFC call and shouls send the response to XI and the Xi should write that response to file . How to send just response of RFC to XI ??

  • Business rules in 11.1.1.3 execute more than once

    My client has the situation where certain business rules (launched from the Planning BR interface) will execute more than once, sometimes twice or even three times. It seems that the rule will start to execute and then after 1 or two minutes, will la

  • UOM Conversion

    I have a scenario wherein I have to convert to UOM from the data record to CS based on the Material. Below are the steps i performed. 1.) In the BEx tab of 0MATERIAL entered 0BASE_UOM for Base Unit of measure and also created UOM0MATE DSO. 2.) Loaded

  • Time dependent navigational attribute

    Hi all,    I am new to BW, i would like to know what is time dependent navigational attribute and when we go for it. with regards, a.fahrudeen