Active Directory can authenticate to the APEX development environment

Greetings,

Environment:
Apex Version 4.0.2
Database version: 11.2.0.1
WebLogic 10.3.3
Listener of the apex

Is it possible to use Active Directory to authenticate access to the APEX development environment? I have all the individual applications using Active Directory authentication, but I can't find a way to integrate Active Directory to access the development environment.

Thank you
Larry

Larry,

No, you cannot change the way in which the APEX Application Builder authenticates users.

brgds,
Peter

-----
Blog: http://www.oracle-and-apex.com
ApexLib: http://apexlib.oracleapex.info
BuilderPlugin: http://builderplugin.oracleapex.info
Work: http://www.click-click.at

Tags: Database

Similar Questions

  • How to get the apex developing system variables

    Hi all

    Please help me find system variables, such as user name, the date system, workspace name, Application name, name of the registered source (field of the table) etc... in the apex development environment.

    Thank you
    Dennis

    Hi Dennis,

    If you want to get all the items page,... on the current page have a look at the views of the APEX dictionary. You can query all the metadata of your application at run time. For example

    select item_name
      from apex_application_page_items
     where application_id = :APP_ID
       and page_id        in (0, :APP_PAGE_ID)
     order by item_name
    

    will return the page all items on the current page and on page 0 names. Page 0 is a global page where all the components of this page to get merged into the current page during execution.

    The APEX_DICTIONARY view to return all the available Apex dictionary views.

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

  • Domain Services Active Directory could not create the ntds object due to dns settings look for failure on the specific domain controller

    Forest consist of 1 DC server 2003 with all fsmo and 2000 1 domain controller roles.

    Completed all questions of adprep and when I tried to promote server 2008 standard edition to a domain controller, had the error message stating that Active Directory could not create the NTDS settings for the domain active directory CN = NTDS controller

    Settings, cn is 2k8dc1, cn = servers, cn = Default First Site Name, c is Sites, cn = Configuration, dc is Marie-France, dc = com on the ad distance dc server2.amanua.com.

    To ensure that the provided network credentials have sufficient permissions

    "The DSA operation unable to act because of the failure of the dns lookup"

    The idea was to demote the 2000 machine when I completed the installation of 2008.

    Hello

    You can display the query in the link provided to improve assistance:
    http://social.technet.Microsoft.com/forums/en/categories/

  • How to identify the location of the directory of Images of the APEX?

    I don't remember the images directory specified during the installation of the APEX. How can I identify the location of the directory of Images of the APEX?

    Any help will be appreciated!


    Thank you
    Satine

    Dear Satine!

    Please take a look at this thread. Maybe it will help you take. Broken image links on APEX 3.0 in Oracle 10 g XE? Here is the solution

    Yours sincerely

    Florian W.

  • I can't open the web development tools

    I can't open the web developer tools tab in the firefox menu and the text is bold

    This happens with all the tools in this menu?

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

    • Do NOT click on the reset button on the startup window Mode safe or make changes.
  • An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    The error was: "an existing connection was to be closed by the remote host".
    (0 x 00002746 WSAECONNRESET error code)

    The query was for the SRV record for _ldap._tcp.dc._msdcs. HAMI. LOCAL

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Forums TechNet Windows 7 Technet.

    Here is the link:
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Hope this helps

  • Recently upgraded to Windows 7 to 10. Now, after the export of an image, I have out of Lightroom before I can work on the module development for another photo. I have the Version of Lightroom 6 CD. Is this a compatibility issue?

    Recently upgraded to Windows 7 to 10. I have Lightroom 6 CD Version Dell PC. Now, after the export of an image, I have out of Lightroom before I can work on the module development for another photo. Is this a compatibility issue? How can I solve this problem? Thanks for any help.

    Lightroom preferences, tab performance.

  • How can I activate the rapid development.  It is grayed out and inaccessible why this phenomenon happens?

    I bought and used LR 5.7 and can't get the rapid development in the work Panel.  It is grayed out and unavailable.  It would be a great time saving tool, if it was available, why would this happen.  I paid for the whole programme then why not work?

    The only reason I can think of, is that you do not have a selected image.

  • How can I stop the URLLoader access caching in the Flash development environment

    I am loading an external XML file when it is in the Flash development environment. ActionScript 3.0 (CS3) accesses the XML file using URLLoader. All right until I need to change the XML file. When you test the Flash application in the development environment, he does not see the changes I made to the XML file, because the URLLoader is sort of caching the results. For example, the XML file is exactly the same. It's very frustrating. Is there a way I can blow this cache so that URLLoader is obliged to load the XML file? Currently, I have to restart the Flash environment or change the name of the XML file. Whatever it is, it's painful. Thank you.

    What do you mean «if the XML target is local...» » ???  If it's local it is not hidden.  otherwise it's.

    If your xml file is not local in addition a changing query string:

    "www.domain.com/xml/yourxml.xml?queryS=" + Math.Random ();

  • To create the local development environment

    Hello

    I need to create the local development environment

    There are two options:

    1 gateway pl/sql embedded
    2 oracle xml db http server

    * 1. how to know the configuration that I use to create the local development environment? *

    After installation:

    * 2. how to configure? *


    http://hostname/ReportServer: port/apex/apex_admin... for embedded

    or

    http://hostname:port/pls/Apex/apex_admin...for oracle xml db



    from the tutorial, I just couldn't understand.

    for example, apex is defined in the configuration file? ... How to find?


    I'm stuck.

    Hello

    You have database XE, so you have before installation EPG. You don't need to worry about installation of DAD.
    Check the links I posted.

    The only thing you need to do is to allow remote clients, if your database is not in the same machine where you try to access it.

    If you go to Apex of the same machine where is database, point just your browser to http://localhost: 8080/apex

    BR, Jari

  • How can I use MS Active Directory to authenticate a PIX?

    I currently have a race PIX515 6.3 and I have created user manuals from via PPTP (VPDN) to my protected network (administrative nightmare). Is it possible that I can use MS Active Directory database user and have the PIX refer to him for authentication? Or do I need to Cisco's ACS software to accomplish this?

    Here you go

    http://www.Cisco.com/en/us/products/HW/vpndevc/ps2030/products_configuration_example09186a00800b6099.shtml

    http://www.Cisco.com/en/us/products/HW/vpndevc/ps2284/products_configuration_example09186a0080094700.shtml

    concerning

    John

  • Authentication provider - Active Directory - all members of the AD can connect

    Hi people,

    It is a question about the installation of an alternative authentication provider (Microsoft AD).

    We have implemented integration with AD, and now everyone in the field of the AD can authenticate with OBIEE and automatically in the BIConsumer group. Is this default behavior / scheduled? If so, is there a way to get around this?

    Thank you

    Using filters to restrict the user of your security domain store could not prevent the user to authenticate on OBIEE. I think that its still a bug to refer to:

    Bug 13892104 : USERS WHO ARE NOT FILTERED FOR WEBLOGIC from AD STILL LOGIN IN OBIEE

    The workaround to stop other groups of ads to access BI is limiting access to OBIEE for authenticated role (i.e. everyone) which is a valid user in LDAP, you can restrict the Access Home Page of the screen maintain privileges in the form of OBIEE Administration. Give access to the House only access to roles that you want to give access to OBIEE, who never does not part of these roles cannot access OBIEE.

    Refer to this note for more information:

    OBIEE 11g how to disable the connection to /analytics and /xmlpserver when the user is not in Group (Doc ID 1479004.1)

    I hope this helps.

    Thank you

    SVS

  • ACS 5.3 join two different directories Active Directory without reply in the ad.

    Hello my name is Ivan:

    I have a question...

    Can join GBA 5.3 to two different Active Directory directories that are in two different networks for the use of eap peap mschap v 2, with 2 different certificates, to authenticate users in a wireless network?

    I have

    AD 1 in the newtork with Certification Authority 1 10.25.1.0/24

    AD 2 in the network 192.168.10.0/24 with Certification Authority 2

    There is no replicate in the 14:00 users in AD 1 are totally diferent from the AD 2.

    Both of their ad I want to join my ACS 5.3.

    How can I do?

    Thanks for your replies.

    Concerning

    Here are a few things we can think in your scenario.

    >            You cannot integrate the same ACS server directly to two different areas of AD (AD1, AD2). With ACS 5.3, all you can do, establish 2-way trust between domains (AD1, AD2). This way users of the area approved by ACS installed in the local domain can authenticate. You must add a UPN or the prefix NETBIOS suffix (e.g. [email protected] / * /-name) for the user name when is authenticating with a domain (Trusted one) that the ACS is not joined to, including child domains.

    >           However, with ACS 5.4, you can join the nodes of the same deployment GBA to different areas of the AD. However, each node can be attached to a single AD domain.

    ACS 5.4 primary - domain a.

    5.4 ACS secondary - domain B

    Release notes.

    http://www.Cisco.com/en/us/docs/net_mgmt/cisco_secure_access_control_system/5.4/release/notes/acs_54_rn.html#wp71092

    >            I'm not going to give an option to integrate ACS with LDAP as an identity database because LDAP does not support Peap Mschapv2 so any object of setting up the EAP authentication will fail.

    It will be useful.

    ~ BR
    Jatin kone

    * Does the rate of useful messages *.

  • Is there real problems leaving the production as a 'full of APEX development environment?

    Hello

    We have recently installed APEX (5) in our production and Test environments.  We have not all applications running in Production at the moment.  Looking through the documentation I've learned that you can configure an instance of the APEX "APEX full development environment" or a "APEX Runtime Environment" and you can switch between the two through scripting.

    It is recommended to set your runtime production environment.  However when you do this you will lose access to admin functions.  My questions are:

    (1) if we look / account ADMIN secure as well as all users in our application workspace, is so no REAL question simply letting PROD as development environment?

    (2) If you make your Production environment, a runtime environment, it seems that you can import only new applications via the SQL script.  What happens when you export out of your Test instance and it has an application ID that is already used in the Production environment?  When you import forward, it lets create you a new application ID instead of using the existing one.  I fear that the admins will accidentally overwrite an existing application if they import via the script.

    You can keep the Apex Builder in production. Indeed, it gives you a lot of additional options.

    Ask the administrator to disable all accounts developer of workspace in the production environment, however.

    Also, export the applications run only, not run & Build. It gives a little extra coverage.

    When you import forward, it lets create you a new application ID instead of using the existing one.

    It would be bad practice. You would create a nightmare of versioning IMHO. What happens if you get an error of production application ID 1231, page 21, which is the application ID 132, page 21 in development? How can you know which application is which?

  • Active directory user cannot access the report.

    One of the users active directory is unable to access a report, I gave the user view and Explorer in shared services provisions, are there other provisions that I need to give?
    According to the user when he clicks on the report and tries to open it, it asks for a username and password and generates an error when you try to connect by using his ID and password.

    Hello

    Your questions on the financial reports or forms of data in planning?

    In the case of forms, you can add affect access to the user reading/writing/no access. Open the form add assign access-> user-> select user-> give the appropriate access.

    For the reports go to Navigate-> explore-> select the report-> right-click provisioning-> click on remove users-> selcet available user or group run Panel selected-> next-> access inherit-> ok.

    Thank you.

Maybe you are looking for