SSO between devinf page and CBS.CMS,DTR

Hello,
After navigating to NWDI home page , http://host:port/devinf    -> If I choose CBS /CMS/DTR it should login automatically.
Is there any configuration required to achieve the same?
Regards,
Koti Reddy

Hi Koti,
Please have a look at http://help.sap.com/saphelp_nwce72/helpdata/en/af/7d7a8db8a44ff0880bc481a29b6447/frameset.htm but its for CE7.2...
I am using the SSO enabled NWDI, checking for more details, if i found that i will let u know.
Hope it helps
Regards
Arun

Similar Messages

  • How to Set Up SSO Between IBM WebSphere and SAP EP Using JAAS

    Hi
    I have read the article on SDN called "How to Set Up SSO Between IBM WebSphere and SAP EP Using JAAS", which is also the name of my posting.
    The reason why I post this is that I've tried to follow the links in the PDF to get the file WebsphereEpSsoLib.zip but I get an error 403, which tells me that the file is not there.
    Does anybody know where this file went or can somebody tell me an alternative place to get this file?
    Jacob

    Please open the associated whitepaper, and you can find the download link to the .ZIP file on page 4.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ibm/how to set up single sign-on between an ibm websphere portal and the sap enterprise portal using jaas.pdf
    Hope that works!
    Elise

  • SAP SSO between Microsoft AD and SAP R/3 GUI&WebGui

    Hello Everybody,
    We are looking in to implementing SSO between Mircosoft AD and our SAP CRM ABAP 7.0.
    We have users both logging in through SAP Gui and also the web gui.
    Found there a multiple options for achieving SSO:
    1) SNC
    2) X.509 cerfificate
    3) Kerberos
    I would like to go with X.509 certificate , and have already implemented the SAPCRYPTOLIB 5.5.5. Now am trying to download the "SAP NW Single Sign on 2.0" for installing the Secure Login Library SSL. And when i looked at PAM the required product versions are only:
    1. SAP EHP1 for SAP NW 7.3
    2. SAP NW 7.3
    3. SAP NW 7.4
    4. SAP NW CE 7.2
    So I went back and looked at PAM for SAP NW SINGLE SIGN ON 1.0 required product versions and I only see the below:
    1. SAP EHP1 FOR SAP NETWEAVER 7.3
    2. SAP NETWEAVER 7.3
    3. SAP NETWEAVER CE 7.2
    Our version of SAP is CRM ABAP 7.0, so I am not sure how/which version of Single Sign on I have to use.
    Can someone please advise.
    Thanks!

    Thank you Donka for the information!
    Looks like NW SSO 2.0 is supported for AIX 7.1 SAP ABAP CRM 7.0.
    But we also have users logging in to ABAP CRM 7.0 via HTTP Web dispatcher.
    And the PAM does not mention if NWSSO 2.0 is supported for X.509 method for web gui users logging in via HTTP.
    Also if we decide to go with SSO 2.0 and I manually Install the COMMONCRYPTOLIB 8 instead of the SAPCRYPTOLIB 5.5.5, I should be able to use the Secure Login Library files that come with the SSO 2.0 right?
    Here's our current Kernel version:
    kernel make variant           720_REL, 64 BIT AIX, UNICODE , Patch number 500
    Thanks!

  • Differentiate between oa page and iStore page(jsp)

    Hi,
    How to Differentiate between OA page and iStore pages?

    If the URL contains the JSP tag as OA.jsp or RF.jsp, then its an OAF application else if you see some custom jsp, eg, jftchrome.jsp etc, then the application is JTT/JTF based application:
    eg:
    OAF application:
    http://sampledomain.oracle.com:5000/OA_HTML/*OA.jsp*?.......
    http://sampledomain.oracle.com:5000/OA_HTML/*OA.jsp*?.......
    JTT Application
    http://sampledomain.oracle.com:5000/OA_HTML/*jtfchorme.jsp*?.......

  • Distinguishing between bookmark page and ordinary jsp

    If I bookmark a page in my project and close the browser , and again on restarting the browser
    viewing the same bookmark page without logging in,
    All the links should work.
    It is working , but problem arises here
    how to
    distinguish between bookmark page and ordinary jsp
    which is viewed with login

    The problem is not the bookmark.
    Review your JSP, you may find it does not check the session id.
    In this case, everyone can access the page without login.

  • Distinguish between 'Edit Page' and 'Customize'

    I have a portlet/provider that needs to be able to distinguish between 'Edit Page' and 'Customize (Page)' (top level). In both cases you can add portlets, but I want to implement different logic for both instances.
    Thanks,
    Jan
    null

    Okay, so here goes!
    Oracle Portal stores the way a portlet instance is shown/put on a page in the db-column 'wwpob_portlet_instance$.include'.
    In the portlet 'register' call you can find out what the originating action was for this portlet to be placed on the specific page. At this stage only two possible values are interesting:
    3: WWPOB_API_PAGE.PORTLET_CUSTOM; The originating action was [Customize Page - Add Portlet]
    1: WWPOB_API_PAGE.PORTLET_BASE_SHOWN; The originating action was [Edit Page - Add Portlet]
    For now this gives me a hook to process the two originating actions differently.
    Please let me know if you know of any other (less hacked) way to do this.
    Thx,
    Jan.

  • Configure SSO between the SAPGUI and ECC 6

    Hi,
    I need a help to configure SSO between the SAPGUI and ECC 6. I configured the SNC using the parameters:
    snc/accept_insecure_rfc = 1;
    snc/accept_insecure_gui = 1;
    snc/accept_insecure_cpic = 1;
    snc/identity/as = p:Domain\SAPService;
    snc/enable = 1;
    snc/data_protection/use = 1;
    snc/data_protection/min = 1;
    snc/data_protection/max = 1;
    snc/gssapi_lib = D:\usr\sap \ <SID>\SYS\exe\nuc\NTI386\gssntlm.dll.
    I configured desktop with the DLL sncgss32.dll but is not functioning. Somebody has some idea the how solve this problem?
    Thanks
    Alex

    Hi Alex
    You have
    snc/identity/as = p:Domain\SAPService;
    Check the following (wrong user)
    snc/identity/as = p:Domain\SAPService<SAPSID>
    Where SAPService<SAPSID> is the user who runs the SAP System.
    You have
    snc/gssapi_lib = D:\usr\sap \ <SID>\SYS\exe\nuc\NTI386\gssntlm.dll
    Check the following (nuc is a wrong directory, the correct is uc)
    snc/gssapi_lib = D:\usr\sap \ <SID>\SYS\exe\uc\NTI386\gssntlm.dll
    Please, reward points if helpful
    Edited by: Eydar Del Angel on Apr 21, 2008 4:54 PM
    Edited by: Eydar Del Angel on Apr 21, 2008 4:55 PM

  • SSO between Portal Application and Portal Admin Tool

    Hi All,
    We have a requirement for implementing SSO between a Portal application and
    Portal admin tool.
    We are using WL Portal 8.1 SP4.
    Here is the reason for this requirement -
    A user logged-into Portal Application needs to login to Portal Admin tool to
    do some admin activity. We want to provide a link in the portal application
    using which the user can directly login to the Portal Admin tool without
    having to enter the credentials again.
    If someone has any info on how to implement this, can you please point me in
    the right direction.
    Thanks,
    ~Deepak

    Hi,
    When creating PP you have 2 options
    PP used for compiling and PP used for Building
    You create PP with all the libraries into Developing/Compiling Other DCs
    And another PP with all the libraries into can be packaged into other build results (SDAs).
    Once you have these 2 PP in place you add the DC as used DC.
    And this should resolve the issue.
    Hope this helps.
    Cheers-
    Pramod

  • SSO between SAP EP and JAVA app on WebSphere Application Server 5.1

    Hi.  I have 2 questions.
    I am implementing SAP EP6 and need to display content from a WebSphere JAVA application inside the portal.  The application is currently running on WAS 5.1.
    1. Does anyone have any sample code or documentation regarding how to pass the SAP logon ticket to WebSphere JAVA application to accomplish SSO when inside the portal?
    2. Does anyone have any sample code or documentation regarding how to pass the SAP logon ticket to WebSphere JAVA application to accomplish SSO when outside the SAP EP, but still within the same IE browser window where the SAP logon ticket exists?
    Thanks for any feedback you could provide.

    Hello Kevin,
    please look here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/ibm/how to set up sso between sap enterprise portal and ibm websphere portal using tai.pdf
    Regarding your second questions: as long as you did not log off from SAP EP your browser hosts the SAP Logon Ticket cookie (within its timeframe of validity which is typically a couple of hours). So if you access a non SAP application that accepts SAP logon ticket with your browser, you're authenticated.
    Please note that the cookie based authentication only works withing the same DNS domain. So if your SAP EP is configured to issues the SAP logon ticket to "company.com" then your browser sends it only to servers in that domain.
    Regards
    Michael

  • SSO between R/3 and Web Server Filter is not working

    Hi all,
    I have to configure SSO to access from SAP R/3 to a third-party web application through Web Server Filter.
    R/3 &#61664; WSF &#61664; 3rdParty App
    I think everything is configured properly, but when I issue the http request from R/3 to WSF I get the following error in sapsso.log file in apache server:
    ======================================================
    trc file: "/usr/local/app/apache/sapsso.log", trc level: 3, release: "620"
    Thu Nov 29 13:44:40 2007
    Webserver Ticket Filter Release Version 5.0.2.8
    Loading of the props returned 0=OK.
    Max cache size =  0
    Initialization done.
    Checking validity...
    Ticket Validation Error: expired.
    Checking validity...
    Ticket Validation Error: expired.
    Checking validity...
    Ticket Validation Error: expired.
    Checking validity...
    Ticket Validation Error: expired.
    Checking validity...
    Ticket Validation Error: expired.
    Checking validity...
    Ticket Validation Error: expired.
    ======================================================
    And in the error_log file of the apache http server there’s the following:
    ======================================================
    proxy_cache.c(969): No CacheRoot, so no caching. Declining.
    proxy_http.c(586): Content-Type: (null)
    Ticket is AjQxMDIBABgAUgBBAEwATABVAEUAIA...
    Got date              from ticket.
    Cur time = 200711291244.
    Computing validity in hours.
    Computing validity in minutes.
    CurTime_t = 1196426640, CreTime_t = -496601312
    validity: 216000, difference: 1693027952.000.
    proxy_cache.c(969): No CacheRoot, so no caching. Declining.
    proxy_http.c(586): Content-Type: (null)
    Ticket is AjQxMDIBABgAUgBBAEwATABVAEUAIA...
    Got date              from ticket.
    Cur time = 200711291244.
    Computing validity in hours.
    Computing validity in minutes.
    CurTime_t = 1196426640, CreTime_t = -496601312
    validity: 216000, difference: 1693027952.000.
    proxy_cache.c(969): No CacheRoot, so no caching. Declining.
    proxy_http.c(586): Content-Type: (null)
    Ticket is AjQxMDIBABgAUgBBAEwATABVAEUAIA...
    Got date              from ticket.
    Cur time = 200711291244.
    Computing validity in hours.
    Computing validity in minutes.
    CurTime_t = 1196426640, CreTime_t = -496601312
    validity: 216000, difference: 1693027952.000.
    proxy_cache.c(969): No CacheRoot, so no caching. Declining.
    proxy_http.c(586): Content-Type: (null)
    ======================================================
    It seems like there isn’t the date in the ticket issued by SAP R/3. However, I tried to configure sso between the same R/3 server and an EP and worked fine.
    I also tried to decrypt the ticket issued by R/3 but I get a segmentation fault.
    Does anyone can help me?
    Thanks in advance.
    Roger Allué i Vall

    Here's a excerpt of a strace of the httpd processes when receive the http request:
    13863 accept(16,  <unfinished ...>
    13864 accept(16,  <unfinished ...>
    13865 accept(16,  <unfinished ...>
    13866 accept(16,  <unfinished ...>
    13867 accept(16,  <unfinished ...>
    13868 accept(16,  <unfinished ...>
    13872 accept(16,  <unfinished ...>
    13863 <... accept resumed> {sa_family=AF_INET, sin_port=htons(2476), sin_addr=inet_addr("10.80.183.46")}, [16]) = 3
    13863 rt_sigaction(SIGUSR1, , {0x805fd50, [], SA_INTERRUPT}, 8) = 0
    13863 fcntl64(3, F_SETFD, FD_CLOEXEC)   = 0
    13863 getsockname(3, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("10.41.235.48")}, [16]) = 0
    13863 setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
    13863 read(3, "GET /Silicon/loginPasarela.jsp?accion=urgencias&icu=0010000694%20&nhc=0000147810 HTTP/1.1\r\nAccept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, /\r\nAccept-Language: ca\r\nsap-mysapsso: 200711291818281ppOT/XT2eKtb8Unh0aexQAjQxMDIBABgAUgBBAEwATABVAEUAIAAgACAAIAAgACACAAYAMQAwADADABAAUgBIAEkAIAAgACAAIAAgBAAYADIAMAAwADcAMQAxADIAOQAxADcAMQA4BQAEAAAAPAkAAgBj/wFQMIIBTAYJKoZIhvcNAQcCoIIBPTCCATkCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCARgwggEUAgEBMBMwDjEMMAoGA1UEAxMDUkhJAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNzExMjkxNzE4MjhaMCMGCSqGSIb3DQEJBDEWBBRNZ7rlzxjw9r4UNi4m/MBvHYXK0TANBgkqhkiG9w0BAQEFAASBgNeYexwxhY7cUDZG7mGKmaljgqt2NBdlV!WA/4FUSFVpIewDtMQDtLjcAcVRsH2QMWxPs0!QSvlqlJHdm7VIvMe9pWMvs6ld8/U!lOTSQqtNyI!am770SgRMR60eiV3Ir8q8wfR8VXnO9acHHePnVN4O24!jwCOPxm6XAQuKMUAS\r\nsap-mysapred: http://sapwhi01.argos.gencat.intranet/Silicon/loginPasarela.jsp?accion=urgencias&icu=0010000694 &nhc=0000147810\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)\r\nC", 4096) = 1260
    13863 rt_sigaction(SIGUSR1, , , 8) = 0
    13863 time(NULL)                        = 1196356708
    13863 read(3, "ookie: MYSAPSSO2=AjQxMDIBABgAUgBBAEwATABVAEUAIAAgACAAIAAgACACAAYAMQAwADADABAAUgBIAEkAIAAgACAAIAAgBAAYADIAMAAwADcAMQAxADIAOQAxADcAMQA4BQAEAAAAPAkAAgBj%2fwFQMIIBTAYJKoZIhvcNAQcCoIIBPTCCATkCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCARgwggEUAgEBMBMwDjEMMAoGA1UEAxMDUkhJAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNzExMjkxNzE4MjhaMCMGCSqGSIb3DQEJBDEWBBRNZ7rlzxjw9r4UNi4m%2fMBvHYXK0TANBgkqhkiG9w0BAQEFAASBgNeYexwxhY7cUDZG7mGKmaljgqt2NBdlV%21WA%2f4FUSFVpIewDtMQDtLjcAcVRsH2QMWxPs0%21QSvlqlJHdm7VIvMe9pWMvs6ld8%2fU%21lOTSQqtNyI%21am770SgRMR60eiV3Ir8q8wfR8VXnO9acHHePnVN4O24%21jwCOPxm6XAQuKMUAS; JSESSIONID=50B5570A234B89887690DF50A993477D\r\nConnection: Keep-Alive\r\nHost: sapwhi01.argos.gencat.intranet\r\n\r\n", 4096) = 730
    13863 time(NULL)                        = 1196356708
    13863 write(2, "Thu Nov 29 18:18:28 2007\n", 25) = 25
    13863 write(2, "Ticket is AjQxMDIBABgAUgBBAEwATABVAEUAIA... \n", 45) = 45
    13863 time(NULL)                        = 1196356708
    13863 write(5, "\nChecking validity...\n", 22) = 22
    13863 time(NULL)                        = 1196356708
    13863 write(2, "Got date              from ticket.\n", 35) = 35
    13863 time(NULL)                        = 1196356708
    13863 time(NULL)                        = 1196356708
    13863 write(2, "Cur time = 200711291718.\n", 25) = 25
    13863 time(NULL)                        = 1196356708
    13863 write(2, "Computing validity in hours.\n", 29) = 29
    13863 time(NULL)                        = 1196356708
    13863 write(2, "Computing validity in minutes.\n", 31) = 31
    13863 time(NULL)                        = 1196356708
    13863 write(2, "CurTime_t = 1196443080, CreTime_t = -496601312 \n", 48) = 48
    13863 time(NULL)                        = 1196356708
    13863 write(2, "validity: 216000, difference: 1693044392.000.\n", 46) = 46
    13863 time(NULL)                        = 1196356708
    13863 write(5, "Ticket Validation Error: expired.\n", 34) = 34
    13863 time(NULL)                        = 1196356708
    and so on.

  • How the hell does a person share session data between JSP page and a Servle

    1. How the hell does one share session data between a servlet and a JSP page without using a bean but rather using a normal string variable.
    2. When using session scope to access a bean the application complains about not finding the bean on the specified scope, however when I use an application scope the save the same bean, the application does find it.
    Please help!!!!!!!
    SERVLET:
    HttpSession session = request.getSession(true);
    ServletContext servletContext = session.getServletContext();
    customerID = result.getString("CustomerID");
    userName = result.getString("UserName");
    session.setAttribute("UserName",userName);
    session.setAttribute("CustomerID",customerID);
    System.out.println("Customer UserName = " + session.getAttribute("UserName"));
    response.sendRedirect("/economics/subscriptions/default.jsp");
    JSP PAGE:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root xmlns:jsp=http://java.sun.com/JSP/Page mlns:c="http://java.sun.com/jsp/jstl/core" xmlns:sql="http://java.sun.com/jsp/jstl/sql" version="2.0">
    <jsp:directive.page isThreadSafe="true" session="true" contentType="text/xml"/><jsp:output omit-xml-declaration="false"/><jsp:scriptlet>response.addHeader("x-xslt-nocache", "true");</jsp:scriptlet><pml>
    <page type="web" search="y">
         <pageName>Commercial Banking</pageName>
         <jsp:directive.include file="/economics/header.inc"/>
         <jsp:directive.include file="/login.inc"/>
         <jsp:directive.include file="/economics/leftMenu.inc"/>
         <!--<jsp:useBean id="UserName" type="java.lang.String" scope="session" />-->
         <content>
         <searchSum>Commercial - Main Content</searchSum>
         Value = <c:out value="${request.session.getAttribute("UserName")}"/>
         </content>
         <jsp:directive.include file="/economics/rightNav.inc"/>
         <jsp:directive.include file="/footer.inc"/>
    </page></pml></jsp:root>

    For a start, just "session" instead of "request.session" would work better. But why did you post this here and not in the JSP forum? Doesn't seem to have anything to do with Java programming.

  • Difference between Web pages and journal

    I cannot really pin down the difference between a web page and a web journal in Aperture 2. Any ideas? I'm sure it is obvious but I'm dumb today.

    Here's a sample of a travelogue done with the Journal mode:
    http://ianjameswood.co.uk/ptm-luzern/report/
    Watch out, it's 17 pages long...
    Ian

  • Ipod touch flicking between lock page and waiting symbol

    have an ipod touch
    getting an iphone next week, thought i'd better update itunes software to latest version
    did this no problems
    however ipod touch now has developed odd issue since this today
    have not managed to successfully sync
    done 3 restores
    screen is flicking between my home page and the waiting symbol
    can't power off (however have done the holding down power and home button trick and did get it to power down, problem persists)
    cannot access anything on the ipod
    using a windows vista to sync via itunes
    anyone any suggestions?

    Try restoring to factory defaults/new iPod you have not yet done that. If you still have the problem that points to a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • Difference between Body pages and Master Pages in Adobe forms?

    Hi SAP Gurus,
    Please can any one tell me the difference between the Body pages and Master Pages in Adobe Forms?
    In what scenarios we use Body pages and Master pages?
    And also please tell me what is Boiler plates? When these used?
    Thanks and Regards
    Abinava Siri..

    Hi,
    Master Pages:
    Does not included in the content area
    Master page we will design logo,company address and header information
    Here we can desing footer information
    whatever you desing in the master page it will show for all the body pages
    Body pages:
    Included in the content area
    Where we can design table data, it should repeat for line times.
    Regards
    Ramakrishna Pathi

  • Relation between base page and detail page

    I'm new to OA Framework. I developed a base page and detail relationship page and in the base page there is a button on clicking of that button, Detail page is rendering .
    but the related data with that button should come in the messagechoice box,which is not coming.
    Could anyone help me out in developing this page.

    HI,
    OA Framework belongs to Oracle Applications, not Oracle JDeveloper and ADF. Please post your question on one of the Applications forums
    Frank

Maybe you are looking for

  • Need a way to get the assigned IP address from vCAC

    We are working on deploying scripts using the values found within the workitem.xml for each VM that is provisioned from vCAC/vRA. We are needing such things as the name, owner, site location and IP address.  Most of these values are available in thei

  • Searching content of .dmg files

    Is there any way to do a "contents" search in a .dmg file? I have several .dmg files, made with DiskUtility , encrypted, and then opened as a virtual disk, under Devices on my MacBook Air and used to store files. But I sometimes want to search the co

  • How to use bootcamp in mackbook air  with out Disk drive..please help

    Please help me how to install windows 8 using boot camp with cd drive to install on patition mac HDD

  • What is wrong with this program segment? I could not understand the error..

    public class Hmw3      public static char[] myMethod(char[]p1,int p2, char p3)      {                             //13 th row           if(p2<p1.length)                p1[p2]=p3;                System.out.println(p1);      public static void main(Str

  • Receiving incoming texts on my corporate email account

    My corporate email is on my Samsung Note II.  I am receiving incoming texts on my work email on my phone corporate email and on my work computer.  How do I stop this from happening? Thanks.