SSO and success URL with parameters

Hello
I have succeeded to configure HTML_DB engine as Partner App for Oracle SSO.
HTML_DB 1.5.0.00.33
Oracle IAS Release 1 ehk 1.0.2.2.2
I'm entering into HTMLDB application from outside directly to concrete page with concrete parameters. The calling outside app is authenticated with SSO.
Example URL: http://host/pls/DAD/f?p=103:3:::::PAR1,PAR2:VAL1,VAL2
I'm then authenticated checked against SSO and redirected to my requested page, but the parameters are lost. The URL looks like http://host/pls/DAD/f?p=103:3:987698769876098
It only happens at first try. Next time I have a session and I'm redirected together with parametes.
It seams that this http://host/pls/DAD/wwv_flow_custom_auth_sso.process_success is getting somehow wrong parameter URLC. Without parameters. Why?
Please help!
Yours,
jan lakspere

Hi
Thanks, Scott.
This patch 1.5.1 solved this problem. Now SSO redirect forwards the parameters together with URL.
Yours,
jan

Similar Messages

  • IC webclient url with parameters

    Hi all,
    Can I call IC webclient url with Parameters from another SAP system?
    Thanks and Regards,
    Smruti

    Hi Smruit,
    Check out this link that explains the options for opening the IC webclient.  It gives you teh URL parameters
    http://help.sap.com/saphelp_crm50/helpdata/en/84/11939c402646a080a44521c79a66f1/content.htm
    Cheers
    Andrew

  • Remote URL with parameters

    I'm building a ADF Mobile application and would like to call remote URL with parameters however there is no concrete example of this in the developer guide. I would like to call www.google.com?q=queryParam where queryParam is an user input.
    Thank you...

    I think you need to first define a white list of sites and this will allow opening the page in the web view instead of a separate browser see:
    http://docs.oracle.com/cd/E35521_01/doc.111230/e24475/remoteurl.htm#BABJFEAE

  • Lauching URLS with parameters Form Personalization

    Hello,
    At Crawley Borough Council we wish to use FP to launch urls with parameters; this would really enhance how CRM is used at Crawley BC. There values are taken from the contact centre customer block e.g. CUSTOMER_HEADER_BLK.CUST_FNAME would could be translated to the value of FRED.
    I can launch URLs without parameters ok, as soon as I add parameters I either get a url that does not translate the parameters or get an ORA error on vaildation.
    Can somebody please advise me the correct way to proceed.
    URL where parameters not translated when launched.
    http://cbcstlintraa/stellent/idcplg?&IdcService=GET_FILE&dDocName=CRMResultsForm&RevisionSelectionMethod=Latest&Rendition=Web&QueryText=(dDocType%20<Substring>%20'FormPublished'%20<or>%20dDocType%20<Substring>%20'ScannedDocs')%20<and>%20(xCRMName%20<Substring>%20' ||: CUSTOMER_HEADER_BLK.CUST_FNAME || '<or>%20xCRMPartyID%20<Substring>%20' ||:CUSTOMER_HEADER_BLK.CUST_PARTY_ID||') '
    URL that fails validation
    ='http://cbcstldeva/stellent_test/groups/internal/documents/callform.jsp&customer=CSAMEN&firstname='||CUSTOMER_HEADER_BLK.CUST_FNAME||'&lastname='||CUSTOMER_HEADER_BLK.CUST_LNAME||'&address_1='||CUSTOMER_HEADER_BLK.CUST_ADDRESS1||'&address_2='||CUSTOMER_HEADER_BLK.CUST_ADDRESS2||'&citytown='||CUSTOMER_HEADER_BLK.CUST_CITY||'&county='||CUSTOMER_HEADER_BLK.CUST_STATE||'&postcode='||CUSTOMER_HEADER_BLK.CUST_POSTAL_CODE||'&serviceid='||INCIDENT_TRACKING.INCIDENT_NUMBER||'

    Hi there,
    Try using this syntax for the variable: ${item.customer_header_blk.cust_fname}
    E.g.: ='http://www.google.fr/search?q='||${item.customer_header_blk.cust_fname}
    for a Google search based on your customer first name...

  • Please help me in resolving the URL with parameters.

    Hello,
    Please help me in resolving the URL with parameters. If desformat is pdf, a pop up message �Acrobat Reader could not open �pa034922.fdf� because it is either not a supported file type or because the file has been corrupted���.
    if desformat is html or xml, the following URL is working.
    our requirement, report should be in pdf format.
    http://servername:7778/dev60cgi/rwcgi60?server=Rep60_mclaren&&userid=bizsystest/test@business&destype=cache&desformat=pdf&report=salary_dept.rdf&p_dept_list=''ABE','ASE','CE','CHE','CS','DE','DIAL','ECE','ERC','IE','ME','PTE','ARC','ASE1''&p_status_list=''ACP','AD','AP','ATP','D','FE','HD','INS','P','RP','S','TF','TP','TS','ST','GS','O''&p_sex=''M','F''&p_order_by='Name'&p_totals='NO'
    Thanks in advance,
    Usha

    We've seen this bug on machines running IE6 with a certain security patch (I forget its number). There's a thread in the Metalink reports forum about it. It appears to be somewhat tied to another problem where IE runs the report twice (you can see that in Showjobs. You're seeing the problem in 6i; I believe it persists in 9i.
    The workarounds are (1) set Acrobat so it doesn't open within IE or (2) switch to a different browser, like Netscape. For workaround 1, Start Acrobat Reader, Choose File -> Preferences -> General, Uncheck Web Browser Integration
    There's some evidence that it occurs more often with urls that include single quote characters. I think it's worse with XP, but I don't have any proof.
    If you check Adobe's site, you will see this isn't just an Oracle Reports problem. I think we're waiting for Microsoft on this one, so don't hold your breath for a quick fix.
    -- jim

  • Opening a url  with parameters in an application

    I'm able to open a url in a browser from my application, but I want to open a url with parameters.
    for instanse http://mypage.asp?parameter=a
    You get a file not found. Is this possible?
    I'm currently using
    Runtime.getRuntime().exec( "cmd /C start " + url);

    Found the answer -- you have to put the url in quotes lest the ampersands parse the end off.

  • How to use HTTP_POST : To Call URL with parameters

    Dear Gurus,
    how to call HTTP_post.
    I am having requirement from client to send SMS using URL for which mobile number and text are the parameters.
    Now i want to call this in sheduled job using abap program,
    one of the person suggested me HTTP_POST for the same.
    But how to pass the parameters for this.
    Or is there another way to call this.
    Thanks in advance.
    with  regards,
    Rajesh c

    Check this
    http://help.sap.com/saphelp_nw70/helpdata/en/e5/4d350bc11411d4ad310000e83539c3/content.htm
    Examples
    http://wi.twhost.de/datei/data/QuellcodeDemos.pdf

  • ADF Redirect Programmatically to a TaskFlow URL with Parameters

    JDeveloper 11.1.2.0
    I've been working on a redirect scenario where the url parameters gets passed along with it. Initially, i was successful in doing so by using Andrejus's tips to redirect the page.
    http://andrejusb.blogspot.com/2007/10/security-in-oracle-adf-and-automatic.html
    So I thought I'd take it to the next level by doing the same thing but this time through a taskflow URL. To do this, I tried building a taskflow URL using :
    ControllerContext.getInstance().getTaskFlowURL(false, new TaskFlowId(tfDoc,tfId),params);
    Unfortunately, the ViewHandler.createView was only meant for pages defined in unbounded taskflow... but i thought I'd give it a try hehe. So i tried something else this time using F. Nimphius approach by using ExternalContext redirect.
    http://blogs.oracle.com/jdevotnharvest/entry/how_to_efficiently_redirect_an
    Now the main difference i notice between the two is that Andrejus's approach was able to redirect all the parameters i defined on the initial page while the ExternalContext route was removing the parameters upon building of the url through getGlobalViewActiivityUrl(String).
    Also, the documentation specified that it could only target a page defined in an unbounded taskflow. So definitely, redirecting to a taskflow was not possible in that scenario.
    Close to hitting a dead end on this one, I wonder if anyone has other suggestions as to the redirect to a bounded taskflow scenario.
    Ow, my usecase for this is that i'd like to offer our users the ability to just type
    http:<server>\faces\App?parameter1=myvalidparameter
    Then i'll basically redirect him to the bounded taskflow and i'll be setting all the input parameters to be passed in the bounded taskflow as well.

    Hehe scratch that... my bad, i've set a parameter to be required on the taskflow. So after defining the parameters and calling a redirect, everything worked fine.
    Just to share the code:
    private String getTaskFlowTestURL()
         String tfId = "main-flow-index";
         String tfDoc = "/WEB-INF/main-flow-index.xml";
         Map<String, Object> params = new HashMap<String, Object>();
         params.put( "inputParam", "myValue1234" );
         TaskFlowId taskFlowId = new TaskFlowId( tfDoc, tfId );
         String url = ControllerContext.getInstance().getTaskFlowURL( false, taskFlowId, params );
         return url;
    private void redirectToTaskflowTest()
         FacesContext fctx = FacesContext.getCurrentInstance();
         ExternalContext ectx = fctx.getExternalContext();
         try
         ectx.redirect( this.getTaskFlowTestURL() );
         } catch ( IOException e )
         e.printStackTrace();
    }

  • Call a BI Publisher Report URL with parameters

    Is it possible to call a BI Publisher URL from a form but pass the parameters along so the report can run with the user having to fill any parameters in? If so, how do you pass the parameters in the URL? We are trying to do some Proof of Concept work on a new project and would like to introduce BI Publisher into the mix instead of using Oracle Reports.

    See this article
    http://blogs.oracle.com/xmlpublisher/2006/07/18
    from Tim Dexter's most excellent blog

  • Open a pdf in an url with parameters #zoom=scale,left,top

    In the previous versions of Adobe Reader, it was possible to open a pdf in the web browser adding some arguments : #zoom=scale,left,top.
    So we could open the pdf at a specific position, with a specific zoom.
    But in the last version for windows, 10, the parameters 'left' and 'top' seem to be ignored. Only the zoom value is taken into account.
    There is no error message, no warning. We could write the values we want for the left and the top but nothing happens.
    So, I was wondering why it doesn't work anymore ?
    And to be sure, I re-installed the version 9  of Adobe and it works, but not with the 10.
    (and I hope that is not a fonctionnality which wasn't re-implemented in Adobe Reader 10).
    If someone has an idea...
    Thanks

    So, nobody has an idea ?
    Juste to be more clear, I give an example :
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf#zoom =300,200,200
    Then, if you enter this url in a new tab, considering you use the adobe reader plugin to open pdf in web browser, the file will be opened with a zoom of 300, and the letf corner position will be at 200 pixels of the right, and at 200 pixels of the top.
    But it doesn't work with Adobe reader 10, that's my problem...
    Could someone help me with this ?
    Bye

  • SSO and SAML issue with Fiori

    Hi
    I have set up a Fiori system based on 7.4 and it is working fine.
    I attempted to use Single Sign using SAML based on ADFS as an identity provider which we are already using in our environment.
    I have followed this guide by Chris Wealy on  Using SAML 2.0 Authentication to Access Fiori Apps from the Public Internet
    However when I am trying to login to the FIori launchpad, I am redirected to the Idp site where I enter my credentials and I am not able to login. Checking the diagnostic tool I am getting the following error
    SAML20 SP (client 410 ): Exception raised:
    SAML20 SAML20 CX_SAML20_CORE: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1. Long text: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1. Diagnosis System Response Status 401 was returned. Access denied. Procedure Contact the administrator of the entity, to which access was attempted. The logon data prevent communication. Use an HTTP destination and configure the logon data and the SSL client values as needed. Procedure for System Administration
    SAML20     at CL_SAML20_ABSTRACT_PROFILE->SOAP_SEND(Line 160)
    SAML20     at CL_SAML20_ARTIFACT->RESOLVE_ARTIFACT(Line 61)
    SAML20     at CL_SAML20_ABSTRACT_MSG->PARSE_MESSAGE(Line 216)
    SAML20     at CL_SAML20_RESPONSE->CREATE_FROM_MSG(Line 46)
    SAML20     at CL_SAML20_ABSTRACT_PROFILE->CREATE_MSG_OBJECT(Line 46)
    SAML20     at CL_SAML20_SSO->VALIDATE_RESPONSE(Line 32)
    SAML20     at CL_HTTP_SAML20->PROCESS_LOGON(Line 303)
    SAML20     at CL_ICF_SAML_LOGIN->PROCESS_LOGON(Line 62)
    SAML20     at CL_HTTP_SERVER_NET->AUTHENTICATION(Line 2491)
    However checking the possible solution to the above error I came across this
    Problem: You are performing SAML 2.0 authentication and you get the following error:
    CX_SAML20_CORE: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1. Long text: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1.
    Reason: SSL server certificate of identity provider is not imported in “SSL Client Standard” PSE.
    Solution: Import SSL server certificate of the identity provider in “SSL Client Standard” PSE.
    I have imported the the SSL server certificate along with the root certificate of the the Identitiy provider which is ADFS and still I am getting the same error.
    The ICM trace is showing this
    Thr 140736331941632] *** ERROR during SecuSSL_SessionStart() from SSL_connnect()==SSL_ERROR_CONNECTION_LOST
    Thr 140736331941632]    session uses PSE file "/usr/sap/UI5/DVEBMGS00/sec/SAPSSLC.pse"
    Thr 140736331941632] No LastError / ErrorStack available!
    Thr 140736331941632]   SSL_get_state()==0x2120 "SSLv3 read server hello A"
    Thr 140736331941632]   SSL NI-hdl 193: local=10.2.32.85:52039  peer=10.2.32.43:443
    Thr 140736331941632] <<- ERROR: SapSSLSessionStart(sssl_hdl=7fff90003a60)==SSSLERR_SSL_CONNECT
    Thr 140736331941632] *** ERROR => SSL handshake with adfs.sbm.com.sa:443 failed: SSSLERR_SSL_CONNECT (-57)
    Thr 140736331941632] SAPCRYPTO:SSL_connect() failed
    Thr 140736331941632]
    Thr 140736331941632] SapSSLSessionStart()==SSSLERR_SSL_CONNECT
    Thr 140736331941632] SSL_connnect() failed  (0/0x00) Huh??
    Thr 140736331941632]   SSL:SSL_get_state()==0x2120 "SSLv3 read server hello A"
    Thr 140736331941632]   SSL NI-hdl 193: local=10.2.32.85:52039  peer=10.2.32.43:443
    Thr 140736331941632]   cli SSL session PSE "/usr/sap/UI5/DVEBMGS00/sec/SAPSSLC.pse"
    Thr 140736331941632]   Target Hostname="adfs.sbm.com.sa"
    Can anybody help out.
    Do you need any other logs or configurations to check?

    Hi Simon,
    Thanks for your response.
    I am able to access the Netweaver Gateway Service URl's placed on the same DMZ using reverse proxy from internet.
    I have tried using the FQDN as well but no luck, do we need to do some configurations at the backend server in order to use Fiori Launchpad with reverse proxy?

  • Call WoC View via URL with parameters

    Hi,
    I'm already able to call a particular WoC view via URL by passing the app.component and app.inport parameters.
    Is there also any way to pass specific filter values, e.g. a customer id?
    Thank You!

    Hi Dennis,
    yes, you can pass the parameter of the Inport as well.
    An example is the Sales order QAF for 'New Sales Order' which has an inport ContactIDWriteBackIn. This inport allows passing an parameter called ID which is then mapped to the Contact ID of the UI.
    The corresponding call is:
    https://....?app.component=/SAP_BYD_APPLICATION_UI/crm/soc/salesorderqafeco.QA.uicomponent&rootWindow=X&redirectUrl=%2fsap%2fbyd%2fruntime&&sap-client=004&sap-language=EN&app.inport=ContactIDWriteBackIn&param.ID=1000450
    I hope this helps,
    Thomas

  • Building URL with parameters

    Hi,
    I have a webi report which I would like to schedule to run every night for different filters. I want my xcelsius dashboard to pick the latest instance of that report for that filter. How can this be done ?
    I have constructed the below URL
    http://wbf-sap-web:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sType=wid&sPath=[Development],Sales],SalesDashboard&sDocName=SalesDashboardSKU&sInstance=Last&lsSThroughDate=8/12/2009&lsSEnter_Planning_Family=XXX
    This is refreshing the Report everytime I click on the URL. I want it to pick the last instance of that report for the filters applied in the URL and the last instance is available on the server for this filter.
    Any Ideas Plz.
    Thanks!
    Sam

    Hi Sam,
    You could try to add a parameter "sInstance".
    "sInstance"  Indicates which specific instance of the target report to open. The values can be:
    1) User    (Link to latest instance owned by current user)
    2) Last     (Link to latest instance for report)
    3) Param  (Link to latest instance of report with matching parameter values)
    For example:
    ......openDocument.jsp?iDocID=346&sType=wid&sRefresh=Y&sInstance=User
    Hope this can help!
    Grace

  • Using SSO and user mapping with WebDav Repository

    Hi guys,
      I have a WebDav Repository in portal and i configured SSO with SSO22KerbMap in IIS server. All is ok, but i have some UME users than don't have user in our Active Directory, i need use user mapping with this users. Do it's possible?
      Currently i have a KMWebDav system (with same alias name that http system) and i mapped one of my UME user (with name 'umeuser' for example) with one Active Directory user (with name 'aduser' for example), if i try access to my webdav repository from KM Content with 'umeuser' i can see in SSO22KerbMap log a message like:
    10:48:57 6756/4652 i OnPreprocHeaders: Determined account umeuser from cookie MYSAPSSO2
    10:48:57 6756/4652 E OnPreprocHeaders: Found 0 UserPrincipalNames for ADSI Filter...
    Can somebody help me?
    Thanks in advanced.

    Hi Guys,
    Any takers?
    Suggestions would be appreciated.
    Cheers
    Ian Henderson

  • Podcast url with parameters

    So I'm trying to create an rss feed that users can subscribe to via iTunes but the links provided in the feed have parameters at the end.
    e.g. <link>http://www.example.com/podcast/test/display.php?file=testpodcast.mp4</link>
    iTunes fails to detect the mp4 file when the link is in the format shown above..any suggestions?
    I can not use a link in the normal format: "http://www.example.com/podcast/test/testpodcast.mp4".
    Thanks for your help.

    The URLs provided in the feed to the media files need to be direct links to the actual file. Using a script to locate the media file is very likely not to work in iTunes.

Maybe you are looking for

  • I have one itunes account but I use it on a windows and on a mac.  If I buy a song on one, does it go to the other?

    Years ago, I bought an iPod Nano and I sync it with iTunes on my windows computer.  I have many songs on my windows iTunes account.  For work I received a MacBook Pro and an iPhone.  I sync my phone to the mac still using that same iTunes account.  T

  • HP Recovery usb device failed

    have a new HP laptop: HP ENVY 15t-j100 Select Edition CTO Notebook PC (ENERGY STAR)  Product Number: E9W31AV Several hours after its first boot the laptop failed to load and I got a message saying it can't load win 8.1 os. (this was two month ago and

  • SCCM Client Report Tool not opening up correct URL to Report Server

    I recently install the SCCM 2012 right click tools and within the downloaded zip file there is SCCMClientToolsSetup2012.exe which adds a whole bunch of additional features when right clicking devices in the console. The problem is no matter what I pu

  • I hope someone could help me out in selecting an appropriate MODULE in SAP for me

    hi team, i would like to appreciate , if any of them give me a solution. i have done my BCA. 2013 pass out. i am working as system engineer as of now. I am planning to change my career to SAP and so I have done my research in the SAP modules, I could

  • Delete Related Messages

    In Mail, when I click on a message, other messages in the same conversion, which Apple calls "related messages" are highlighted with green. Is there a way to delete all these messages at once by clicking on a single related message? Or what could a w