Restrict users to connect (authentication SSO)

Hello

I use the SSO authentication for my APEX application, I want to only a limited number of people to access the app and not all employees of Oracle. Where and how to specify the condition of this filter?

Help, please

Thank you
Mary

Mary:

A schema for the permission of type ' Pl'Sql function return Boolean "should work well. The function could be something like this

declare
retval boolean:=false;
begin
select count(*)  into cnt
from valid_users_table                     --- table of valid users
where user_id=:app_user;
if cnt > 0 then retval := true; end if;
return retva;
exception when others then retur retval;
end;

CITY

Tags: Database

Similar Questions

  • Simple? to restrict users to connect to the DB

    How to restrict all users to connect to the database while the database is open and allowing only dba sys and system users to continue to connect to the DB?

    [email protected]

    Sami Malik wrote:
    Thanks for your comments, I've used the startup restrict to start the database in restricted mode, but still users are able to connect to the database. I also bounced the listeners on the two nodes of the RAC. Your comments are much appreciated.

    If users are always the option to connect this means that they are able to use the restricted Session privildge. You discover that users who are offending the restricted session, they are haivng this priv or not? If yes that remove and start over.
    HTH
    Aman...

  • Register the user after connecting Oracle SSO

    Hello

    I use Studio Edition Version 11.1.2.3.0

    My application is protected by Oracle SSO via mod_osso in OSH.

    I need to create a new user record in a table the first time that a user logs on, however I can not understand how do. I thought I might add a call activity of default method for my model of workflow that adds the user if needed and then moves, but I can't understand it.

    Any advice would be appreciated.

    Hello

    What is a phase listener that listens for the restoration after discovers phase. If the session is authenticated and a specific session memory flag is not set, it will create the folder. If the session flag is found, nothing will happen

    Frank

  • Internal users cannot connect to SSO

    We are in the process of implementation of Oracle Application Server SSO with our Forms customized using the Oracle 10.2.0.1 database application all version. We use JInitiator 1.3.1.22.

    Our development team is working offline via a VPN connection. They have no problem to access the SINGLE sign-on page, by logging in and using / testing the application.

    Developers who are in the building where the Linux servers are using the same address in the browsers IE7 that developers, but cannot connect.
    -They receive security certificate error, as we expect, because we installed a fake for the development system.
    -They click "continue to the Web site.
    - Then, they get the error "Internet Explorer cannot display webpage"

    The address they use is:

    https://devsys.ABC.com:4444/forms/frmservlet? config = MainForm

    We have verified that the domain name server is configured correctly.

    Any help, management and/or direction would be greatly appreciated.

    Thank you.

    Take a look at this thread Test.fmx does not... How to run

    It seems to me that your problem is related to the firewall, you must involve your network team so that they can check traffic...

    There should be at least two access, one for the SSO (infrastructure server) server and another server forms... they can sniff the traffic from one of the PCs where his failure and troubleshoot further...

    Just as Michael said (in the thread above from there), just because you can ping to a server does not mean that the port you need is open or that traffic to this port is not blocked...

    We had a similar problem, developers in a building, a floor specific to be exact, could not connect to the server of forms, but are they connected from another PC located in another floor in the same building they could, developers in another another building had no problems, it's just to give you an example of how detailed firewall rules can get...

    Ultimately the network team has detected that one of their firewall rules to block something also blocked access to the Forms Server for specific floor...

    Published by: Rodolfo Ferrari on September 4, 2009 16:50

  • Restrict the user to connect to essbase

    Hi all

    I use Essbase 11.1.2 to which loads metadata from oracle tables using ODI interfaces.
    During the loading of metadata, users try to retrieve data in spreadsheets excel that fails at the task of loading of metadata.
    Y at - it a command such as we can force disconnection of users before metadata management and restrict users to connect to essbase in metadata support.

    Thanks in advance

    Concerning
    RAV

    You try to run something like maxl

    change the system disconnect session on the strength of application appname;
    modify application appname disable links;

    then your charge

    change appname enable application connects;

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • After authentication check after user authentication using authentication SSO OAM

    Hi all

    We have recently configured all our apex oracle with OAM SSO application. Authentication works fine but the problem is, after the connection of users, we redirect users to different pages of the application based on their user role that is defined in the database table. This step is a failure because we use is no longer the Page 101 for a connection. We use the SSO OAM, which automatically connects the users when they launch the URL of the application. Please help on how to achieve this functionality. What other options are available.

    Previously, I had the sub process in Page 101 because we use page 101 of connection for users using LDAP authentication and we redirect users to different pages depending on their role.

    DECLARE

    v_role VARCHAR2 (30);

    v_page NUMBER;

    BEGIN

    BEGIN

    SELECT user_role

    IN v_role

    Of user_tbl

    WHEN USER_ID = UPPER (TRIM (: P101_USERNAME));

    EXCEPTION WHEN NO_DATA_FOUND THEN

    v_role: = NULL;

    END;

    IF v_role = "ADMIN" OR v_role = "POWER_ADMIN".

    THEN

    v_page: = 1;

    ELSIF v_role = "USER".

    THEN

    v_page: = 32;

    ON THE OTHER

    v_page: = 200;

    END IF;

    APEX_UTIL.set_session_state (p_name = > 'FSP_AFTER_LOGIN_URL', p_value = > NULL);

    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 | ':' || v_page);

    END;

    Thank you

    Rami

    Hi ragu_s,

    ragu_s wrote:

    We have recently configured all our apex oracle with OAM SSO application. Authentication works fine but the problem is, after the connection of users, we redirect users to different pages of the application based on their user role that is defined in the database table. This step is a failure because we use is no longer the Page 101 for a connection. We use the SSO OAM, which automatically connects the users when they launch the URL of the application. Please help on how to achieve this functionality. What other options are available.

    Previously, I had the sub process in Page 101 because we use page 101 of connection for users using LDAP authentication and we redirect users to different pages depending on their role.

    The "wwv_flow_custom_auth_std.login" procedure is intended to address the process of connecting to an application based on the set of "authentication scheme. A good way to do this will be to allow the user to authenticate and log in to the application home page and write a header PLSQL treat on the application homepage that redirects the user appropriate to its APEX_UTIL from landing page. REDIRECT_URL.

    Reference: Re: Re: Branch works not properly

    Kind regards

    Kiran

  • Connection of SSO authentication test only allows to vCenter administrator

    I'm vCO 5.1.1 with SSO configuration.  I am able to register Orchestrator using SSO registration - basic Mode; However, in the Configuration of SSO part, I am unable to save settings for a vCO Admin group I select it is a domain group.  While I can find the group using the group filter, when I click on "Update Orchestrator Configuration", the selected group of changes made to a local group on the vCenter Server system.  If I apply a local group as the vCO Admin as the Administrators group local to vCenter Server, and then test the connection by using the credentials of one of the members, the authentication fails: "subject of credentials are not valid."  The only credential that authenticates is built-in the vcenter Server system administrator account.  This prevents me to connect the customer to the vCO.  What could prevent the members of the group to be applied as vCO admins?

    The solution was double:

    1 can't use nested as vCO Admins groups.  I made a field of the CVO group Admins, but the Group was a group nested as a member.  All members of the domain group should be individual users.

    2. authentication SSO requires the full name in the login: [email protected]

    I also made sure my domain name has been listed as one of the default fields in the configuration of SSO.  Once I restarted the service configuration and the vCO Server service, I could successfully connect on the client of the vCO.

  • How Anyconnect VPN users will connect with cisco ASA, which uses the server (domain controller) Radius for authentication

    Hi team

    Hope you do well. !!!

    currently I am doing a project which consists in CISCO ASA-5545-X, RADIUS (domain controller) server for authentication. Here, I need to configure Anyconnect VPN and host checker in cisco asa.

    1 users will connect: user advanced browser on SSL VPN pop past username and password.

    2. (cisco ASA) authentication: VPN sends credentials to the RADIUS server.

    3 RADIUS server: authentication: receipt and SSL VPN (ASA) group.

    4 connectivity creation: If employee: PC so NAW verified compliance, no PC check Assign user to the appropriate role and give IP.

    This is my requirement, so someone please guide me how to set up step by step.

    1. how to set up the Radius Server?

    2. how to configure CISCO ASA?

    Thanks in advance.

    Hey Chick,

    Please consult the following page of installation as well as ASA Radius server. The ASA end there is frankly nothing much difference by doing this.

    http://www.4salesbyself.com/1configuring-RADIUS-authentication-for-webvp...

    Hope this helps

    Knockaert

  • Cisco NAC appliance - after a success does not change users to connect to the vlan propper

    Hello

    I am new to cisco NAC BURNERS and I have to troubleshoot an implementation. It is a real OOB IP gateway configuration. Users can connect to the Pentecost the CCA, but after the connection of this success, they remain on the role not authenticated, as well as on this vlan. I checked the SNMP protocol and seems to work very well. Also, I checked the logs on nac_manager.log and there is nothing surprising, in fact I see nothing about this user or IP address that connects.

    Also the user does not appear on the list of users online on cam.

    Can someone help me figure out how can I fix? version 4.8, I'll post any information requested

    Thank you

    We recently had the problem with Windows AD SSO and Windows 7 clients.

    Would authenticate the XP clients very well, however, Windows 7 clients would not authenticate and will remain just on the authenticated vlan.

    Our question was looking for CASE SSO account, we installed on AD. It only support the encryption, WHICH has no Windows 7 64. We turned off "Use OF THE encryption" on the account authentication UNIQUE AD and re-tested.

    What are the parameters of the port-profile to which is applied the switchport?

    What is the map settings vlan ports trunk not approved or confidence?

  • How can I limit the number of connections to my PC for an incoming connection at a time. Multiple users are connected to my computer via the network.

    original title: limit incoming connections

    I want to restrict the number of connections to my pc for an incoming connection at a time.  I have several users that connect to my computer, using the same user name & password.  If someone tries to open a session, they fall out of someone who is already connected, without notice. the only solution I can think of is to limit the number of incoming connections to one.

    Hi willard.

    Your question is more complex that most seem to be on the answers. I suggest that you re-post on our TechNetforums where computer professionals can help you.

    http://social.technet.Microsoft.com/forums/en-us/categories/

    I hope this helps.

  • How can I run a program with win xp have a restricted user account type in the title of windows 2003 Server domain controller?

    Dear all,

    I have a windows 2003 server and I have a domain controlor.

    I have win xp use in this field, the account type for these users are not administrator users and restricted users.

    When I need to install a program in any of these workstations, I need to disconnect the user restucted and the journal as an administrator user.  When installation is finished, I can run this program from the administrator user but when I closing session and connection for users user restruct I can not run this program and an error.

    My question is: How can I use this program with the user of gods?

    Thank you

    You would be better that tag on your workstation
    Windows Server - how to configure the group policy in windows server 2003 to remove the start in the start menu to xp pro user Expert MowGreen Windows IT Pro - consumer safety

  • How to prevent the login page in the same browser when the user is already authenticated

    Hello

    I use Jdev 11.1.1.6 with ADF implemented in my application security.

    I have Login.jspx that redirects the user to Home.jspx on a successful authentication. The user can either enter the URL of the Home Page or Login.

    Please consider the following scenarios:

    (a) the user is not authenticated in the current browser session

    (a.1) if the user enters the URL of the home page and the login page is displayed and redirected to the homepage on authentication

    (a.2) if the user enters the login page URL, then the login page is displayed and redirected to the homepage on authentication

    (b) the user is already authenticated in the current browser session, a new tab opens and

    (b.1) if the user enters the URL of the homepage then it shows directly the (already authenticated) Homepage

    (b.2) if the user enters Login URL then connect a page appears - This is the issue, it should either user to the homepage or invalidate the existing session and let users to proceed again.

    How do I get there? Any help is appreciated.

    Thank you

    JAI

    Hello

    the authentication check must be in a phase listener or servlet filter. If you use a phase listener and the homepage and login have a link associated with the ADF (PageDef file) then in the phase AFTER RESTORE_VIEW, you can use AdfContext.getCurrent () .getSecurityContext () .isAuthenticated () to tell if a user is authenticated or not.

    Frank

  • method of appeal as soon as the user is connected to the webcenter Portal

    Hello

    What would be the best place to call a java method as soon as the user is authenticated (connected) - before first connected page.

    I need to pick up the profile of the user to the ldap server.

    I use this bean OOB for login - oracle.webcenter.security.view.login.LoginBackingBean

    Thank you.

    Hello.

    ADF Phase listener uses are common in ADF, and WebCenter portal projects. You need to implement carefully for performance stuff.

    In our case we have implemented something like

    public void beforePhase(PagePhaseEvent pagePhaseEvent) {
            if (pagePhaseEvent.getPhaseId() == Lifecycle.PREPARE_MODEL_ID){
                UserBean user = (UserBean)ADFContext.getCurrent().getExpressionEvaluator().evaluate("#{c_i_p_b_userBean}");
                // Only if user information weren't loaded
                if (user != null && user.getUserPrincipalName() == null) {
                // Only if the users is really authenticated
                    if (ADFContext.getCurrent().getSecurityContext().isAuthenticated()) {
                        // Fill User attributes in the scoped variable
                        LDAPUtil ldapUtil = new LDAPUtil();
                        String userName = ADFContext.getCurrent().getSecurityContext().getUserName();
                        ldapUtil.getUserBasicAttributes(userName,user);
                    }
                }
            }
        }
    

    By running this code before PREPARE_MODEL_ID will mean that only will be implemented during the first page of loading time (not in the PPR requests).

    It does not affect performance.

    I hope this help you.

    Kind regards.

  • Select the application element when the user is not authenticated.

    Hi, quick explanation just what I would do:

    I would like to allow the user to connect to the system and open the page that he or she has been redirected in edit mode.

    My application sends e-mail notifications to users. When user click on the link of the page opens (application allows anonymous access in the playback mode).

    The problem is that when users try to connect to the application, they are redirected to the home page.

    My intention is to create button Edit on the page. This button will be variable application with the "page url" value and redirect users to the login page.

    After login, the login process looks like this:

    (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 | : F101_INITIAL_PAGE_NO

    );

    Where: F101_INITIAL_PAGE_NO is my point of application.

    I also created processes to define: F101_INITIAL_PAGE_NO if its value is null, so there is always the page to be redirected to.

    The problem I have is that I can not put point of application to the value I want to when I'm not authenticated. When I am authenticated everything works fine (I can request value set).

    The way I put the value of the element is:

    function setItemValue (item, value)
    {
    Alert (Item);
    Alert (value);
    get var = new htmldb_Get (null, & APP_ID., 'APPLICAITON_PROCESS = dummy', 0);
    Get.Add (Item, value)
    gReturn = get.get ();
    get = null;

    }

    My point of application is also unrestricted.

    All of the suggestions.

    Thanks in advance.

    get var = new htmldb_Get(null,&APP_ID.,'APPLICAITON_PROCESS=dummy',0);

    call page 0. This page is in your case probably fixed to "authentication: Page requires authentication. This is why it does not work.

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

  • Bug report: application process runs even if the user is not authenticated.

    Hi all

    I just stumbled on something that looks like a bug or a security problem for me:
    When you have an application at a point 'Load - before the header (header of page template)' this process is executed no matter if a user is logged on or past validates a session ID in the URL.


    Example:
    In my Application, I have an application process to download a file when a certain application is defined. I chose the application process to hide the url/location of the user files and make sure that this file can only be downloaded in an application context (thank you Dene for inspiration: [http://apex.oracle.com/pls/otn/f?p=31517:15]). This works really well and did all the things I want to do.
    But then I tried to call my download URL (for example http://myhost:myport / mytest/pls/f? p = 1234:0:123123123123:DOWNLOAD_FILE:NO ::) from another computer without logging in.) I expected to get the login screen of my application and all my pages require authentication, but I got the file.

    To work around this problem, I put in condition of the pl/sql process ": APP_USER IS NOT NULL AND: ASK 'DOWNLOAD_FILE' = ', now it works as expected and shows the login page if the user is not authenticated or given to the session id is null/not valid."


    I am mistaken and that the process should not run? I put same authorization "must not be public user" who has been ignored as well.

    Peter

    Peter and Dene,

    Thank you for this comment. I agree that this is a bug and we'll fix it. A solution you can set the attribute Public user of your application to PUBLIC_USER. As long as your FATHER connects as apex_public_user it shouldn't break anything.

    Scott

Maybe you are looking for

  • Install OSX no server on Mac Mini "Server"?

    I have the opportunity to buy a Mac Mini "Server" 2012, or a regular 2012 Mac Mini. Both are clocked at 2.6 Ghz i7, with ram of 4 GB, but the ordinary non-server Mac Mini is much more expensive. My question is, if I could reinstall OSX (El Capitan),

  • The line to type under the tabs disappeared. How can I get that back?

    The line under the tabs - where I could type in a question, view the address of the web site or web site is missing. How can I get that back?

  • Satellite L305D suddenly stops

    * Hello world *.I have a problem with my L305D and maybe you could help me. I was working with my computer to my bed and it suddenly turned off. It is perhaps because the air at the base was not well in traffic. It's extrange because I used to do the

  • The thread access is denied.

    I tried to read this post: https://forums.motorola.com/posts/54205c3dc4. However the forum says I'm not allowed to see. Why? If something happened?

  • apostrophe problem

    Hi, my keyboard has an apostrophe symbol. How everyone handles?