How to make use of SSO login credentials of oracle in Authentication shema using APEX

Hi
I am using SSO login for Authorizations. Would like make use of SSO for creating authentication schema. I would appreciate if someone can help me on this. My main requirement is to assign privilege based on users using SSO loging.

Here's an example.
I create a new application in APEX called Master with Application ID = 100. I modify some templates, create some LOV's in this master template.
I create a 2nd application in APEX called Subscriber with Application ID = 101.
In 101 I go to Shared Components => List of Values => Create. Choose to create as a copy of an existing list of values. In the dropdown, I choose Master (100) and click Next. You then are presented with all of the LOV's from your master application. First off you want to change the name from Copy of <LOV> to just <LOV> more because it is kind of confusing if you don't. In the copy drop-down, this where you choose Copy and Subscribe.
The way it works is that once an object subscribes, you always make changes to that object in Master (100), and there is a button to push that change to all subscribing applications. So if you have 30 applications subscribing to that one LOV, you just make the change once, push it to the subscribers and they are now up to date.
Keep in mind it doesn't work with all objects and only certain objects may be subscribed to. Objects like Application Processes for instance do not have a subscription feature, but you could use packages to keep common logic and just reference the same package anywhere you need it.
What I ended up doing was to create a master and a subscription application. The subscription template has no actual pages, just subscriptions to templates and LOV's that I need. Whenever I need a new application, I just create a new application as a copy of that subscription application and my subscriptions are already setup for me.
Check out the documentation and just search for Subscribe or Subscription and it should explain pretty much what I did above.

Similar Messages

  • I am From Asia, Malaysia. I'm still was a student, I would like to purchase a Macbook at online With Student price. How I make the payment at online?? Am I able to used my dad's credit card?

    I am From Asia, Malaysia. I'm still was a student, I would like to purchase a Macbook at online with student price. How I make the payment at online?? Am I able to used my dad's credit card? or any proof?? Emergency ***

    http://store.apple.com/my/browse/home/education_routing
    If you have further questions about the policies and procedures for ordering, call the Malaysian Apple Store at 1800-80-6419. Everyone here is just a fellow user and cannot speak for Apple.
    Regards.

  • How to not display nodes in a tree if Oracle roles are NOT used?

    How to not display nodes in a tree if Oracle roles are NOT used?
    We don't use Oracle DB roles to grant users access to Forms from the menu. We use a template and role system of our own. Basically a few tables with templates and roles.
    We want to convert our normal Forms menu to a tree menu and one of our key requirements is that when the tree is populated ONLY nodes with programs (i.e. forms) he has been granted to execute is shown.
    Since we don't use Oracle Roles how to do this in a tree?
    I created a function to show/hide LEAF nodes, BUT problem is that there are sub-menu nodes showing even if the leaf-nodes under it has not being displayed. My function has suppressed it.
    My tree query is like this:
    SELECT
         t.status, LEVEL, t.label, t.icon, t.node VALUE
    FROM
         tma_tree_menu t
    WHERE
    tma_authenticate_sys_chk_role(USER, t.node) = 1
    CONNECT BY
         PRIOR t.node = t.master
    START WITH
         t.MASTER IS NULL
    ORDER SIBLINGS BY
    t.position
    The tma_authenticate_sys_chk_role will return 1 only if the user has access to the form under that node.
    I tried the FTree functions in Forms but even that has nothing.
    Any help would be greatly appreciated.
    Edited by: Channa on Mar 17, 2010 6:49 AM

    Would you share the source code? I guess what I need is how exactly you retreive the user credentials from the DB table and set that boolean variable.
    and then how to condition it in UIX?

  • How to make Automatically Device driver installation in Win 7/WIn 8 when using RNDIS in Windows Compact

    We are developing a precision instrument that measures Temperature, Pressure and humidity used in the pharmaceutical industry.
    The Instrument is based on Windows Embedded Compact (7.0)
    WE establish a TCP communication vi a USB connection. This is done by the RNDIS Driver.
    When we connect the instrument to a PC we have to do the following in Windows:
    http://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7
    The INF that is used is then C:\Windows\inf\rndiscmp.inf
    We want this to be executed automatically
    The way it is automated is by setting the correct entry’s in the registration database on the Instruments. In Windows CE registration database.
    On
    http://www.usb.org/developers/defined_class we think we must set Base Class = EFh, SubClass = 04h and Protocol = 01h.
    But how is this done in the registry on the device?
    Who can help me :-)

    Hi Mads,
    changes in "rndisfn.h" in public folder have no influance on your project, because those files are not built at all. Visual Studio will use this one anyway (which is already built): C:\WINCE700\public\common\oak\target\armv7\retail\rndisfn.dll
    To make use of Microsoft public code, you have to clone this code - that is copy selected source files to BSP folder and adjust DIRS files to include new data in the compilation process.
    To clone RNDIS component, copy rndis folder from C:\WINCE700\public\common\oak\drivers\UsbFn\class
    to C:\WINCE700\platform\YOUR_BSP\Src\COMMON\USBFN.
    Edit source file C:\WINCE700\platform\YOUR_BSP\Src\COMMON\USBFN\rndis\rndisfn\sources:
    DOSYSGEN=1
    TARGETDEFNAME=RNDISFN
    TARGETNAME=RNDISFN
    TARGETTYPE=DYNLINK
    DLLENTRY=_DllEntryCRTStartup
    SOURCES= \
    rndisfn.cpp \
    TARGETLIBS= \
    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\ndis.lib \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
    $(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib
    SOURCELIBS=\
    $(SG_OUTPUT_ROOT)\platform\$(_TGTPLAT)\lib\$(_CPUINDPATH)\rndismini2.lib \
    $(_PUBLICROOT)\common\oak\lib\$(_CPUINDPATH)\ufnclientlib.lib
    Finally, edit C:\WINCE700\platform\YOUR_BSP\Src\COMMON\USBFN\dirs to include your new component (folder) in the build process:
    DIRS=\
    RNDISKITL \
    RNDIS \
    System will build now new rndisfn.dll, which will replace the original one in the public directory. I hope I didn't forget anything...

  • -Inquiry on how to set login credentials for Oracle management server?

    Dear All
    I am on my Oracle Enterprise Manager console. Can you please let me know how can I set its login credentials so other users can login to it via network?
    Thank you

    Thank you very much. I found my super administrator credentials set as 'SYSMAN/oem_temp' and it got through.

  • How to pass parameter from SSO login page to ADF application page?

    We have ADF-JSF application (running on AS 1013) that is being protected by OID running on AS 1012. SSO login page contains (among others) paramter ssousername and I wish to pass this to my ADF application. For the testing purpose I created ADF application entry point page that has something like this:
    <h:outputText value="#{param.ssousername}"/>and my sso login page has:
    <input type="text" size="30" maxlength="50" name="ssousername" value="<%=str_user%>">OID and ADF OC4j are running on two different servers, same network.
    So after successful login, when my page displays param passed is NULL?!
    Why?

    I solved it with the following....when my page loads, I execute test method:
        public void processLogin(String ssousername) {
             Object o  = JSFUtils.getUserFromSSOLogin();
             if (o!=null) System.out.println(o.toString());
        public static Object getUserFromSSOLogin(){
            FacesContext ctx = FacesContext.getCurrentInstance();
            return ctx.getExternalContext().getRemoteUser();
        }

  • Invalid Login Credentials  after a brand new install of APEX 2.2

    I'm trying to install APEX2.2 for the first time to see what it can do.
    I have followed the install document.
    When I got ot here, http://localhost:7777/pls/htmldb
    It requests a workspace, username, password.
    back to the documentation, it states use http://localhost:7777/pls/htmldb/apex_admin
    to create your workspace. And to sign in as admin, and the password passed into @apexins.sql When I try that, it results in the error message "Invalid Login Credentials" The documentation does not describe anything about that!
    Please help
    Thanks,
    Jason

    Joel,
    I had a cut and paste error in my last posting, I actually ran this:
    alter user FLOWS_020200 account unlock;
    connect FLOWS_020200/apex
    begin
    wwv_flow_api.set_security_group_id(p_security_group_id=>10);
    wwv_flow_fnd_user_api.create_fnd_user(
    p_user_name => 'admin2',
    p_email_address => '[email protected]',
    p_web_password => 'admin2') ;
    end;
    alter user FLOWS_020200 account unlock;
    I have a thought on why Ben and I both had this same "Invalid Login Credentials" issue. In my case it certainly wasn't because of any special characters in the password. I used apex as a password.
    From reading Ben's post I see we both first had a problem with the images directory. Sounds like Ben had the same issue I had. Which was in the marvel.conf I first entered this
    Alias /i/ "C:\oracle\product\10.2.0\db_as\Apache\Apache\images"
    instead of this:
    Alias /i/ "C:\oracle\product\10.2.0\db_as\Apache\Apache\images/"
    This caused my http://localhost:7777/pls/htmldb URL to paritially work. I'm thinking that may be what caused the "Invalid Login Credentials" once I made the Alias adjustment.
    Thanks,
    Jason

  • How to make a header in a table non-scrollable even when u use scollbar

    i'm adding the table to scrollpane and this scrollpane is added to the container using border layout in Center and using .gettableHeader() i'm adding this to the container in north.now the problem is when ever i scroll table data using scrollbar(vertical) table header is also scrolling.how to prevent this?
    thanks in advance

    Well, if you just add the table to the scrollpane, it'll take care all the rest, no need to add the table header to the North.

  • How to make a custom Linux image public, so that 3rd parties can use it to launch VMs?

    Is there a way to make one of my own custom Linux image public, so that 3rd party individuals can get it and use it to launch VMs? e.g. similar to AWS's Community AMIs?
    I currently has a custom Linux image, and when I tried to launch a VM, I can find it in "MY IMAGES" under the Gallery.  What should I do so that the 3rd party individuals can see and use this image to create VMs.
    Thanks in advance....

    I just posted similar question. With VM Depot, we still need to download image from VM Depot to our storage(which is time consuming) and then register the image with Azure. Then we can start to launch VM with the custom image. 
    Imagine we have multiple customers, each need to download custom image to their storage in order to launch VM, it could be both time and bandwidth consuming. 
    Wonder if you can do it as AWS community AIM way, we post the image there and customer can directly create instance from there without downloading the image to individual storage.

  • HT5312 i could not follow anything, it needs to be clearer, and i all i wanted was to find the answers to my questions, you told me how to make an itunes account. and i'm pretty sure the questions used to be "first teacher" and "favorite teacher"not partn

    HELP i just could not figure out how to find the answers to my security questions, and i do believe that the questions used to be "who was your first teacher" and "who was your favorite teacher" but now the second one is "where did you and your partner go on there first trip together, so now i'm wondering if i dont even have the answers anymore! why, have you changed the questions, and i really am having trouble following the help pages. i need help, it wont let me buy any songs or apps, so i've been saving the links and names to songs.

    We are fellow users on these forums, you're not talking to Apple or iTunes Support.
    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then steps 1 to 5 on the page that you posted from should let you reset them : go to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account, then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you should see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you won't get the reset option - you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the page that you posted from to add a rescue email address for potential future use.

  • How to make rolling plan at any point of time for 12 months using SOP/LTP?

    Hi Gurus,
    I am configuring an MTS scenario where the client desires that at any point of time, when he does planning, system should do a rolling plan. For example, let us say that we first do the planning in Jan for Jan to Dec. When he does the planning again in Feb, it should become a plan for Feb to Jan and so on. Is this possible in SOP/LTP? Please advise. Thanks.
    Regards,
    SB

    Yes. This is normal for SOP, but what are looking to achieve using LTP? Is this rolling plan operative, or simulative?

  • How to make a call by iphone to iphone?? I'm using iphone 4s.

    Help me please???

    adrianne devita wrote:
    So in the end, if i want to make a call, iphone by iphone, do you mean i need internet connection or what? Or just the same as calling with sim card..?
    Huh?
    There is NO DIFFERENCE between calling another iphone and any other phone in the world.  Just dial the phone number as you would with any other phone.
    Why do you think you would do something different?

  • How to make a gif have a transparent background which is ready for use within premier pro cc ?

    hi
    guys
    could you please explain the process of creating gif with a transparent background ?

    Just create the document with transparency and save a gif (»Save As« or »Safe for Web« depending on your needs).
    Are you talking about an animated gif?

  • Using Weblogic LDAP JAAS credentials for 3rd party authentication

    Hello to all!
    I'm posting this question because I'm developing a software layer that will connect a weblogic based web application, with LDAP authentication, to a 3rd party application, also with LDAP authentication, and I'm having difficulties in getting a <b><i>javax.security.auth.Subject</i></b> object from the weblogic server.
    I already have a way of doing it, but it requires that a username and a password exist in some sort of storage, in order to work (either hardcoded (which is to be avoided as much as possible) or stored in a file (which is to be avoided if possible, but if nothing better exists...)).
    I'm using a Weblogic 11g server, with LDAP authentication (LDAP provider placed in last at the provider list, with flag SUFFICIENT) and I'm developing the software layer using Oracle's jDeveloper 11g Release 1.
    Now, this 3rd party application requires a <b><i>javax.security.auth.Subject</i></b> object in order to perform authentication.
    How do I get this from the weblogic server ?
    Of the following approaches, can you tell me which are the most correct ones ?
    <ul>
    a)<b>
        LoginContext lc = null;
        try {
            lc = new LoginContext("<JAAS instance name>");
            lc.login();
        } catch (LoginException e) {
            e.printStackTrace();
        javax.security.auth.Subject subject = lc.getSubject();
    </b>
    </ul>
    <ul>
    b)<b>
        LoginContext lc = new LoginContext("<JAAS instance name>"
            new MyClass.CallbackHandler(userid, password));
        lc.login();
        javax.security.auth.Subject subject = lc.getSubject();
        javax.security.auth.Subject.doAs(subject, myClassObject);
    </b>
    </ul>
    <ul>
    c)<b>
        javax.security.auth.Subject subjectA = weblogic.security.Security.getCurrentSubject();
        subjectA.doAs(subjectA, myClassObject);
    </b>
    </ul>
    Thanks in advance,
    Nuno B.

    Here is a document on Monitoring and Reporting Tool Integration into Network Admission Control.
    http://www.cisco.com/en/US/netsol/ns466/networking_solutions_white_paper0900aecd801dee49.shtml

  • How to make a copy of a table in oracle?.

    I have a table.
    I would like to make an exact copy of the table (except for different name of the table) ..basically like a backup.
    Thanks!

    SQL> create table new_table_name as select * from old_table_name ;will create the new table with data populated. You need to create any primary key/foreign keys, constraints and indexes afterwards.
    if you are on 9i or later, you can also use dbms_metadata.get_ddl to get the complete ddl for the existing table and change the table name and constraint names to get exact structure as the old one.

Maybe you are looking for

  • Transport Issue - no conversion of source system name

    Hi Experts, I'm desparetly trying to import an transport request containing a transformation into my PRD System . At stage of method execution it fails with RC=8. Error MSG: The DataSource MY_DS  (MY_DEV_SYS) does not exist in object version A in PRO

  • G4 startup chime=ok, video=no, keyboard commands=no

    Hi everyone. I have a dual 1ghz mirror door G4 that stays on most of the time. Last night it was working fine but this morning it wouldn't wake from sleep so I shut it off by holding down the power button. It will occasionally freeze at night, so thi

  • Images not loading.. blue question mark(myspace and on google image search)

    not all images but the majority are not showing. Iv tried deleting everything possible to try and make it work. Its the same with other browsers as well. do i need a plug-in to get it to work.

  • Network printing not working...

    Hi there! I wanted to print a document out of Pages on my Canon IP3000 (connected on an eMac) by using the networkprint function. But that doesn't work! It appears a Message: "Print error". I added the networkprinter again and again, but that won't h

  • Best way to increase a-weighted RMS

    what is the best way to increase your a-weighted rms when mastering? ive looked around and cant find much on this. any insight would be apprciated:)