Security on pages...

hello everybody,
I would like to ask ???i have 4 pages in my application on tabs form,and i have two users,i want one of them to access this page and the other doesn't .??
i know that i have to create authorization shcemes but anybody can help and tell me how in details ???plz i need it urgent ??
Thanks in advance ...
Ahmed

Hello,
one option is to use authorization schemes - http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/sec.htm#BABEDFGB
Another option is to use the Access Control List - http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/bldapp.htm#CHDEJDGB
Regards,
Arie.

Similar Messages

  • Why can't I print a secured web page (https)? Win7, FireFox 5.0

    Whenever I try to print a secured web page using FireFox 5.0 nothing happens.
    I have to switch to Internet Explorer 9.0 to get the printed secured web page.
    I'm using win 7 Pro 32-bit on a desktop machine

    I tried the steps you indicated. It brought me to IE which I don't use, unless someone will die due to my decision. I hate monopoly, such as Microsof imposes to its customers. My printer works fine with any application, except with firefox, since I updated to version 5.0

  • After i redeemed my itunes gift card, i can't purchase anything in the app store or itunes store. When i press purchase, the security questions page will pop up and after you answered all questions it will force restart my iphone. Can anyone help me?

    After i redeemed my itunes gift card, i can't purchase anything in the app store or itunes store. When i press purchase, the security questions page will pop up and after you answered all questions it will force restart my iphone. Can anyone help me?

    Hi godfest,
    Welcome to the Support Communities!
    The articles below will get you connected with the iTunes Store Support.  These folks can review your account with you:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933?viewlocale=en_US
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/ht2727
    Cheers,
    - Judy

  • WLC cert to avoid the security warning page

    Hi guys,
    I am doing some tests with installiing a 3rd party cert on a WLC to avoid the security warning page when trying to access the WLC through https, and I am following the following configuration example:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00806e367a.shtml
    I have followed the same precedures given in the above document, and I am using windows CA to sign the CSR just for a test, I could install the final .pem cert successfully onto the WLC however I am still getting the same warning page when I was trying to login to the WLC through https. I have checked in my certificate store and I have trusted the root CA which is the windows CA in this case.
    I have also tried to access the WLC from the CA server (windows 2008 box) still getting the same warning message.
    so what should I do in order to make this to work with windows CA? did I missed something in the configuration?
    Thanks in advance for your time and help.
    Andy

    ok guys.... I was wrong last time... actually after double check again it was NOT working .... I think i just simply trusted the cert last time when i was using firefox....
    I have tried a number of different things and double checked the places that mentioned previously in this thread however I could not pick up anything wrong in particular, although I know there must be something I have missed out.....
    so this time I have also read through some other references on the web, and found the following:
    http://www.my80211.com/home/2011/1/16/wlcgenerate-third-party-web-authentication-certificate-for-a.html
    I think I did very similar config and only difference is that I am using unchained cert.
    I have double checked the following:
    on virtual interface configuration, I have ip address 1.1.1.1 and DNS host name as "wlc2112.mydomain.local"
    from the controller GUI --> Security --> web auth --> certificate, under subject name, I have CN=wlc2112.mydomain.local, however under Issuer name, I have CN=mydomain, this is a bit different from the last screen shot in the above link. could this be a problem?
    in windows 2003 server, with DNS server I have a field called "wlc2112" with IP address 1.1.1.1
    as mentioned by Scott previously, I went to the mmc certificate snap in, and under trusted root certificate authorities, I have installed the WLC cert there and I could see it there as well.
    now if I try to access the WLC GUI from here I am still getting the error message same as the one below:
    http://www.vistaclues.com/the-security-certificate-presented-by-this-website-was-issues-for-a-different-website%E2%80%99s-address/
    I then followed the instruction and continue to the website, and when I go file --> properties --> certificate, it actually shows the certificate is issued to 169.254.1.1 and issued by 169.254.1.1, with a red cross on the cert itself....... I have no idea where is this come from, so I just want to ask when I try to access the WLC GUI through a web browser, after I type in https://wlc-ip-address, how does the browser know / search for which certificate it needs to look into? I think in my case here it clearly points to the wrong certificate?
    also on the server I went to http://127.0.0.1/certsrv and selected "download a CA certificate, certificate chain or CRL" and then "install this CA certificate chain", does this mean I acknowledge to trust the root CA by doing this?
    I am not sure what I have missed out but it just does not work for some reason... is there any other places that I need to check/verify?
    Sorry for the long writing but any comments would be highly appreciated.
    Thanks in advance for your help.

  • How to secure one page not entire application?

    Hi there,
    I'm looking for some guidance on how to secure individual pages on my site. I've read a number of articles discussing creating a login using the Application.cfc. The thing is this approach locks down the entire site. I only want to secure a page. In my scenario, if the user hasn't logged in, and goes to a profile.cfm page, they will be asked to login. Once they login, they will then be directed to the profile.cfm page.
    Any and all advice would be greatly appreciated.
    Thanks.
    Novian

    Hi, Novian,
    An option that come directly to mind is to check for the specific page to be locked down in onRequestStart of your Application.cfc.
    This approach is relatively easy to implement but may not be the best approach (don't know how it might affect performance or something else). Basically, use a conditional in your onRequestStart method to see if the page being requested by the user is the page that needs to be secured. Something along the lines of:
    <cffunction name="onRequestStart">
         <cfargument name="target_page" />
         <cfif target_page is 'super-secure-page.cfm'>
              <!--- security stuff --->
         </cfif>
    </cffunction>
    There are, of course, other options but this was a quick and easy one that came right to mind.

  • Moving from secure https page to non secure page on same site

    Secure https page navigation to a non secure http page still has you in a secure url when navigating within the same site, when user clicks to leave the secure page to go to a non secure page the address bar still has them in a secure https url. Is there a way to code the nav to not allow this to occur? Tried adding a full url to the non secure pages and that worked but then my active states of the nav stops working. Any ideas or scripts that may help here? Thanks!

    There's a script for that! Here's a link to it...
    http://kb.worldsecuresystems.com/598/bc_598.html#main_Returning_a_customer_to_a_default_UR L_after_viewing_the_receipt_page
    @webmosphere
    www.webmosphere.co.uk

  • Wrong PDF on Security Alerts Page

    On the Security Alerts page (http://otn.oracle.com/deploy/security/alerts.htm) there is a link next to "Buffer Overflow Vulnerability in Oracle9iAS Reports Server Alert #35, 05 June 2002" which links to a document called http://otn.oracle.com/deploy/security/pdf/reports6i_alert.pdf
    This document is actually a copy of the document for a different vulnerability "Buffer Overflow Vulnerability in Oracle Net (Oracle9i Database Server) Alert #34, 05 June 2002"
    Please fix it so we can read about the 9iAS Reports Server Alert!
    Thanks,
    -Otto

    Hi Otto,
    This should now be fixed on OTN but please let us know if you encounter any difficulties.
    Regards,
    OTN Team

  • Connecting to my linksys security settings page

    I cannot get to my linksys secure web page in order to add a laptop to the network. Keep in mind I have not done this for about three years and my notes do not seem to be working. I am running Windows XP Pro. The linksys is currently connected to a Comcast IP Gateway router, could this be interferring? I ran the ipconfig to get my ip address which is 10.1.10.1 and typed in browser but I can't connect and the default address 192.168.1.1 brings me to a Comcast Gateway Window which I do not have a user ID or PW? Do I need to contact comcast my cable provider? If so are they going to give me a hardtime for using a router to connect other computers to?

    What is the model number of your Linksys router?
    I think the IP address of your router might be changed.
    When you run the ipconfig, you get the IP address 10.1.10.1. What is the default gateway number? The default gateway number will be the IP address of your router. You need to use that number to access the router setup page.

  • On startup Firefox always loadsthe same two tabs (i) Privacy & security addons page and (ii) and "untitled"

    3.6.9 always loads my homepage (expected) plus two additional tabs (i) Mozilla the privacy and security addon page and (ii)"untitled" tab <-unwanted behaviour.

    Firefox can store multiple home pages, make sure that the other tabs that open are not listed as home pages. See [[how to set the home page]] for details.

  • HT1222 The Safari update (Dec 3) is still listed on the Apple security updates page.

    The Safari update (Dec 3) is still listed on the Apple security updates page, but is not actually available.  How will we know when this issue is resolved if Apple does not keep this page current?

    Actually that doesn't tell you what the packages are, it just says OS X Security Update as a single item.
    It then offers a link for more information which brings us to this page:
    http://support.apple.com/kb/HT1222
    The page is very poorly designed.  This is what I'm posting about.
    I'm seeing Windows Vista updates, Apple TV,  Leopard, Lion.  Things from 2008.
    It would be a trivial matter to instead link directly to the this:
    http://support.apple.com/kb/HT5130
    that's the actual thing being installed, that's what I want to see.
    I mean they might as well just link here: http://lmgtfy.com/?q=Security+Update+2012-001
    LOL, that didn't even work.  Google search for the specific package results in:
    http://support.apple.com/kb/DL1489
    which links back to the HT1222 page which is the list of EVERYTHING.
    > If you want more control, there is a unix softwareupdate utility you can use.
    Not for these updates.  I can update Dovecot or Apache, but these updates are for core Mac services and tweaks like this:
    Apache disabled the 'empty fragment' countermeasure which prevented these attacks. This issue is addressed by providing a configuration parameter to control the countermeasure and enabling it by default.

  • Unable to purchase from itunes due to security question page

    I am unable to make a purchase from ITunes as Apple prompted a new security question page, and I get an error upon completing it: An error occurred we could not save your changes.
    Help!

    People have resolved this issue by updating their age to over 21

  • Safari will only load secure https pages

    Just encountered an issue today where safari will only load secure https pages.  Any page that doesn't begin with https gets the "safari can't connect to the server" error.  I can connect to all pages using firefox or chrome on the same system.  I have emptied cache and reset safari except for password info.  Still no luck.  Using Safari Version 5.1.7 (6534.57.2) on OSX 10.6.8

    Gah nevermind my nephew was using my account and kept clicking the littlesnitch notifications to make them go away.  Little bugger managed to block everything on port 80 http.  Time to set up a guest account.

  • "This is a secure firefox page" url indicator appears on addon pages

    When I am viewing pages served by the IETab addon, the "This is a secure firefox page" indicator appears in the address bar (http://puu.sh/5aLpS.PNG). This is a bit misleading, as it is being displayed on a page that is in no way controlled by Mozilla.
    Is this the intended behavior? If not, should I file a bug in Bugzilla? Thanks.

    hello amloessb, thanks for bringing this up! this is certainly not intended and can be misleading indeed - i think it's best to go ahead and file a bug...

  • "this is a secure firefox page" on home page, this is not appear

    os-linux (ubuntu 12.10),
    on start page the secure firefox page not appear.

    That would appear to be the case if it is using something like
    * http://start.ubuntu.com/12.04/Google
    ** http://shop.ubuntu.com/
    ** https://help.ubuntu.com/
    ** http://community.ubuntu.com/
    ** https://www.google.com/
    Some of the links are secure some are not.
    Take the problem up with Ubuntu you are using a Firefox build of theirs.
    Note you may set more than one page as a homepage. You could include the standard Mozilla homepage. That is obtainable by navigating to ''about:home''
    * See [[How to set the home page]]

  • Time Capsule timeouts when accessing secure web pages, downloading apps, backing up to iCloud, etc.

    Last week I upgraded my broadband connection to fibre, requiring me to install a different router because the Draytek one I had in place was not suitable, so I went for a Time Capsule.  My other devices are a 13” MacBook Air, an iPad 2 and an iPhone 4.
    Web browsing performance was immediately fantastic, with consistent readings on the Mac of 12ms ping, 35Mbps+ download speed and 1.5Mbps+ upload speed.  One oddity I did notice when running a speed test (using speedtest.net), but which I didn’t think about much at the time, is the time taken between finishing the download test and starting the upload test.  In my previous experience there would be only a few seconds between them, but on my new fibre connection through Time Capsule it takes anything from 30 seconds to a minute for the upload test to begin.
    However, a few days ago I tried to download some app updates in iTunes to the Mac, but after a wait I received a message that the network connection had timed out.  I tried again multiple times and each time the result was the same.
    I then Googled the problem to see what might be causing it, but I found I was not able to access any results from the Apple Support Communities pages because the browser would time out with a network connection error, or they would take an absolute age to load. Subsequently, I have also discovered that I cannot backup my iOS devices to iCloud (it tries for ages and then says there was an error), I cannot log in to any online accounts (the browser eventually times out with a network connection error) and I cannot send email from the mailbox that syncs with my work Exchange account.  I have also realised that the Apple Support Communities pages are secure, so the common theme seems to be there is a problem accessing anything that requires security/authentication/encryption.
    This is not a Wi-Fi issue as it is the same when I switch off Wi-Fi on the MBA and attach it to the router via an Ethernet cable.
    It is also not a Mac/iPad issue, as both function normally on my work Wi-Fi network.
    I have reached the end of my limited technical tether, so does anybody have any suggestions please?

    Hi,
    Many thanks for taking the time to respond.
    Bizarrely, after more than a week of problems and time wasted in trying to resolve them, I arrived home from work today to find that everything is working perfectly. The network is exactly as it has been all week and when I called my ISP they said they had changed nothing on the line, so it's a complete mystery.
    I'm happy it's working, but it would have been nice to understand what caused the problem, just in case it happens again.
    Anyway, thanks again and sorry for wasting your time.
    Gareth

  • Opening a secure web page from oracle forms for credit card validation

    Hi All,
    I searched for the topic in the forms forum but couldn't find a solution.
    Requirement: As per some compliance, our application cannot do a credit card validation from our forms application, instead we need to use a java code which a third party will provide ,it's an iframe (they say, i am layman when it comes to Java, don't know what is it), but they say that, within your forms application you call our iframe do the credit card validation over there get a token of response back from us and use this token as a confirmation in your application.
    Problem: I could not find a solution anywhere wherein i can call a web page from forms. Now, this web page should be modal, i.e. unless i close this page i cannot access my forms application. Please guide me if anyone has done that.
    Secondly if i could make it work, how will i communicate with this external web page, like getting back some token value and use it back in my forms application. I am completely clueless.
    As we are using Oracle designer for generating forms, we cannot use a bean type thing as designer does not have the bean-item type defined!
    Appreciate if anyone could provide me pointers for a solution to this problem statement.
    We are on forms 9i -- Version 9.0.2.11.0
    Edited by: the_wing_rider on Jul 8, 2011 5:10 AM

    The simple way to do it is to use a PJC (java bean) + apache httpclient library..
    If you have a webservice than you can use Axis library and wsdl2java to create java classes from wsdl.
    also you can use httpclient library to simulate http protocol (request/response actions)..
    (for example.. you have a credit card number.. you post this number to specified URL and then you parse the response from credit card validation server)..
    Post here some documentation (specification) on how to call the credit card validation .. (maybe it's a secure webservice?)
    Here you have a httpclient library documentation:
    http://hc.apache.org/httpcomponents-client-ga/tutorial/html/index.html
    Also you can implement bean area in designer.. If you need help I can post here how we do it in our project..
    also look here: Call webservice from PJC over https protocol
    regards
    Peter
    Edited by: Peterv6i on Jul 8, 2011 3:35 PM

Maybe you are looking for

  • Odd behaviour between 7920 and AIR-AP1231G-A-K9

    To start, I'm running an AIR-AP1231G-A-K9 (12.3(4)JA) with two 7920 phones (one at ) configured using LEAP. First issue: I originally had my ap interface Dot11Radio0 configured with: speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0

  • I need to get the IMEI number but I dont have the phone to find it. Help!

    Please help

  • Changes in EJB when deployed in JBoss

    Hi, We Created the Enterprise Application (EJB Project and WebProject) in the JDeveloper11g preview 1. It is Sucessfully working when it deployed in OC4J application server. I want to deploy the same application in the JBoss. what are the changes i s

  • Access ODBC link table list ONLY one table

    Hi all, I try to link Oracle tables from Microsoft Access via Link Table. The return list show ONLY one table, which by right it should show ALL tables in my Database. What is the problem here? Anyone encounter this same problem before. My database i

  • How to insert h1 tags in muse

    I have tried to insert h1 tags in a muse site and then uploaded. When I come to test the site in SEO Analysis software it says there are no h1 tags! Any ideas? Thanks