Portal Login id and Credatinal pass to dot net application

Hi Experts,
I want to know is it possible to pass the portal login id and other details like Name and organization to an dotnet application.
If it is then how can we do it.
Please do the needfull. Important
Regards,
Swapnil

Hi Sarbjeet,
I first thought of creating URL Iview and passing the user id and other required details as parameter to that URL Iview.
Then reading your mail i thought of creating a web dynpro java application and then pass all the required values to the url in the application only but i am confussed how i will call the dot net application.
If you have a better suggestion please let me know how to do it.
Regards
Swapnil

Similar Messages

  • SSO for Dot Net Applications

    Hi all,
    We are in the process of  integrating dot net applications with SAP.
    Can you please let us know the process to do SSO with the dot net applications which uses
    1.Integrated windows based authentication.
    2.Basic authentication
    Regards,
    Shyam.

    Shyam,
    You could refer to these threads.
    .Net to SAP Portal (SSO)
    .Net SSO with SAP
    Reward points for handy posts!
    Cheers,
    Sandeep

  • Consuming XI webservice in Dot net application.

    I have created a Xi webservice and hosted it on a server.Now I want to consume this webservice in a dot net application. But while consuming it I get a binding error from the webservice.Does anyone has a solution fron this. Do I have to do some XI settings while creating  web service.

    have you used the WSDL created in XI - u can find it from http://<server>:<port>/wsnavigator/enterwsdl.html
    Also use the link in soap:address location for your test purposes.
    If proxy is involved in your network you will have to consider tht too and finally u sud use a XI user id to connect.

  • Not able to access the portal login page and idenetity console page

    Hi all.
    I installed PS 6.1 on a new Solaris 8 Box. DNS is not configured for this box.
    I use netscape browser on the solaris boz to test my installation - everything is fine
    issue:
    When i tried to access the amconsole or amserver/UI/Login application, it bombs with the following exception.
    but i can see the default webserver page (or any static html for that matter).
    any clue?
    10/28/2003 03:22:22:776 PM EET: Thread[Thread-195,5,main]
    ERROR: Exception occured
    java.lang.Exception: Service URL not found:session
    at com.iplanet.services.naming.WebtopNaming.getServiceURL(WebtopNaming.java:180)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:686)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:668)
    at com.iplanet.dpro.session.Session.getSession(Session.java:540)
    at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:73)
    at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:280)
    at com.sun.identity.authentication.service.AuthUtils.getOrigLoginURL(AuthUtils.java:1546)
    at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:253)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:783)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:434)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:312)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
    at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
    at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)

    I am facing the same problem. I am using Custom Authentication module. When I access the login page for this custom authentication module I got this error. I have DNS entry and added the IP Adress in the host file too. Anyone tell us, what could be the problem?

  • Portal Login error and configuration?

    Dear All,
    We have a SAP portal up and running, when logging on through the browser we get the following error message
    "No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    furthermore can we access the portal system through sap gui or is it web based only?
    need some quick help

    Hi Onn
                      Welcome to SDN!
    The Error you are getting is because no Roles are assigned.You need to assign at least the end user Role.On how to achieve this please follow the link:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0f6016b5211041bd8963e8154afcfd/frameset.htm
    Also look at:
    http://help.sap.com/saphelp_nw04/helpdata/en/46/a1be96f7bf407db6ac78e343b8cef1/frameset.htm
                          Portal is web based and you can access it with the following URL:
    http://<fully qualified Portal server and domain name>:<http port of SAP J2EE>/irj/
    The defualt port is 50000.
    Cheers.
    Please award points for helpful answers.

  • How to get Portal Login User and Its Related BP in CRM?

    Hi,
    An ABAP Webdynpro program is called in CRM from Portal user by a portal link. How to get the user ID and its related BP in CRM? Thanks!
    The portal is integrated with ECC, and all users and BPs are maintained in ECC then replicated to CRM.
    Best regards,
    Hao

    Hi,
    Try the below code
    IUserFactory userfact=UMFactory.getUserFactory();
    IUser user=userfact.getUserByUniqueName(request.getUser().getUserId());
    String usrid=user.getUniqueName();
    And also you can get the groups assigned to user by using the below code
    Iterator groups = user.getParentGroups(true);
    while (groups.hasNext()) {
         String groupstr = (String) groups.next();
         IGroup g = UMFactory.getGroupFactory().getGroup(groupstr);
         response.write("Group name "g.getUniqueName()"<br>");
    Regards
    Suresh

  • I am trying to customize the portal login.

    I would like to use a dynamic drop-down to display the Portal login username and password fields.
    Can this be done?
    Any help would be great.

    Interesting Information:
    (Metalink)
    Note:331045.1
    How to create a custom login page that displays an image logo
    Note:284145.1
    How to Create a Custom Version 9.0.4 SSO Logon Deployment Screen
    Note:295090.1
    How to Remove the Checkmarks from the SSO Logout Page

  • Calling Stored Function from DOT NET

    Hi,
    I am trying to call a stored function "PKG_MIS_USER_MASTER.ADD_USER(userid varchar2, password varchar2) return NUMBER" from my DOT NET application.
    Everything works fine within TOAD. Can anyone please help me in writing the C# code for calling a stored function along with its return value.
    Thanks in Advance.

    You can (as of 15-JUL-2005) get chapter 5 and chapter 7 of my book from the ODP.NET homepage, which is located here:
    http://www.oracle.com/technology/tech/windows/odpnet/index.html
    The link is at the bottom of the page.
    The direct link is:
    http://www.oracle.com/technology/books/pdfs/dotnet_ch5_7.pdf
    Chapter 5 covers using PL/SQL from .NET.
    - Mark

  • Crystal Report 2011 compatibility with dot net 1.1

    Hi,
    WE have a .dot net application in framework 1.1 where we were using crystal reort 9. we are now upgrading to crystal reports 2011 .
    1) is crystal reports 2011 runtimes compatable with dot net 1.1
    2) Where can i find the runtimes for crystal reports 2011. for this i was ealier given a Visual studio 2010 crystal reports runtime. ths file was called CRRuntime_32bit_13_0_1.msi. but when i install this it has a readme file which says the following.
    If you have installed Crystal Reports 2011 or any of the SAP BusinessObjects XI 4.0 products,
    you may notice that their installation contains the same "Crystal Reports 2011" and "SAP
    BusinessObjects Enterprise XI 4.0" folders as you see in this folder.  Please note that the
    folder/files names may be the same but most files have a different version, and are not
    compatible with the Crystal Reports 2011 or SAP BusinessObjects XI 4.0 products.
    the way i am reading this seems that the runtime i have is not the one i want for Crystal reports 2011
    Thanks
    Ravinder Akkaraju

    A bit of a historical review;
    VS2010 came out
    We created a version of CR that integrates with VS2010. This is Crystal Reports for Visual Studio 2010 (v 13.x), also refered to as CRVS2010
    At a later time CR 2011 was released. This version has no SDK.
    However, any report created in CR 2011 can be run with CRVS2010, as well as the CR 2008 (v. 12.x) runtime.
    As CRVS2010 is for VS2010 only, and VS2010 does not support framework 1.1, CRVS2010 does not support framework 1.1
    If you want to use report create in CR 2011 with framework 1.1 based application, you will need to obtain CR 2008 which will install the correct runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi,
    We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL termination.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/6d4fa247d0d647b5bd40745400d873/frameset.htm
    We created certificate  and send it to CA (TrustCenter CA). We received the CA response and we imported the certificate.
    AS mentioned in the help document, we configured the SAP Web Dispatcher profile to support SSL termination
    We tried to access our BillerDirect Portal over the internet using below link
    https://company.com/bd
    We are getting login page, once we enter correct user ID and Password, portal is not loading (not going to next page) portal remains on same login page.
    If we enter invalid credentials portal login page is giving u201CUser Authentication Failedu201D error.
    If we try to access any portal login pages which brings a pop-up for login, login gets succeeded and we are able to see next pages
    Examples
    1)     https://company.com/bd/admin/xcm/init.do
    2)     https://company.com/monitoring/SystemInfo
    All pages which bring up portal login page without pop-up, not able to pass through portal login screen.
    We Tried the ProxyMapping option on Dispatcher using Visual admin. This option also didnu2019t work for us.
    Here is the WebDispatcher Profile
    SAPSYSTEMNAME = xxx
    SAPGLOBALHOST = xxxxx
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = hostnameofportalserver with FQDN
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTPS,PORT=443
    icm/server_port_1 = PROT=HTTP,PORT=80
    icm/HTTPS/verify_client = 0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=D:\usr\sap\xxx\W00\data\icmanroot\admin,AUTHFILE= D:\usr\sap\xxx\SYS\global\security\data\icmauth.txt
    Parameters for the SAP Cryptographic Library
    ssl/ssl_lib = D:\usr\sap\xxxW00\sapcrypto.dll
    ssl/server_pse = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/name = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/ssfapi_lib =  D:\usr\sap\xxx\W00\sapcrypto.dll
    sec/libsapsecu =  D:\usr\sap\xxx\W00\sapcrypto.dll
    wdisp/ssl_cred = D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    Parameters for Using SSL to the backend server
    wdisp/ssl_encrypt = 1
    wdisp/ssl_auth = 1
    wdisp/ssl_cred = D:\usr\sap\xxxW00\sec\SAPSSLC.pse
    wdisp/ssl_certhost = hostnameofportalserver with FQDN
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTP/j2ee_0 = PREFIX=/, HOST =hostnameofportalserver with FQDN PORT=50000,SPORT=50001, SSLENC=1,TYPE=1, CRED =D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    We also tried below options in WebDispatcher profile but we are getting same problem.
    wdisp/add_client_protocol_header = true
    wdisp/add_clientprotocol_header = 1
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = *
    icm/HTTPS/trust_client_with_subject = *
    we also tried
    wdisp/ssl_encrypt = 0
    wdisp/ssl_auth = 0
    we also tried
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 2
    We are not able to resolve issue. Please help us on resolving this issue.
    Thanks
    Praveen

    ' in Host Names is not allowed. Our hosname has '_'.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

  • Trying to pass Login username and password from a non-Oracle Form

    I have a form that I am trying to use to pass a login username and password to an Oracle form. The problem is I know Oracle 10g web reports can take login parameters in a URL, but I can't seem to figure out how to encode/hide it and have Oracle read it. I want to be able to hide the username and password (obviously for security) and I also want to be able to pass special characters... does anyone have suggestions? It seems even in Oracle forms there are some issues passing login info because I have built in parameter forms... I have given myself quite a headache either way! We are trying to upgrade from an old, old version of forms and reports and are trying to use as much orginal code as possible. It all works if I pass plain text user name and password... any help would be sooooo appreciated. By the way on the Oracle side I am still pretty much an infant developer... please talk slow and use simple words... ;-p
    Thanks again for any help!
    Va

    ...asking me to enter username and password on a non-secured website, or else thy will destroy my account. Is it legit ?
    It is definitely a scam.  Delete it immediately.
    For more information, see this document:
    Identifying fraudulent "phishing" email

  • Difference Between NWBC login and Portal login in GRC10

    Hi All,
    Can any one tell the difference between NWBC login and Portal Login in GRC 10?
    Thanks & Regards
    Mohammed Wasim

    Hi,
    NWBC is web dynpro application running on ABAP stack while Enterprise portal is java application running on Java stack.
    Hope this answers your query.
    BR,
    Mangesh

  • How to pass login name and password

    Hi all,
    If this question has been asked before, please let me know, and I am sorry for duplicate the question raising.
    I want to use the login name and password which are entered from the left frame(topic frame) in the right frame ( the content frame).
    I have 3 jsp programs, "A.jsp" is for validate the login (name and password), "B.jsp" contains a form-submit to add the records to a database. "C.jsp" is the actual one which does the updating to the database.
    Q1, how can I re-use the login name and password for "B.jsp" and "C.jsp"?
    Q2, is there any security problem to do so?
    your useful reply will give me a great help.
    ths

    or try here:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=308840
    http://forum.java.sun.com/thread.jsp?forum=31&thread=295349

  • IE8 portal login with URL

    HI,
    We have a login problem with IE and portal 7.0.
    When we open login window in IE with IP address,
    http://192.168.3.33:50100/irj/portal
    all works and is OK, but with URL by name as
    http://bitest.you.com:50100/irj/portal
    we got an yellow '! ' mark in left corner of the IE and after username/password nothing happens - on error message, just the same login window. When you insert wrong password, error message is displayed.
    Doubble click on yello '!' mark shows message:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Mon, 21 Nov 2011 08:16:24 UTC
    Message: Invalid argument.
    Line: 127
    Char: 1
    Code: 0
    URI: http://bitest.you.com:50100/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?7.01000050
    On Firefox login works with IP address and with URL .
    192.168.3.33 bitest.you.com
    has been written in to the C:WindowsSystem32driversetchosts file in local PC.
    Have already read SAP Note 1462523 and iexplore -nomerge doesn't help.
    Regards,
    Mart

    Hi,
    SAP Support solves this problem and their answer is:
    Please note that the issue is not related to Enterprise Portal but
    caused by Internet Explorer.
    The issue is with the number of dots in the url (<host>.xxx.xx works
    perfectly well), but only with urls with the
    specific format, where the domain and sub-domain have two characters (
    <host>.xx.xx does't work) in your case 'eklsapbitest.yo.ee'.
    Internet Explorer does not allow cookies to be set for such a domain -
    it treats it as a top-level domain. Microsoft has acknowledged that thisis a problem in IE (cf. Microsoft Knowledge Base Article 310676:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;310676).
    Microsoft has also provided a fix for this issue (which involves
    applying a service pack and editing the registry). In addition to this
    fix, you can have the below two workarounds:
    1. Redirect requests for 'eklsapbitest.yo.ee' to 'eklsapbitest.XXX.ee'.
    2. Change the portal domain from 'yo.ee' to 'xxx.yo.ee'
    Regards,
    Mart
    Edited by: Mart Mattikas on Dec 5, 2011 11:14 AM

Maybe you are looking for