SSO ticket wont work for displaying contents of internally stored files

Thx to the help I got here the application here is all in all running well with SSO as authentification method.
But the application has a part where it tries to open & display files stored in the backend (e.g. Excel-Sheets, TIFs etc).
This part was running fine with the old basic authentification, but now it opens the application and then seems to try to authenticate again (at least that's how it looks in excel as there is shown the login-dialog again).
Any way I can work around that - at the moment it makes an important part of the application useless :\.
Method used to display:
gets the data, transfers it to a xstring and then sends it to the browser via:
    lf_value = lf_mimetype.
    response->set_header_field( name = 'Content-Type'
                                value = lf_value ).
    response->delete_header_field( 'Cache-Control' ).
    response->delete_header_field( 'Expires' ).
    response->delete_header_field( 'Pragma' ).
    lf_value = lf_filename.
    CONCATENATE 'inline; filename="' lf_filename INTO lf_value.
    response->set_header_field( name = 'Content-Disposition'
                                value = lf_value ).
    response->set_data( lf_content ).
    navigation->response_complete( ).

Hello!
Well first thing is, now after fooling around a bit and changing some code it works - though first method I used too was as described in I think a weblog from you for showing documents inline.
In my case there are files of different types stored via cfolders...and my application (after login in via a copy of the system/login application) amongst other things enables a web-based search & display of these files.
For this I fetch the contents of the file from the backend and then deliver the contents to http.
As I said, worked with basic authentification but had troubles after switching to the login-application.
Just my guess that it was the ticket gettin lost as i had the effect described above with excel.
Problem is that this project after gettin display to work again was completed and so now into a new project at a different company-location & system so cant make the trace.
Thx for helpin and sorry I had let this open - just was curious if this problem could be solved some better way then mine.

Similar Messages

  • I installed itunes 11.1.3 and now my itunes store wont work - for example the movie list comes up blank

    i installed itunes 11.1.3 and now my itunes store wont work - for example the movie list comes up blank- does anyone knw how to fix this?

    Looks like blame is incorrectly placed. Turns out my iSCSI connector is struggling with Mavericks. When I placed the iTunes library on a local drive, everything came back to normal.

  • When I try to login to icloud I get a message that says my appleid is valid but it wont work for icloud. What do I do?

    when I try to login to icloud I get a message that says my appleid is valid but it wont work for icloud. What do I do?

    Hi ljzimprich!
    To have a better understanding of your issue, please let everyone know which model printer you own and what operating system you are connecting it to. That way, community will be able to assist you with suggestions appropriate for your product.
    Thanks!

  • Facebook apps wont work for my iphone 4 please help

    facebook apps wont work for my iphone 4 please help

    Ok, what you have here is a basic 'blown fuse' problem.
    With the iPhone 3G and 3GS if you drop them in water and they stop working you can almost always revive the phone simply by oepning them up, finding the corrosion on the motherboard then cleaning it and putting it back together.
    With the iPhone 4 (and 4S) it's a different story though in that water damage causes a fuse on the motherboard to blow. Once blown, the phones can no longer receive power from the battery. They can however receive power from a wall charger, which is why your phone runs whilst plugged into a charger but dies as soon as it's disconnected. Trying to run it from a USB port wont work either as the 5V power supply gets interupted whilst the phone is booting, as such it dies part way through booting, and the cycle repeats. 
    At this stage you have 3 options:
    -have the phone replaced by Apple, or
    -replace the damaged fuse on the iPhone motherboard yourself, or
    -send the phone to a company to have the fuse repaired
    There is a company that sells the replacement components, and  they have an installation sevice too. I've fixed a couple of iPhones in my day, and unless you are very proficent with a soldering iron I strongly recommend having the repair done for you.
    See the link below:
    http://fonefixer.webs.com/apps/webstore/products/show/2684671
    Sorry it's not good news, but at least you know what's going on with the phone now and can weigh up your options.

  • Updated to the new iOS 6.1.2 and now my 4S wont work for calls and texts

    updated to the new iOS 6.1.2 and now my 4S wont work for calls and texts

    I called Vodafone corporate help desk as I have a company phone :-
    I was told to hold down the off button at the top of the handset at the same time as holding down the round menu button at the bottom of the handset for 20 seconds - the phone went off, then restarted and it all seems OK now.
    Def something with the ios 6.1.2 upgrade :-((

  • TS2774 hi i have done the settings that mentioned in apple support threads but it wont work for me i am using BSNL cellone SIM and activated 3G too but unfortunately internet is not connecting but my facebook is updated and also showing the data statistic

    hi i have done the settings that mentioned in apple support threads but it wont work for me i am using BSNL cellone SIM and activated 3G too but unfortunately internet is not connecting but my facebook is updated and also showing the data statistics

    They are not a supported carrier. You'll have to take it up with them.

  • SSO is not working for SAPGUI for HTML

    Hi Experts,
    We have configured SSO between EP and ECC.SSO is working fine for SAPGUI for windows.But it is not working for SAPGUI for HTML.
    Workflow iViews are getting error.
    "SWITCH to HTTPS does not occur."
    The domain names are different for EP and ECC.
    Please let me know ,is there any settings need to check.
    Regards,
    Bala.

    Hi
    The point here is that your Portal server is on a different domain, so you have to configure the logon ticket issuer (portal) to generate logon ticket for multiple domains.
    http://help.sap.com/saphelp_nw04s/helpdata/en/a0/88a340fa432b54e10000000a1550b0/frameset.htm
    Best regards
    Johann

  • SSO is not working for an Alias URL but is working for original portal URL

    Hello,
    We have a BSP running inside the portal and expects authentication.
    When I run this BSP using the portal regular address everything is working OK and SSO is working after logging into the portal.
    At next step, we have configured an alias for the portal URL at the DNS Server.
    When activating the BSP from the alias URL it asks for 2nd authentication. Meaning, SSO is not working after logging into the portal.
    I have activated an HTTP trace in order to see why and it seems like when running it from the alias name it recognizes it as a different domain and I assume this is why the authentication is coming up.
    I would like to suppress this for the alias URL but don't know how.
    I found this UME property on the server:ume.logon.security.relax_domain.level
    This UME property controls the amount of sub domains to remove from the server name to obtain the domain for which the logon ticket is valid.
    I have changed this property from its default value 1 to 3 (and restarted the server of course) which, in our case, leaves only ourCompany.com for the ticket in the original server URL. Yet, the authentication pop up is still not supressed when browsing through the alias URL.
    Any idea what can I do next?
    Thanks,
    Roy

    Hi Dezso,
    I found the 401 let me know if I look on it right:
    I have an entry node with two subnodes: request and response.
    The response has:
    <responseStatus>HTTP/1.1 401 Unauthorized</responseStatus>
    And the request before that doesn't have any MYSAPSSO2 in it, all it has which is related to cookies is this:
    <header name="Cookie">UserUniqueIdentifier=1174345919524; alreadyLogged=1179560552416</header>
    <cookies>
    <cookie name="alreadyLogged">1179560552416</cookie>
    <cookie name="UserUniqueIdentifier">1174345919524</cookie>
    </cookies>
    Can you advice what to do next?

  • Help... Itunes wont work for 2nd time now, and very important....

    This is the 2nd time, itunes just totally stopped working for me ( Like wont open, no matter if I click on it in the quick launch, The shortcut, or the actual program...
    This time is not like the last time however...
    Song's that I have recorded here at my home studio that I have yet to burn are on there... And Beat's that I have made, that are not backed up in FL Studio are in there, and so are numerous Mixtapes I have made, but yet to burn on to disc's.
    I don't want to lose all those song's!!!
    As a matter of fact I have 800+ Song's on my itunes, and I don't want to lose them!
    Please help me out, I was just gonna burn all my stuff just today.

    Try this :
    http://discussions.apple.com/thread.jspa?threadID=315147&tstart=30

  • Iphone/ipad/ipod charger wire wont work for iphone or ipod but does work for ipad very strange

    guys this is so odd and pointless but for some reason my charger wont let my iphone charge or ipod but it works for iphone. iphone running ios 7 same with ipad. any solutions?

    Hello there, Kareem77.
    The following Knowledge Base article provides some great steps for troubleshooting your issue:
    iPhone and iPod touch: Charging the battery
    http://support.apple.com/kb/HT1476
    If the issue persists, the first article also refers to this:
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Serial number from cs5 wont work for cs5.5

    i have cs5 creative design premuim on my old laptop but it struggled to run it. i recently got a new laptop and want to put it on there only to find i have misplaced the disk and tryed downlaoding it but i cant dowload cs5 any more. i dowlaoded cs5.5 but the serial number from my cs5 wont work help i need to use it asap and the trial has run out

    Serial number of cs5 will not work in cs5.5 , they are version dependent.
    YOu can download the cs5 from "prodesigntools.com" and then install the software.
    Write a DVD or take a backup of the files downloaded for the later use.

  • Ive had my iphone 4s since 10th april and on three seperate occassions its switched itself off completely (whilst having battery) it then wont work for around 2 days, this is very annoying and I dont know what to do as its been out for around 12hours now

    I don't know why my phone keeps switching itself off, I've never dropped it, had water damage nor any other damage to it. Ive had it for around 5 months or so now and it just likes to switch itself off for around 30-40 hours then work again as though nothing happened. Although this is great as it will eventually work its  very frustrating not knowing if it will switch on again.. at the minute my phone hasnt worked for about 10-12 hours. I went in to the apple shop and they said they couldnt see me for over a week as they were fully booked, I understand that theyre busy but surely they can't expect me to go without a phone/alarm/email for that time when I am paying for it. Does anyone have any help/advice they can offer? Thanks

    Standard troubleshooting...
    1. Try a Restart by pressing the sleep/lock button until you see the slider.  Slide to power off.  Restart by pressing the sleep/lock button until you see the Apple logo.
    2. Try a Reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider if it comes up. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    3. Remove apps from Recently Used list...
    - From any Home Screen, double tap the home button to bring up the Recents List
    - Swipe up on the app preview card
    - Press the home button when done.
    4. If still a problem restore with your backup.
    5. If still a problem restore as new, i.e. without your backup. See how it runs with nothing synced to it.
    6. If still a problem, it's likely a hardware issue.

  • Adobe flash wont work for general users in Citrix

    I have a Citrix Xenapp 5 farm 2008 32 bit and I am trying to get Adobe flash 10 player working for general users. It works fine for admins though not when logging a citrix session as a general user (if I give that user admin rights it is fine). I have used the full edition of the installer with different versions and they all dont work for users.
    I ensured that ie security was turned off for both users and computers.
    gave read access to some registry enteries.
    gave everyone group write access to C:\Windows\System32\Macromed.
    I am using the citrix receiver.
    it is not being streamed.
    I excluded the group policies for the test user and still same issue.
    I have tried different versions of flash and nothing has worked. I disabled the gpos for the user and still the same issue. the RSOP didn't have anything that stood out. there was nothing in the event log which gave any errors about it.
    Seems to be a permissions issue somewhere.
    Any ideas appreciated.

    What is your operating system & version?
    What is your browser & version?
    What means "not working" - what exactly happens when you try?

  • Hi my name is Jeanette cantwell , I'm having problem with my iPhone 4 my Facebook app wont work for me I re installed it many times and delete. But still won't open   Can u help me pls

    Hi I'm Jeanette , I'm having with my Facebook app, I deleted it many times and reinstalled many times but still my Facebook app won't work for me, everytime I press fb app it will just go back to fb icon or window on my phone, I have iPhone 4 , hope u can help me

    Holding down the center/select button and the menu button will reboot your ipod. See if that helps. Also, I'd recommend something else- I had nothing but trouble with my ipod classic until I spent $20 to get Mac OS Mountain Lion. It did what you said and sometimes wouldnt play, or wouldnt power on...
    Try rebooting your ipod and let me know what happens and maybe in the future obtain Mountain Lion to aide your ipod in functionality.
    Good luck!

  • My i message wont work for a certain number

    my i message is working for multiple numbers except one. And they have an I phone and it used to work for them.

    Tell that person to go to Settings > Messages and turn iMessage off then back on. If they receive any errors, have them follow this article: If you get an error when trying to activate iMessage or FaceTime - Apple Support

Maybe you are looking for