Question about ADF BC security

Frank:
I was looking at Xtanto's inquiries and your response and this brought up something. I was under the impression that you can use the database to store userid and user information. However, passwords, roles etc have to be defined in system-jazn-data.xml and web.xml for security to work. Am I missing something? I was under the impression that you need system-jazn-data.xml for all the good stuff.
Please direct me to the section of the doc where this is explained.
Thanks

Hi,
ADF Security requires jazn-data.xml or OID. If you do container managed security where authentication and authorizationis handled by the container then this can be from database tables using custo JAAS LoginModules.
Xtantos question crossed the two options
Frank

Similar Messages

  • SSRS reports inside SPO 2013 - Question about ADFS

    Our SPO 2013 Tenant is secured by ADFS Claims Based.
    I understand SSRS integrated is not available for SPO 2013. 
    We want to allow links from SPO 2013 to SSRS Reports that authenticate with the same ADFS tokens - so no prompting.  
    Possible? If so, what do we need?
    Possible to provision the SSRS server in ADFS? What versions of SSRS will allow this?

    Well, should we move this to the Power Query forum and try it there?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Questions about ADF Authentication

    hello guys, first of all.. am wondering, is it possible to connect the adf authentication system with the database, to be able to add users programmatic ?? , the second question is, can i make the authentication on 2 levels??, in my case am having more that company uses our application and each company has many users.. i want the client to log in into the company account, then to his account.. is it possible using the ADF Authentication system ? am using Jdev 12.c thanks in advanced

    Hi,
    first of all.. am wondering, is it possible to connect the adf authentication system with the database, to be able to add users programmatic ?? ,
    something like this. ADF security for dynamic users.
    user can able to do two level of authentication :
    1.configure username and password(encrypted) db. that is DB Authentication.
    2.ADF-security Authentication.
    thanks.

  • A Question about ADF Faces, File Uploading in distributed environment

    Hello,
    I am using ADF Faces for my project. In my project members will be able to create their albums and upload their photos..
    The problem is that i can do upload in a single server enviroment but i dont know what will happen when count of members will grow.. What is the best way
    for managing these photos in clustered enviroment. 1 Server will not be enough if too many people upload their photos.
    I do not have exact server number because i will add additional server nodes when it will be necessary, so i must think how to do that before production.
    Do you advice me to use XML or keep addresses of photos in database? Or anything else? As i mentioned, i dont know how many servers i will have... maybe 1 maybe 5 maybe 10.
    Thanks for your helps..

    Hi,
    First of all, thanks for your replies..
    Actually i do not want to keep all of videos and photos in database. Keeping them in directories will be better for me but i do not know how to share them between multiple server nodes..
    This is the thing that i have never done before..
    Can you please tell me the terms & keywords that i need look for? So i can find some documents about making this happen.
    Thanks again..

  • Question about bulk entering security password to 600 forms, then exporting datato spreadsheet

    How do I extract data from password secured Fillable-Forms when all the forms (600+) have the same password?
    - single file at a time, I am able to enter password and extract data (but I have over 600 forms)
    - I have already compiled all files into a response-file, but was unable to exctract data from Portfoio (only "File_Name" is transfered to spreadsheet)
    Questions:
    1) is there a location in the Portfolio to enter the password (that I am not seeing) that will allow data to be extracted?
    2) is there a method to 'bulk' enter the password to individual forms that will allow data to be compiled directly into a spreasheet?

    Thanks, now I understand why the wifi keeps dropping. On my personal wireless network, it also seems the distance from the access point is not good compared to my laptop. At work our network & exchange teams don't seem to have the desire to struggle with this "toy" until customers start forcing its adoption. I am using OWA and it works fine over EDGE. I will share your posting with them.
    Thank you again.
    Dell   Windows XP Pro

  • Question about Kaspersky Endpoint Security for Business

    Scott,
    I sent your post off to the correct contact and she should be in touch - Thanks for the note and sorry for any inconvenience!
    Charlie
    Kaspersky Lab

    Hey Kaspersky,   I just need a phone number there from someone who will call me back about pricing for renewal and possibly adding some server licenses for another 3 years.  I currently Use KSC with Kaspersky Endpoint Security Select.  I have 125 licenses that I need to renew but the last four attempts to contact my rep (Texas) or a rep thru the website have gone unanswered  The business is there if you want it, but I already have a backup since I have already tested out ESET.  If you want some easy money please put someone in contact with me.
    [email protected]
    This topic first appeared in the Spiceworks Community

  • Question about ADF Menu Navigation

    i create an adf application, include ADF Menus for Page Navigation.
    i found the URL displayed in the browser always show previous page when switch between different tabs.
    http://dl.dropbox.com/u/6517186/Application14.7z
    this is the application I've created.when click tab1,it shows view2 url. click tab2,it shows view1 url.
    not sure if there is mistake in my configuration? or a adf issue? thanks

    Use redirect option to create a new browser URL for the view activity.
    So try adding a <redirect/> tag in the site-menu.xml as:
    <view id="view1">
    <page>/view1.jspx</page>
    <redirect/>
    </view>
    <view id="view2">
    <page>/view2.jspx</page>
    <redirect/>
    </view>
    Edited by: umesh.agarwal on May 10, 2012 2:06 AM

  • Question about Mac Airport Security..?

    I'm just curious, with the firewall turned on, file sharing turned off, and stealth mode turned on, how secure are you when surfing the internet, or being part of a network?

    The only reliable security for a wireless network is to use WPA2 encryption. If you use a gateway/router between the modem and the computers then there's no need to turn on the OS X firewall. Gateway/routers have firewalls built-in. Furthermore, the IP addresses issued by gateway/routers are essentially invisible to the internet as long as you don't open any public ports.

  • Question about web service security and certificate registry?

    I'm trying to add security to my web service. I've created a keystore and added a certificate that was signed by a CA that I created (for testing only). The documentation says I need to create a Certificate registry and add my CA as a trusted CA. I can't quite figure this step out. Does anyone know how to do this or am I heading in the wrong direction?
    thanks

    Hi,
    I'm almost there. I dont think that you can do exception handling in FormCalc. How do I trap the error. So far I have
    if (HasValue(Get("http://despaiqo001.development.local:4001/crossdomain.xml")) == 0) then
         $xfa.host.messageBox("not available")
    else
        $xfa.host.messageBox("got it")
    endif
    but when I change the URL so it cant access it, I get a form calc exception. Any samples of how I can script it?

  • Question about ADF Table's detailStamp component..

    Hi,
    I've written a skin... The thing is I want that table placed inside detailStamp component to have a bit lower height rows than the containing table.. but keeping the same skin. Is it possible somehow? It's very urgent..

    Hi
    thank you for reply.
    indeed i used that weblog before , one i used and i am happy with is that tab menu system.
    just create a xml file and your menu with enough security is ready to go.
    but i can not understand how i should use this example method for my own requirement.
    so let me explain what i need to do :
    I have a javascript based menu in my web application.
    one its item is that a user click on it and he /she can see his/her transactions.
    so it is a javascript menu and not a command button or command link.
    and i can not use any java code when user select that item (maybe it is possible to use java code but i do not now how i can do it).
    when user select transactions item , application will open /faces/transactions.jsp .
    now in transactions.jap i have a table that i should user transactions to him . but i do not know how to filter the view object when this page is going to be opened.
    i searched and asked and i found that i should use bind variable and.... .
    now i declared a bind variable for userID in transaction view but i do not know how i can set value of this variable .
    what i thought is :
    1-set the variable in java code of viewObject , for example in its constructor .
    2-write some scriptlet in transactions.jsp to set value of that variable.
    3-maybe jdev has some drag drop / wizard stuff to bind that variable in query to the variable in managed bean.
    as this view is allways filtered with that userID for each session i think if i could bind it to userID property of managed bean my problem will be solved.
    which of the above way is correct way to do ?
    thanks

  • Question about ADF JClient applications

    I have a View object based on an Entity object that represents an activity done and that has an ID of a worker that does it as a foreign key. I would also like to show the worker's name on the form, but that is an attribute not included in the View object or the Entity object. Is there an equivalent of an Oracle Forms WHEN-VALIDATE-ITEM trigger in a JClient form that would permit me to do so?
    Milos

    Milos,
    a View Object can be based on one or many Entity Objects. You can create a ViewObject that shows content from two tables, including the table containing the name of the worker. Alternatively you could use a query when creating a new attribute for the ViewObject that obtains the name of the worker. This would be a transient attribute.
    You may find the following web page helpful
    http://radio.weblogs.com/0118231/stories/
    Same for
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html
    Frank

  • HT201303 hi just got my new apple ipod touch i need to update my security information other wise it wont let me download apps it says to enter three questions about myself and i get to the third question and it wont let me enter the third question

    hi just got my new apple ipod touch and to download apps it wants to add questions about myself for more sercurity information. i get up to question 3 and it wont let me select a question but it will let me write an answer so i just pressed done and then it says i cant carry on because ive mised out information when it wont let me do a question!

    Welcome to the Apple community.
    You might try to see if you can change your security questions. Start here, change your country if necessary and go to manage your account > Password and Security.
    I'm able to do this, others say they need to input answers to their current security questions in order to make changes, I'm inclined to think its worth a try, you don't have anything to lose.
    If that doesn't help you might try contacting Apple through Express Lane (select your country, navigate to iCloud help and enter the serial number of one of your devices)

  • Question about internet security...please help!

    Hi everyone,
    I have a question about the macbook's internet security.
    A few days ago I became aware that my sibling was using a laptop for internet use at my house which he got from a person that I do not trust. He is very computer-savy and we're worried that he may have installed some form of spy ware on that laptop and in turn, may have tried (or succeeded) in accessing my Macbook through some form of spyware. My house is hooked up with a D-Link wireless router, and at the time, it had no internet/access-password.
    So my question is, could this person have accessed my computer and personal information remotely by and through the laptop that my sibling got from him. I was under the impression that Mac's have very strong firewalls, but I have also heard that as long as he knew what he was doing, he could have accessed my computer. I don't have a wireless "network" set up at my house, I just simply use the router for internet. But my sibling told me that this guy was his "network administrator" which leads me to believe that he must have had remote access to the laptop.
    Can anyone with knowledge on this problem please weigh in and let me know what I need to do to confirm that no one has accessed anything from my macbook.
    Thanks!

    One option if you want to be extra safe is turning on FileVault (System Preferences -> Security), which will encrypt everything on your computer so that if somehow someone does gain access to your computer they will have a next to zero chance of being able to read anything they get from your computer. You have to have a lot of extra hard drive space on your computer to turn it on though.
    Also, a "network" is just a connection between computers, regardless of the internet is involved or not. So when you connect your computer to the router which gives you the internet, you are putting your computer on a network. Now I believe that in order for this person whom you don't trust to gain remote access to your computer, they would have to have more information such as an IP address for your computer, through the router in order to get to it.
    One thing I think is very important to consider that isn't on the technical side of things is something called "Social Engineering" which is a form of cracking, or hacking. You can do your own research, but in a nutshell Social Engineering is getting people that have access to something I'm trying to hack to give me information. For instance, this person you don't trust could be giving your brother the computer in the hopes that he will download something through your router to that laptop which could give him IP addresses and other information. And then when he gets that laptop back he could scan it for useful information and your brother wouldn't know he did anything wrong at all. The best way to avoid this is purely education and communication. Even if your brother doesn't share the same suspicions about this person, surely he will understand the need to be careful and smart when it comes to sharing personal information in the digital world.

  • How to contact a live person about resetting my security questions. The link to send email doesn't work.

    I need to contact a live person about resetting my security questions.  The link to send an email, doesn't send an email even though the email address it's supposed to be sent to is verified and works. (It can receive other email).

    Hello DogTrainer63,
    Click on the first link below to find the number that you need to contact Apple to help sort you out. I have also provided an article that may help if you have not received that email to reset the questions. 
    Contact Apple for support and service
    http://support.apple.com/en-us/HT201232
    If you didn't receive your Apple ID verification or reset email
    http://support.apple.com/en-us/HT201455
    Regards,
    -Norm G. 

  • TS2446 I forgot the security question about what was my first car and what is my favorite car! What is the solution to change that? please help me, thank you in advance Leo

    I forgot the security question about what was my first car and what is my favorite car! What is the solution to change that? please help me, thank you in advance Leo

    If you have a rescue email address set up on your account then you can try going 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 might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address set up then go to Express Lane  and select 'iTunes' from the list of 'products' in the middle of the screen.
    Then select 'iTunes Store', and on the next screen select 'Account Management'
    Next choose 'iTunes Store Account Questions' or 'iTunes Store account security' (it appears to vary by country) and fill in that you'd like your security questions/answers reset.
    You should get an email reply within about 24 hours (and check your Spam folder as well as your Inbox)

Maybe you are looking for

  • How can I display a complete category on my sites home page with product images?

    I have a site which I am tryingt o make as user friendly as possible for the customer and want to display products on the home page of the website which are all located within one category. Essentially I want to display the products with image, price

  • How to set endpoint address using UTL_DBWS

    Hi, I have been struggling to invoke a web service in the Oracle 10g database using UTL_DBWS. Now I reached a point where I need to set an endpoint address using UTL_DBWS to complete the invoking process, I try to use UTL_DBWS.Set_Target_Endpoint_Add

  • Need to Insert 2 Fields into one Destination Field

    I have a scenario in this way: Source Table   Inventory Alocation| Blocation ABC         DEF Destination Table LocationID Mapping Table   LocationID, Location 1               ABC 2               DEF Now I have to write a query wherey both the locatio

  • Error in Oracle IRM 11g - Offline access

    Hello. I am working with the last version of Oracle IRM Server, 11g. I'm having a problem with the Offline access element. I modified role Contributor in a way that is not allowed to work offline. To do that, I unchecked the box "Allow working offlin

  • Gnome-system-tools

    Hi, I've been looking in the forums a solution to my problem, but I can't find anything. Well, here is my problem when I run gnome-power-manager (or any management application as sudo or root): bash-3.2# gnome-power-manager (gnome-power-manager:3220)