Authenticate user for specific pages

hello,
my application is authenticate via LDAP.
i want to grant access specific pages by users.
please advise.
thanks
Shahaf

Shahaf - See the User Guide and search this forum to learn about authorization schemes. That's what you need.
Scott

Similar Messages

  • Redirect for specific page for certain user

    All if i had a user that i just wanted to see one certain page, how can i set it up that one he /she logs in they get sent to that page. I did try the brances but when i put in
    Branch to page 37
    Condition "Value of Expression 1 = Expression 2"
    val1 :APP_USER
    val2 : SALES
    The page just redirects to the default page. The seq for the branch is set to be above
    the normal login seq

    I tried to solve the problem on another way. I authenticate users with data in the USERS table and my own authentication function. I have in this table a field with page number for redirection. I put this number in a :P101_PAGE item (and user_id in application item :APP_USER_ID) before calling login function. The login call is:
    www_flow_custom_auth_std.login(
    P_UNAME => upper(:P101_USERNAME),
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':'||v('P101_PAGE'));
    It works properly every second time.
    After proper redirection the session state is:
    P101_PAGE null
    FSP_AFTER_LOGIN_URL null
    APP_USER_ID null
    Otherwise (wrong redirection to page 1)
    P101_PAGE 10 (ok)
    FSP_AFTER_LOGIN_URL f?p=100|1 (fault)
    APP_USER_ID 1 (ok)
    Why is it so?

  • Security settings for specific pages

    I originally posted this question in the eBooks forum and was told this might be a better location for an answer. So, if you have seen it there please disregard.
    Question:
    I am developing a line of publications for our company and they want them to be secure from copying but allow them to be able to print specific pages. Is this possible? If so, how?
    Thank you

    Not as far as I know. Any PDF that can be viewed can be printed or copied, either as a screen shot, or by removing the "do not edit" password using free shareware. You can make the text harder to copy and re-use by either converting to outlines, or saving as an image (rasterizing), this will also make it non-searchable. An image can have an embedded watermark, but can still be extracted using edit image. My favorite way to thwart an image thief is to place a white tiff on top of an image (in InDesign) set it to multiply, step and repeat it several times, then when someone tries to grab it from the PDF they get a white image.

  • Handling page level access to users for sub-pages

    Hi,
    In my webcenter portal application, in navigation , I have mainpage1 and 3 sub-pages under it: subpage1,subpage2 and subpage3. We have a requirement that users with role manager should have access to all sub-pages under mainpage1 and users with role employee should have access to only subpage3.
    All these 3 pages are created in Jdeveloper (not at runtime) and have static region for different taskflow on each page. All 3 taskflows have access permission to all authenticated users.
    Using WebCenter Portal Administration Console, Resources tab I am setting access levels for user groups with Delegate Security as follows:
    mainpage1 -- manager and employee both have view
    subpage1 - only manager have view
    subpage2 - only manager have view
    subpage3 - manager and employee both have view
    When I am logging as user with manager role , I am able to see all three pages, but when I am logging as employee the link mainpage1 and all other subpages are hidden.
    I am able to set different access permissions for different groups at mainpages but facing issue for sub pages.
    Please help me if I am missing anything for setting page level access.
    Thanks and Regards,
    Minal

    Try to add the users instead of groups and see if you get same page access error?

  • Harvesting Projects Providing Access to Users for specific projects OER

    Hello Everyone,
    I am working on OER. I have to implement some requirements as follows:-
    1. When I am harvesting the project, all the files of that project are harvested in the OER. I want to harvest in a Specific Project that I have created earlier in OER or with the same Project name that I am harvesting. Is it possible???
    2. Suppose I have created a user named Arpit which is assigned User role in OER console. User role is provided access to view,edit,create Project. So Arpit can be able to view,edit,create all the projects in OER. But my requirement is that I want to provide access only to a specific project which are assigned to Arpit. Is it possible in OER?
    Please provide any suggestions on above points.

    Can you access the PDP section under the server settings and try to open the PDPs (choose the ones associated with the EPTs of the projects)? Is it successful?
    Then edit and save them without changing anything to see if it helps.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • Users for Portal pages

    Hey!
    Does anybody know a way to implement a 'login & password' module
    in a page builded in Portal?
    Thanks.

    There's no "guide" as far as I could find, but here are the most helpful links:
    http://help.sap.com/saphelp_nw04s/helpdata/en/ed/f794f201654cc8bdd6968e350800d9/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/ed/f794f201654cc8bdd6968e350800d9/frameset.htm
    MastHead Change & Portal Desktop
    If you just search for Master Rule Collection you should find everything you need in order to implement what you want.
    Cheers,
    Hermann

  • Admin can create user for specific company

    Hi all,
    I have requirement to provide authoriaztion to 3 basis admin in the way that  they can use su01, pfcg or any basis related tcode but one should be restricted to one company say 'A' only... i.e. I have 3 basis admin A, B and C  on single system and 3 comanies say DEF, PQR and XYZ .  Now A can create use id for DEF company only...same for the rest of the user and company..
    Is it possible n what way ?
    Rgds
    D L

    Of course this can be done.
    Here you would be using the S_USER_GRP authorization object.
    Giving access this authorization will allow user A to only manage users in group DEF
    S_USER_GRP
    ACTVT 02
    GRP 'DEF'
    Giving access this authorization will allow user C to only manage users in group XYZ
    S_USER_GRP
    ACTVT 02
    GRP 'XYZ'
    Create user groups via transaction SUGR.
    Read more at:
    http://help.sap.com/saphelp_nw70/helpdata/EN/fa/f63f4222fab16be10000000a155106/frameset.htm
    Good luck
    Regards Fredrik

  • Disable reader mode on Firefox Android for specific website/page/category?

    Hi!
    Is it possible to disable Firefox reader mode on Android version of browser for specific pages or category of my website. I have some technical pages such as payment page and I do not want users to be able to turn on reader mode (https://support.mozilla.org/en-US/kb/how-to-use-reader-mode) on this page.
    Kind Regards,
    Nikolay

    The way to avoid reader mode is to provide a mobile view of the page.
    https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag

  • How to access data of all users in a page?

    Hi all, I am new to APEX and have a query.
    I have installed APEX on my local machine, created a workspace, and added a few users with roles.
    I am creating an application, similar to a Library app, where I have a table that stores Books information (BOOK_ID, BOOK_NAME, etc). I'd like to create another table BOOK_USER with two columns, BOOK_ID and USER_ID. BOOK_ID would refer to the BOOKS table, and I want USER_ID to refer to the table that stores user details of the workspace that I am using. The data entry would happen from a page that has two LOVs, one for book name (using BOOK_ID as the value) and another for user name (USER_ID, or whatever field APEX uses to store user's ID). Can I do that in APEX? I've found ways to access and authenticate a user for a page, but how to get data of all users in the workspace? In other words, how to get all usernames in a LOV?
    As I am new to APEX, I'd appreciate if someone can guide me through the steps, or post links to tutorial, etc.

    Assuming that you are using the Application Express User Accounts for authentication, in that case you have to use built-in apex views
    selet * from APEX_WORKSPACE_APEX_USERSAnd use USER_NAME column instead of user_id
    See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/priv_public001.htm#HTMDB25949

  • Searching for a page in the site map

    Hi all! I'm using an older version of Dreamweaver... MX. I'm
    hoping there's a way to do a search for a specific page using the
    site map. I have some out-dated pages on a HUGE website I'm trying
    to clean up for a local organization. I did a search for orphans,
    and they were not listed. Therefore I know they are somehow still
    linked to other pages. So I can't just delete them. I need to
    update the links. I did this on my local drive, but I need to do it
    on the server, as I realized I can't replace all pages on the
    server (others have access to it too). Does that make sense?
    Anyway, let me know if I can search using the site map for specific
    pages. Thanks!
    Julie

    Do a sitewide find for the filenames. That'll tell you which
    other pages
    link to them.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "DigitalChick" <[email protected]> wrote in
    message
    news:fasdd7$e8l$[email protected]..
    > Hi all! I'm using an older version of Dreamweaver... MX.
    I'm hoping
    > there's a
    > way to do a search for a specific page using the site
    map. I have some
    > out-dated pages on a HUGE website I'm trying to clean up
    for a local
    > organization. I did a search for orphans, and they were
    not listed.
    > Therefore I
    > know they are somehow still linked to other pages. So I
    can't just delete
    > them.
    > I need to update the links. I did this on my local
    drive, but I need to do
    > it
    > on the server, as I realized I can't replace all pages
    on the server
    > (others
    > have access to it too). Does that make sense? Anyway,
    let me know if I can
    > search using the site map for specific pages. Thanks!
    >
    > Julie
    >

  • Access level to users at specific fields

    Dear Techies,
    I am new guy In BO and also to this forum icon_smile.gif
    I am designing my universe and now i little concern
    I want to design one universe for 5 departments in company
    and then i want to give specific rights for users for specific fields in the universe level
    any best way / solution there...
    any suggestion / help / link / tutorial would be highly appreciated
    regards
    Nadir Firfire

    Hi,
    You can deifne metadata restrictions for group of users in the universe.
    In Universe Designer, select the "Tool" menu then the menu option "Manage Security" and finally menu option "Manage access restrictions".
    Then click on "New" button to create an access restriction and select the "Object" tab.
    Last you have to associate the restrictions to users or group of users.
    Didier

  • Send notification to all users of specific responsibility in 11i

    Hi All,
    Is there anyway to send notification to all users of specific responsibility in 11i ?
    I have a setup form for hierarchy level (e.g level 1 - 5) by which each level will be notified either by responsibility or user?
    If its setup by responsibility, notification will be sent to all users under that responsibility.
    Do i have to create role using WF_DIRECTORY.CreateAdHocRole and add all users for specific responsibility to the role?
    Also if the responsibility setup changed, how to maintain the existing notification with the old resp.
    eg. level 1 is set to resp X then later on set to resp Y.
    Regards,
    Fendy

    Use 'Expand Roles' to achieve this. Please check the WF Developers Guide to see how it works.
    Yes, you may use wf_directory.createadhocrole for this purpose too.
    What do you mean when you say the responsibility has changed? It it is end-dated no notification should be sent to any of its members. It depends on the assignments of the role/user. if the assignment is used then the user will get it. If the assignment is end-dated then the user will not get the notification.
    You can always use wf_local_synch.Propagate_user_role to change the assignment of a user/role. If you want to end-date it, you can use it. Or you can add another user to the role, etc.
    Hope this helps,
    Alejandro

  • How To Show a Tab/Page in APEX for specific users

    Hi,
    I have created a page in APEX. I want to restrict the page access to all the users except two or 3 users(Admin users ).How do i restrict the access for a page/tab.Please help.I have enabled SSO authentication for my Application.

    i havent tested.. but this should work. i am no expert on these either, just to give you an example.. :-)
    JEditorPane ePane = new JEditorPane();
    HTMLEditorKit html = new HTMLEditorKit();
    ePane.setEditorKit(html);
    HTMLDocument htmld = new HTMLDocument();
    try{
    URL url = new URL("http://hcs.harvard.edu/~undercon/");
    InputStream ins = url.openStream();
    ePane.setDocument(htmld);
    html.read(ins,htmld, 0);
    this.getContentPane().add(new JScrollPane(ePane),BorderLayout.CENTER);
    catch(Exception e)
    e.printStackTrace();
    }

  • Can you authenticate users from 2 different AAA-servers for one specific tunnel-group?

    I need to authenticate users from two separate AD LDAP databases on the same tunnel-group. I would like them to use the same tunnel-group and thereby using the  same group-alias. I tried creating a new aaa-server group and putting both LDAP servers into group but apparently the ASA does not roll through the separate servers in the aaa-server group and will stop if the first server states that the authentication failed.
    I also tried assigning multiple aaa-server groups into the tunnel-group authentication-server-group but that also did not work. I finally tried to create a separate tunnel-group and assigning it the same group-alias but the ASA will not allow me to assign the same group-alias to different tunnel-group. What is the best way to accomplish this without having to create a new group-alias that will show up and possible confuse the dumb users requiring this access? Please help.

    If you don't want ANY drop down I believe you can do it in a kludgy sort of way.
    Eliminate all the group aliases (which are used to populate the dropdown) and make a local database of the users for the sole purpose of assigning / restricting them to a non-default tunnel-group which authenticates to the secondary LDAP server. 
    You can also send out a non-published URL that points to a second tunnel-group not in the dropdown.
    Of course, we can accomplish this if the AAA server is ISE. ISE 1.3 can authenticate users to multiple AD domains (with or without trust relationships) or a single domain with multiple join points in the Forest.
    The ISE answer makes me wonder - could you establish trust between the domains and authenticate users that way?

  • How to have a unique requestId for a Page for multiple users

    Hi,
    Can someone please tell me how to get a unique RequestId whenever a page is visited. I need to have a unique RequestId generated for each user if they are on some specific
    page. Whenever a users refreshes a page or come to the page by clicking back button want to have a unique requestId always.
    Can I use sessionRequestId or something for HttpServletRequestObject that always gives me a unique Id.
    Thanks

    Unique for how long?
    Eternally unique ?
    unique until the server restarts?
    Most simplistic approach would be to have a static/singleton counter. It wouldn't work perfectly in high volume sites, but should work well enough for smaller ones. Including a timestamp in the key makes it fairly unique.
    This would handle both initial requests and refreshes of the page.
    There is nothing you can do about users hitting the back button. If the page gets served from the client cache, the server knows nothing about it, and can not issue a unique id.
    Why the requirement? What are you trying to accomplish by doing this?

Maybe you are looking for