What is the path to use SSO for ASP Applications

We have a big Active Server Pages based web site.
And we want to integrate the whole site to Oracle Portal
Authentication and Security.
The ASP web site doesn't want to mantain user information.
What to do?
I found that external applications are not the solution for me.
And URL components doesn't managed the security when I follow a
link or submit a form, because I got a new page directly from
the url of the ASP web site
Please help me to understand what options for full integration
are available? And where do I need to add code for this?
Any idea will be appreciate

Refer following ink
http://blog.anthonybaker.me/2013/06/how-to-upload-file-from-windows-phone.html
http://stackoverflow.com/questions/20876559/window-phone-8-how-to-read-files-from-savedpictures-folder-into-a-byte-buffer
Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

Similar Messages

  • What are the advantages of using cirrus for multiuser applications ?

    Hi!
    Can anybody help me understanding the advantages of using cirrus for multiuser apps ?
    One advantage i think, may be it's free . Isn't it ?  Anything else ( say, it's faster .? )

    The main advantage is that it is a P2P system. It is not the same as a Flash Media Server or other Flash servers. When using Cirrus, your content is sent directly to and from clients, they do not need to send it to the server, get it interpreted and then send it to the other user.
    So essentially Cirrus is fantastic if you have an application envrionment that needs multiuser interaction, but only for client to client operations: you'd want peer-to-peer.

  • What is the benefit in using OID for names resolution?

    I have been wondering about this for awhile. I have been working on getting this to work in Iplanet along with Pat Lehane ([email protected]), and it works now.
    What are the benefits in using OID for names resolution when you can just use the static tnsnames.ora. Database and database names are not created dynamically and they don't change that often. Would creates a new database every day and has to worry about changing the static tnsnames.ora file. In my environment, we run Oracle applications from a server, so there is only one tnsnames.ora file, on the file server.
    It would appear that using OID would cause extra traffic (LDAP lookups) on your network.
    I would like some opinions from both Oracle and Oracle users. Thanks

    hi,
    A benefit of using OID for names resolution is that it allows you to centralize net8 naming (i.e., tnsnames) information in the same place (OID) where other types of administrative information (about users, enterprise groups, enterprise roles, etc) gets stored. If you are more comfortable using tnsnames.ora files for net8 naming, that is perfectly fine!
    An important reason that Oracle had for providing Net8 naming functionality in OID is that the legacy 'Oracle Names' functionality of Oracle 7 will eventually be desupported. This is discussed in metalink Note #135696.1 on http://metalink.oracle.com .
    Hope this helps.

  • What is the benefit of using J2EE for webservices?

    (I posted this on google news group, but no one answer, sorry for the cross post)
    This maybe obvious to some of you, but after I went over the
    webservices tutorial from Sun, about XML RPC and JAXM, I don't know
    what is the benefit of using webservices within J2EE container.
    Please tell me about it.
    My assumption is that RPC and JAXM both enables the communication, but
    the managing of session, persistent, thread pool, connection pool,
    database, etc, are all handled by the container. Well, I still hope
    my assumption is true. However, from what I read, the tutorial does
    not even mention the word beans. So, how to get a beans to talk the
    JAXM language so that I can get all of the above features? Or am I totally off track here? if an enterprise bean is not needed, then how to get all the above benefits that the J2EE offers?
    By the way, does Sun's RPC and JAXM has things such as quality of
    service (such as request time out). They mention guarantee delivery,
    but if a reply to my query come 5 minutes later versus instantly, then
    I probably lost a customer already. RPC also has big limitation, Corba has asynchronous request, but Sun's RPC does not.
    Thank you in advance for all comments and help.

    Basic communication aside, J2EE is mostly a synchronous run-time environment. When asynchrony is introduced, a whole new set of infrastructure requirements is needed to support QoS and commercial-quality implementations. In other words, it's not just about API anymore, it's about reliable communication, exception handling, time outs, etc. You may want to look at this Q&A to see some of the benefits provided by J2EE as underlying run-time for orchestration:
    http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid511195_tax292928,00.html
    Doron\
    Download Collaxa 2.0
    http://www.collaxa.com

  • Problem with sso for asp applications

    Hi,
    i am using the web app integrator to integrate asp application with SSO, i am getting permission denied some times, the permission denied is a small html file on asp server side when userid is null.
    I am sure that the user id is not null because i have written small script to respond back with the passed user id like response.write(""), it is giving back the passed user id every time but at the same time i am getting Permission denied.
    The permission denied is a small html file on the .net server side when the ui=null in the pssing URL.
    How this is happening at the same time, one is giving back the user id and one is taking the user id as null.
    some times i am getting right page and some times giving permisssion denied.
    the basic URl is
    http://abc.xyz.com/sm_log.asp?userid=damodhar
    There is no great security behind this only passing user id, they are not passing the password even in the http header authentication. the simple logic is they are hiding the URL from the view source.
    if i pass the hard coded url from the browser i am getting the proper page at the same time if i pass the url  from portal it is working some times and some times not, i don't know when?
    I am using the web application integrator method.
    we are operating portal server from internet and .net server is on intranet.
    Thanks,
    Damodhar.

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • What are the advantages of using ENC for a datasource

    Other than eliminating a tight binding between a EJB and a datasource , what are
    the other considerations and/or advantages of using JNDI ENC to define a datasource
    reference vs a direct lookup of a Datasource in the EJB implmentation?
    For example, are their performance advantages by the datasource being cached in
    JNDI ENC?

    Hello Bryan,
    Basically the main advantage is to not have the tight coupling between the EJB
    and the particular JNDI name that it's bounded to. Please refer to a previous
    post where I addressed this issue (perhaps a few days ago on this newsgroup).
    In addition, you will always gain performance improvements by caching the remote/local
    home objects for your EJBs.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Bryan Boyer" <[email protected]> wrote:
    >
    Other than eliminating a tight binding between a EJB and a datasource
    , what are
    the other considerations and/or advantages of using JNDI ENC to define
    a datasource
    reference vs a direct lookup of a Datasource in the EJB implmentation?
    For example, are their performance advantages by the datasource being
    cached in
    JNDI ENC?

  • What is the programming technique used to build webdynpro applications

    Hi Gurus,
    kindly give me the answers for the following questions
    1) Web Dynpro Applications are built on Which Programming Technique and What
    Pattern are followed?
    2)What are the main components of the WebDynpro?
    3)What is difference between Window and View?
    4)What is Context Mapping and Data Binding?
    5)What is Mapping Origin Node and Mapped Node?
    6) What is View Assembly?
    7) What is Internal Visibility and External visibility?
    8) What are attributes available in the View by Default?
    9)What do you mean the Composite UI Element and Give any 2 examples?
    10) What are the types of Layout? Explain Each?
    11) How data is transferred to the UI Element?
    12) What is View Container and Transparent Container?
    Sorry, this is the WDA Forum, not the Help Me With My Interview Forum!
    Edited by: Neil Gardiner on Dec 8, 2010 4:13 PM

    Use UTF-8 all the way. During both request and response processing.
    More info: [http://balusc.blogspot.com/2009/05/unicode-how-to-get-characters-right.html].
    Edit: I should add, you should in no way do ugly things like myname = new String(( myname.getBytes("iso-8859-1")), "Big5" );on request parameters. Just get the parameter and that's it. The parameter should already be properly encoded if you follow the instructions in the aforementioned article.
    Edited by: BalusC on 8-okt-2009 12:35

  • HT201342 what is the benefit to using @icloud for email

    Just wondering what the benefit is to using @icloud.com vs @me.com?

    None, really.  It's just an additional address that you can use if you want.  Email sent to either address arrives in the same inbox.  Apple is no longer providing @me or @mac email addresses, and is transitioning to @icloud going forward so they're giving existing iCloud users the new address as an option.

  • What is the best general use stylus for ipad air?

    Any recommendations for the best stylus for an ipad air.  Will not be used for creative purposes

    The Adoinit Jot Pro is super handy and feels like using a regular pen.

  • What's the path and file name for the program to make window xp recovery cd?

    I need to replace a hard drive, so I  have to make a set of CDs to install windows XP,  but in ACCESS IBM, I cannot find the program to make window xp recovery cd as instructed on the website. where can I find it? Thanks
    solved, thanks anyway. mine is T43, the hard disk got bad setctors now, so I got a new disk to replace it, so I need to install xp first, that's what I need, but there are no xp installation cd now and I can not find the program to make the cd. I downloaded  xp from internet to solve this problem.
    Message Edited by mary2001 on 07-04-2008 12:05 PM

    Hi mary2001
    I have a similar problem, so where did u downloaded the xp? I have a produkt key on the back of my IBM T43, but no cd.
    Please help me...

  • What is the difference of using JavaBean and regular classes?

    Experts,
    I am new to JavaBean(not EJB), and wondering what is the difference of using JavaBean for JSP page compared with using regular Java class?
    I know there are Bean tags which save some lines, what else?
    What does "serialization" mean compared with "not serializable"?
    thanks very much.

    No.
    A JavaBean is a regular JavaClass that:
    1) implements java.io.Serializable
    2) Its data members are private, and its data is accessed via getters and setters. You must define the getters and setters. Getters retrive the property, and must be in the format:
    public PropertyType getPropertyName()
    for most cases. The exception is when the PropertyType is a boolean, in which case you use:
    public boolean isPropertyName()
    Setters assign values to the property, and are in the form:
    public void setPropertyName(PropertyType propValue)
    3) There is also a PropertyChangeEvent model that needs to be followed.
    A marker interface has no methods you need to implement. It just marks the class as supporting certain operations. In the case of Serializable, it means the class can be written to be an ObjectOutputStream for persistant storage.
    As far as an example of JavaBean persistance, take a search on the java.sun.com site for Serializeable
    Also, take a look at this: http://java.sun.com/developer/onlineTraining/Beans/beans02/
    It concentrates mainly on gui component beans, but not all beans need to be gui parts... There are other pages to look at, but I can't find them at the moment, and I have to run...

  • What is the path in the filesystem for the deployed Wendynpro application .

    What is the path in the filesystem for the deployed Wendynpro application in the WAB AS
    We have a different version of webdynpro application running in production and non production , what is the process for overwriting the deployed application from one enviorment to another.
    Please help..

    Hi,
    What is the path in the filesystem for the deployed Wendynpro application in the WAB AS
    If you search for your component under the /usr/<SID> folder
    We have a different version of webdynpro application running in production and non production , what is the process for overwriting the deployed application from one enviorment to another.
    If you have NWDI in place CTS would help in this, else you can deploy your application using sdm.
    in CE you can deploy the application from NWDS.
    Regards
    Ayyapparaj

  • What are the advantages of using LabVIEW projects in TestStand, as apposed to just a path to a vi

    What are the advantages of using LabVIEW projects in TestStand, as apposed to just a path to a vi ?
    I am modifying an existing workspace for a new product, and it seems like more work to add the vi's into a LabVIEW project
    does it gain anything in the long run

    Hi Rusty,
    I wanted to quickly clarify on the integration between TestStand and LabVIEW Projects.
    As Jeff mentioned, some of the big benefits of using LabVIEW Projects is to organize code and to namespace them.
    For instance if you had a project called "Power Supply" that housed all your power supply code and had a VI in that called "Initialize", and another project called "Temperature Chamber" that also had a VI called "Initialize", both these VIs are namespaced by the project, so there is no longer confusion about which "Initialize" VI is being used.
    Now from a TestStand point of view, in prior version of TestStand, we lost some of this benefit because TestStand did not know about TestStand projects and called VIs simply as un-namespaced VIs. However, in TestStand 2010 (released last year, free eval available at ni.com/teststand), we added the ability to (optionally) call VIs within the context of their projects. This means that:
    VIs are now namespaced by their project, even when called from TestStand
    VIs can use project specific constructs like NI-DAQmx tasks and conditional compilation settings
    Note: When creating deployments, the VIs maintain their projects and namespacing, so this benefit holds true for deployments as well.
    Additionally, someone had mentioned looking into using lvlibs to namespace your VIs for deployment. Two comments:
    With TestStand 2010, this is no longer neccessary since the project itself namespaces the VIs
    You might also want to look into LabVIEW Packed Project Libraries, which combined several VIs into a single file. Think of it as a DLL specific to LabVIEW that is as easy to call as normal LabVIEW VIs. TestStand 2010 can call VIs that are exposed by PPLs. In addition, the deployment utility can automatically pack your VIs into PPLs for deployment.
    Hope this is helpful!
    Jervin Justin
    NI TestStand Product Manager

  • Hi i have  an iphone 4 which is from canada nd i have seen one sim inside it which is a canadian sim ,iam staying in india so can i use that phone in india and please tell me what are the steps ihave to take for using that canadian phone in india

    hi i have  an iphone 4 which is from canada nd i have seen one sim inside it which is a canadian sim ,iam staying in india so can i use that phone in india and please tell me what are the steps ihave to take for using that canadian phone in india

    Only the carrier to whom the device is locked can authorize it's unlocking.  Contact the carrier to see if they offer unlocking and if you qualify.

  • What are Parameters? How are they differenet from Variables? Why can't we use variables for passing data from one sequnece to another? What is the advantage of using Parameters instead of Variables?

    Hi All,
    I am new to TestStand. Still in the process of learning it.
    What are Parameters? How are they differenet from Variables? Why can't we use variables for passing data from one sequnece to another? What is the advantage of using Parameters instead of Variables?
    Thanks in advance,
    LaVIEWan
    Solved!
    Go to Solution.

    Hi,
    Using the Parameters is the correct method to pass data into and out of a sub sequence. You assign your data to be passed into or out of a Sequence when you are in the Edit Sequence Call dialog and in the Sequence Parameter list.
    Regards
    Ray Farmer

Maybe you are looking for

  • 8.1 will not load the dvd driver error 39

    The dvd played with no problem in 8, worked fine. I loaded 8.1 now it will not load the driver, says error 39. I uninstalled and reinstalled still the same.  I got a external working DVD, plugged it in and the same code, same problem. windows 8.1 doe

  • 10.5.8 released, and please don't say it just damaged your reputation

    Link for people running 10.5.0 through 10.5.7: http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate Link for people running 10.5.7 (may differ in size from Software Update application version), also known as Delta Update: http://support.appl

  • Anyone have an answer?

    When I insert an external drive (like a USB or a CD) it is not popping up onto my desktop like I thought it was supposed to, instead I have to go into my computer and open it through here.. Is there a way to fix or change this? or was I wrong and it

  • Profit center as COPA characteristic

    Dear Guru , All my sites are profit center and i want to capture information at site level in copa and for the same i need to create a copa characteristic. My confusion is what should be my characteristic :  Profit center or Site...... Regards Nitish

  • IBook upgrade to 10.4.6

    I upgraded an iBook to 10.4.6 and on the restart I get passed the gray screen and apple it goes through the progress bar, but then I get only the user's desktop image -- no dock, no menus just an empty desktop. There is a pointer but nothing to point