Where is LogOn Ticket implemented in WS consumption (header/envelope)???

Hi
Just a short technical question regarding sso:
Does someone know where the SAP Logon Ticket is transmitted within the HTTP Protokol?
I want to consume a 3rd party web service and now I am wondering if the LogOn Ticket is transmitted within the header or the Envelope of the communication?
Can someone help me out?
Thanks,
Minima
P.S:  It would really help if someone could send me a link to some proper documentation of that issue.

Hi,
SAP provides a Web Server filter that can be used for an authentication by means of http header varaible and a dynamic link library for verifying SSO tickets in 3rd party software which can be used to provide support for SAP Logon Tickets in Java applications.
Please go through these links:
Single Sign-On of Windows-based Web Service Clients using SAP Logon Tickets
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5bc7e899-0e01-0010-cca9-84f45118dd17
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ae399f0d-0301-0010-cebf-bb13f430af55
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/47d0cd90-0201-0010-4c86-f81b1c812e50
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f209cf3-0201-0010-1db5-d2e33048b6c8
Hope it helps.
Regards,
Mona
Edited by: Mona Kapur on Jan 21, 2008 8:11 PM

Similar Messages

  • How to implement SSO to non-SAP systems using SAP logon ticket?

    Hello,
    We would like to implement Single Sign On between our SAP Netweaver system and a Siebel which is a non-SAP system using SAP logon tickets.
    Can anyone please give me some leads on this, in particular:
    1. Is there a JAVA API or an SAP plug-in that can be implemented on the Siebel machine to extract the SAP logon ticket?
    2. As the other machine might seat on a complete different domain, is it possible to implement SAP logon ticket without using cookies (perhaps through the HTTP header?
    3. In case you think using SAP logon tickets is not the best solution here I would be happy to hear any other suggestions you might have.
    Roy

    Hi,
    I'm currently using SAML as well. Unfortunately the SAP J2EE cannot work as authority (identity provider) but what you can do is using an open implementation of SAML such as opensso which is an open version of SUNs Java System access manager.
    There are a couple of other projects such as opensaml, apache's wss4j or shibboleth that might be interesting in this context.
    I just installed opensso and got it working with SAP J2EE 7.0 using SAPs JAAS SAMLLoginModule to authenticate users within SAP J2EE.
    In this scenario opensso serves as identity provider just as you need! There are a couple of Policy agents available on SUNs Download site you can use with Apache, Tomcat, JBOSS, WebSphere, Bea Web Logic etc. in order to authenticate! Otherwise you just directly authenticate against opensso. When installing opensso you can configure the type of user store you want  to use! By default it uses LDAP but you can also use different types of user store using JDBC or other mechanisms. Since you have a Directory Service you could easily connect it to your existing directory.
    There is also a way to map user ids directly in opensso by adding a uid mapping class. I created some documentation with lots of screenshots about using opensso with SAP J2EE. You can easily use opensso with any other system that supports SAML. In the case of SAP the usage is currently limited to SAML versions 1.0 and 1.1. Version 2.0 is not yet supported but should be in one of the following versions.
    Here are some links you might want to check:
    OpenSAML: https://spaces.internet2.edu/display/OpenSAML/Home
    wss4j: http://ws.apache.org/wss4j/
    shibboleth: http://shibboleth.internet2.edu/
    opensso: https://opensso.dev.java.net/
    On SDN you will find a documentation on how to connect SUN Java System Access Manager to SAP J2EE (see https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/906d9fc6-31b9-2910-1385-90edad7d7570). As I said opensso is based on the SUN Access Manager code and looks quite the same. So you can adapt this documentation in order to configure opensso or you can just ask me for the documentation.
    Hope this is helpful...
    Let me know if you need further assistance on this topic
    Cheers

  • SSO to non SAP Application using SAP Logon Ticket

    Hi Experts,
    I Have EP 7 SP 15 using SPNego Wizard to SSO with Active Directory and SSO between EP and ECC using SAP Certificates.
    Now I have a demand to SSO some JAVA based applications (non SAP) to my portal using the SAP Logon Ticket.
    I Have followed some blogs that directed me to use SAPSSOEXT (some libs) to read the MYSAPSSO2 cookie. The problem is that I didn't found this cookie, I even executed the command javascript:document to look for this cookie but the browser just show me the JSESSIONID info.
    Does anybody knows where I can find this cookie or if there's a better way to set up this SSO? It´s necessary to say that I cannot SSO these application to the kerberos protocol because some security reasons on my company.
    Thanks
    Armando

    Hi,
    I dont have much info related but i can giv u hint
    refer OSS Notes 442401 and 723896.
    When using SAP logon tickets for non-SAP applications, two different implementation options are available. The difference lies in where the ticket verification takes place.
    In the first case,  the SAP logon ticket is submitted to the web server filter located on the web server. The web server filter verifies the portal serveru2019s public key
    certificate using its local Personal Security Environment (PSE) and then populates the HTTP header field with the user ID for SSO to the non-sap web application.
    In the second case,  the SAP logon ticket is sent to the non-SAP application, which then verifies it using the ticket verification DLL and submits the user ID to the application for SSO.
    You can refer following link :-
    http://help.sap.com/saphelp_nw70/helpdata/EN/89/6eb8deaf2f11d5993700508b6b8b11/frameset.htm
    user authentication and SSO
    http://help.sap.com/saphelp_nw70/helpdata/EN/8f/ae29411ab3db2be10000000a1550b0/frameset.htm
    Authentication Using a Directory with SSO Integration Using Logon Tickets
    http://help.sap.com/saphelp_nw70/helpdata/EN/f8/3b514ca29011d5bdeb006094191908/frameset.htm
    SSO
    SAP Logon Ticket-based Single Sign-On
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/b6af743753003ae10000000a11466f/frameset.htm

  • SSO with Logon Ticket to non-SAP Unix based application

    Hi all,
    Anyone has implemented SSO with Logon Ticket to a Unix box ?
    We need to achieve Single Sign On between our EP5.0 SP5 Portal and a third-party web application with a front-end on a Unix AIX machine with Apache.
    We achieved SSO with non-SAP applications with Logon Tickets, but one was to an IIS system in another domain (we therefore used the standard Web Filter for IIS and declared it in usermanagement for cross-domain support) and another one running on Windows platform (we used the C libraries provided in the "Logon Ticket Toolkit": NT or Linux only).
    From what we understand and found on the web sites, we cannot reuse any standard web filter (none for Unix, am I correct ???) and want to implement custom code using SAP libraries, if possible using Java
    -> Are there any Java libraries that are available to both:
    . verify the logon ticket with the deployed Portal public key
    . decrypt/extract the authenticated username from this ticket ??
    I've seen a mention of Java libraries, and Unix, in a SAP EP 6.0 document but I'm not sure where to find them...
    Is the SAP Logon Ticket issued the same way in EP 5.0 and EP 6.0 ?
    I managed to find something called SAPSSOEXT, for AIX, which contains some partial library and a sample, but it is dated 2000 !! Anyone has more information about this ?
    Any hint is very much appreciated.
    Thanks a lot
    Olivier

    Check these links for reference regarding AIX and Apache using X.509 certificates:
    http://publib16.boulder.ibm.com/pseries/en_US/aixbman/security/cas_pki.htm
    And just using cookies -
    http://forums.devshed.com/archive/t-105611 (perl based)
    You can also use mod_ssl built into your Apache to facilitate both certificate based authentication as well as encryption.
    The mod_ssl route is most secure (because of the encryption), the IBM link is comprehensive but requires extra infrastructure (LDAP).
    Nick
    Nick

  • SSO logon tickets not working in two different OS

    HI All,
    We have sucessfully implemented SSO logon tickets concept to access a j2ee application through portal on windows OS.
    We could able to do the samething on two j2ee instances installed on two different machines on same domain. I mean, deploying our application in one j2ee instance and accessing the application thru portal of another j2ee instance thru SSO logon ticket by adding some configuration steps in Visual administrator given in help.sap.com. This also we did in same OS windows.
    But now the problem is, when we try to implement the above scenario in two different OS, say application is deployed on HPUX machine, and accessing that application through Portal from Solaris machine, SSO logontickets is failing. Means we couldnt able to access the application. Both the OS are in same domain only.
    What extra configuration steps need to be done in VA, to get work with two different OS?
    Please share ur ideas.
    Regards,
    Satish.

    Hi..
    I guess probabaly the internet explorer doesnot accept the sso ticket.
    What you can probably check is that the compatability of explorer for the solaris and HP UX os with Windows OS.
    Also,please check whether the SSO ticket is getting populated and What error are you getting exactly when the SSO fails and that will give some idea to proceed further
    <u>deploying our application in one j2ee instance and accessing the application thru portal of another j2ee instance[/u
    What the above mean...how are you deploying ?? what tool ?? which J2EE instance out of the two ??
    Thanks
    Gopal

  • SSO using Kerberos with SAP Logon Tickets

    Hi,
    I am creating a Repository Manager for the Portal Knowledge Management System and I want to use SSO to a backend IIS application and I have a few questions here. 
    I have a three tiered architecture. 
    A.  The presentation tier (SAP Portal which has my Repository Manager implementation)
    B.  ASP.NET web service data layer.
    C.  Backend document management system which runs on IIS. 
    I have installed the ISAPI filter on my ASP.NET application server and have enabled this HOST account for delegation in MSAD 2003.   Server B will use Kerberos constrained delegation to access Server C, which is an IIS backend server. 
    My question is how do I pass an SAP Logon Ticket to an ASP.NET web service request from my Repository Manager implementation?  Basically how do I just make an HTTP request to an ASP.NET application from some portal iView or WebDynPro code and pass along the SAP Logon Ticket in the request so it can be interpreted by the ISAPI filter on the IIS server.  Does anyone have any sample code or an application here that does this?
    Thanks,
    Scott

    Hi Scott
    Did you managed to find out anything regarding how to pass SAP Logon ticket to ASP.NET Webservice. Can you share it with me?
    regards
    ram

  • SSO to SAP R3 thru ITS 6.20 with Logon tickets

    Hi All,
    I am trying to configure SSO to R3 thru ITS with the Logon Tickets.
    I have configured R3 to accept the tickets using STRUSTSSO2.
    Downloaded the verify.der file from Portal and imported to R3
    And tried to test the System connection.
    If I use <b>SAP GUI for Windows</b>,the logon ticket is passed and SSO happens
    with out any problem.
    But If I use <b>SAP GUI for html</b>,then ITS Logon screen appears and once I
    enter the user id and password it logs in.
    In ITS global.srvc file I have added the following parameter
    <b>~mysapcomusesso2cookie 1</b>
    I also have the following parameters in the global.srvc file
    <b>~login <space>
    ~password  <space></b>
    Do I need to configure any thing more in ITS.
    Where am I going wrong.
    I have read regarding <b>Pluggable Authentication Service(PAS)</b>.Is this mandatory for SSO thru ITS
    Please let me know
    I am working on EP6 SP14
    Any help is really appreciated
    Thanks in advance
    Regards,
    Santhosh

    Hi,
    IWithin System definition of R/3 System, you've to give the FQDN of ITS just same as Portal system. For example if your Portal system's FQDN is below:
    http://portal.hedehode.com:50000/irj
    then the ITS Server definition (parameter ITS Hostname) must be:
    itsserver.hedehode.com:port
    for portal to resolve itsserver.hedehode.com host, you may need to enter its IP address into hosts (c:\windows\system32\drivers\etc\hosts) file of portal system.
    <ip>   itsserver.hedehode.com

  • SSO to Web Service using SAP Logon Ticket

    Hi,
    I have to do SSO using SAP Logon Ticket between my portal and a Java Web Service that is accessible over internet. I do have the WSDL file of this Web Service.
    I want to know:
    1. What changes are required in Web Service to configure it to read and accept Logon Ticket?
    2. What am I supposed to do at portal end to enable this process?
    Thanks,
    Vivek

    Hi Vivek & Raja,
    > is it that if the WS is a third party WS and running on a Non-SAP J2EE Server,
    > we can't implement SSO from Portal to it using SAP Logon Ticket?
    Right, if you cannot extend it's functionality, how should it do the ticket verification...
    @Raja:
    > SAP Logon Ticket is for authenticating to a SAP system, since yours in a
    > thirdparty ws, there is not need of SAP logonticket.
    On the other hand, that's not true. It is possible as well as often done to verify the SSO ticket on some third party system. This is also supported, for Java as well as for other systems, different articles about such scenarios have been published, also here on SDN.
    Hope it helps
    Detlev
    PS: Vivek, please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • SSO with SAP logon tickets to non-SAP web app

    I am trying to implement SSO to an oracle portal based web application using SAP logon tickets, but can't seem to find a way for it to work.  I thought maybe it would be a web server filter, but am unsure if this would work for oracle portal.  Anyone tried similar?
    Cindy

    Hi Cindy,
    If it is EP6 SP2 probably you can checkout the following document.
    http://service.sap.com/ep60
    Go to Documentation Help>How-To-Guides>Current How To Guides section.
    checkout the following how to guide.
    Perform Cross Domain SSO with SAP Logon tickets zip file.
    If you want the zip file please send an e-mail to
    [email protected]
    Regards
    -Venkat Malempati

  • Error in the configuration for sap logon tickets

    Hi Forum,
    I use Tcode crmd_order_bp to see the BP cockpit and the error message displays as
    <b>Error in the configuration for SAP logon tickets</b>
    But if I click "Yes", system displays cockpit.
    How can I avoid this error.
    Thanks in advance
    Regards
    Shridhar

    You will still need to configure SSO (either by logon ticket or username/password). The data source access is done using the username/password configured in the UM Config dialog box.
    I can see where you're coming from with your thinking, however logon-ticket-based SSO is probably the best approach.
    Cheers,
    Darren.

  • Question about Logon ticket with user mapping at BI-JAVA environment

    We're implementing BI 7.0 including BI Java and SAP EP for end user
    access.
    I have two question about SSO method when we're using BI Java.
    I know we can simply configure SSO logon ticket with BI-Java(EP
    included) and BI-ABAP through BI template installer and we already
    succeeded in that case.
    But the problem is we want to change it to user mapping SSO method for
    some our internal reason.
    After we configure user mapping SSO, we've got SSO failed error when we
    call BI-Java stuff like BEx Web Application iView.
    After many testing implemented, we found SSO Logon ticket with user
    mapping (using SAP reference system). It seems working now.
    But our question is "Is it no problem when we use SSO logon ticket with
    user mapping?" Is there any restriction or issue?
    One more question is we can ONLY use user base mapping when reference
    system used. How can we assign BI-ABAP users to EP Group?

    Using an SAP Reference system is allright. But if the reason u r going for this is because of different usernames in EP and BI, why dont you go for user mapping.
    Anyways, on restriction of reference syetms is that you can have ONLY ONE reference system defined in portal. In you case you can only have the BI system defined.
    Hope this helps!!

  • Problem about SSO using logon ticket  with user mapping

    Hi everyone ,
    I had done SSO with Portal , BW and R/3 system.
    I use logon ticket with user mapping .
    When user name is same in Portal as in R/3 system, or user name is same in Portal as in BW , user can access R/3 transactions and BW report without logon.
    There are some Portal users name which are different with R/3 user and  BW user. And I done the user mapping for these  user.
    But some user mapping works fine,but most of them can't work,means that most of them need to enter mapped user ID and password.
    What's the reason?
    When SSO using logon ticket with user mapping, the Portal user which is different with R/3 user and BW user,  can they access R/3 transaction iview and BW report iview without logon?

    Hi Chen,
    What you have done is correct. But the problem lies here.
    Since you are using the same system object for accessing the iview, where the ticket method is set to SAPLOGONTICKET in the user Management property of the system object.
    To avoid this create another system object like the previous one but set the logon method to UIDPW and select admin, user from the drop down box. Also create a system alias for this system.
    Now create another iview like the previous one but link this iview to the new system. Now do the user mapping for the users which are different in portal compared with R/3. Now you should be able to login without any problems.
    Another important point is login to portal with Fully qualified domain name. In the ITS property of the system object also give the FQDN.
    Hope this helps
    Regards
    Arun

  • SSO fails with logon ticket

    Hi all ,
    Could some advice on this .I have some issues with SSO with logon tickets .
    My landscape consists of
    - EP 6.0 SP on WAS J2EE 6.0
    - ECC 5.0 SP7 on WAS ABAP 6.0
    I am trying to do SSO between portal and ECC , where in portal is the ticket issuer
    and my ECC accepts the ticket . Follwing are the steps I have done .
    1. From keystore Administrator , I have downloaded the verity.der .
    2. From my ECC system , run STRUSTSS02 transaction and done following activities
    a. import the verity.der into certificate area ( selecte dfile format as binary )
    b. Added certificate into PSE
    c. Add to ACL ( here I have selected my portal SID , client
    as 000 ( Do is need to give a different client ???...)
    d. Saved everything
    3. Then I have created a system object for my ECC system , given all the connector parametrs,
    user management as logon ticket and created an alias too .
    But when I tested is is failure
    I have also created a JCO destination under the webdynpro content admin and selected the
    logon ticket as the option , there also the test fails
    Could any body advice what am I doing wrong ?
    THanks
    Aneez

    Phani ,
    Here is the trace .
    M  *** BEGIN USER TRACE  UID >915< MODE >1< STEP >1< REQID >11685< TIME >053138< DATE >20050805< WP >0< WP_TYPE >DIA<  CONV_ID >5028
    N  dy_signi_ext: SSO TICKET logon (client 110)
    N  mySAPUnwrapCookie: was called.
    N  HmskiFindTicketInCache: Trying to find logon ticket in ticket cache.
    N  HmskiFindTicketInCache: Try to find ticket with cache key: 110:F8906A99658752C18D6007083CC6D4A3 .
    N  HmskiFindTicketInCache: Couldn't find ticket in ticket cache.
    N  I don't need to ask RunningCompatibly to know: I'm >= 46C.
    N  mySAP: Got the following SSF Params:
    N         DN     =CN=DV1
    N         EncrAlg=DES-CBC
    N         Format =PKCS7
    N         Toolkit =SAPSECULIB
    N         HashAlg =SHA1
    N         Profile =/usr/sap/DV1/DVEBMGS00/sec/SAPSYS.pse
    N         PAB =/usr/sap/DV1/DVEBMGS00/sec/SAPSYS.pse
    N  Got the codepage 4102.
    N  Got ticket (head) AjExMDAgAA5wb3J0YWw6QUhBTUVFRIgAE2Jhc2lj. Length = 444.
    N  00000000  00 41 00 6a 00 45 00 78  00 4d 00 44 00 41 00 67  .A.j.E.x.M.D.A.g
    N  00000010  00 41 00 41 00 35 00 77  00 62 00 33 00 4a 00 30  .A.A.5.w.b.3.J.0
    N  00000020  00 59 00 57 00 77 00 36  00 51 00 55 00 68 00 42  .Y.W.w.6.Q.U.h.B
    N  00000030  00 54 00 55 00 56 00 46  00 52 00 49 00 67 00 41  .T.U.V.F.R.I.g.A
    N  00000040  00 45 00 32 00 4a 00 68  00 63 00 32 00 6c 00 6a  .E.2.J.h.c.2.l.j
    N  00000050  00 59 00 58 00 56 00 30  00 61 00 47 00 56 00 75  .Y.X.V.0.a.G.V.u
    N  00000060  00 64 00 47 00 6c 00 6a  00 59 00 58 00 52 00 70  .d.G.l.j.Y.X.R.p
    N  00000070  00 62 00 32 00 34 00 42  00 41 00 41 00 41 00 43  .b.2.4.B.A.A.A.C
    N  00000080  00 41 00 41 00 4d 00 77  00 4d 00 44 00 41 00 44  .A.A.M.w.M.D.A.D
    N  00000090  00 41 00 41 00 4e 00 46  00 55 00 45 00 51 00 45  .A.A.N.F.U.E.Q.E
    N  000000A0  00 41 00 41 00 77 00 79  00 4d 00 44 00 41 00 31  .A.A.w.y.M.D.A.1
    N  000000B0  00 4d 00 44 00 67 00 77  00 4e 00 54 00 41 00 35  .M.D.g.w.N.T.A.5
    N  000000C0  00 4d 00 6a 00 49 00 46  00 41 00 41 00 51 00 41  .M.j.I.F.A.A.Q.A
    N  000000D0  00 41 00 41 00 41 00 49  00 43 00 67 00 41 00 41  .A.A.A.I.C.g.A.A
    N  000000E0  00 2f 00 77 00 44 00 31  00 4d 00 49 00 48 00 79  ./.w.D.1.M.I.H.y
    N  000000F0  00 42 00 67 00 6b 00 71  00 68 00 6b 00 69 00 47  .B.g.k.q.h.k.i.G
    N  00000100  00 39 00 77 00 30 00 42  00 42 00 77 00 4b 00 67  .9.w.0.B.B.w.K.g
    N  00000110  00 67 00 65 00 51 00 77  00 67 00 65 00 45 00 43  .g.e.Q.w.g.e.E.C
    N  00000120  00 41 00 51 00 45 00 78  00 43 00 7a 00 41 00 4a  .A.Q.E.x.C.z.A.J
    N  00000130  00 42 00 67 00 55 00 72  00 44 00 67 00 4d 00 43  .B.g.U.r.D.g.M.C
    N  00000140  00 47 00 67 00 55 00 41  00 4d 00 41 00 73 00 47  .G.g.U.A.M.A.s.G
    N  00000150  00 43 00 53 00 71 00 47  00 53 00 49 00 62 00 33  .C.S.q.G.S.I.b.3
    N  00000160  00 44 00 51 00 45 00 48  00 41 00 54 00 47 00 42  .D.Q.E.H.A.T.G.B
    N  00000170  00 77 00 54 00 43 00 42  00 76 00 67 00 49 00 42  .w.T.C.B.v.g.I.B
    N  00000180  00 41 00 54 00 41 00 54  00 4d 00 41 00 34 00 78  .A.T.A.T.M.A.4.x
    N  00000190  00 44 00 44 00 41 00 4b  00 42 00 67 00 4e 00 56  .D.D.A.K.B.g.N.V
    N  000001A0  00 42 00 41 00 4d 00 54  00 41 00 30 00 56 00 51  .B.A.M.T.A.0.V.Q
    N  000001B0  00 52 00 41 00 49 00 42  00 41 00 44 00 41 00 4a  .R.A.I.B.A.D.A.J
    N  000001C0  00 42 00 67 00 55 00 72  00 44 00 67 00 4d 00 43  .B.g.U.r.D.g.M.C
    N  000001D0  00 47 00 67 00 55 00 41  00 6f 00 46 00 30 00 77  .G.g.U.A.o.F.0.w
    N  000001E0  00 47 00 41 00 59 00 4a  00 4b 00 6f 00 5a 00 49  .G.A.Y.J.K.o.Z.I
    N  000001F0  00 68 00 76 00 63 00 4e  00 41 00 51 00 6b 00 44  .h.v.c.N.A.Q.k.D
    N  00000200  00 4d 00 51 00 73 00 47  00 43 00 53 00 71 00 47  .M.Q.s.G.C.S.q.G
    N  00000210  00 53 00 49 00 62 00 33  00 44 00 51 00 45 00 48  .S.I.b.3.D.Q.E.H
    N  00000220  00 41 00 54 00 41 00 63  00 42 00 67 00 6b 00 71  .A.T.A.c.B.g.k.q
    N  00000230  00 68 00 6b 00 69 00 47  00 39 00 77 00 30 00 42  .h.k.i.G.9.w.0.B
    N  00000240  00 43 00 51 00 55 00 78  00 44 00 78 00 63 00 4e  .C.Q.U.x.D.x.c.N
    N  00000250  00 4d 00 44 00 55 00 77  00 4f 00 44 00 41 00 31  .M.D.U.w.O.D.A.1
    N  00000260  00 4d 00 44 00 6b 00 79  00 4d 00 6a 00 41 00 31  .M.D.k.y.M.j.A.1
    N  00000270  00 57 00 6a 00 41 00 6a  00 42 00 67 00 6b 00 71  .W.j.A.j.B.g.k.q
    N  00000280  00 68 00 6b 00 69 00 47  00 39 00 77 00 30 00 42  .h.k.i.G.9.w.0.B
    N  00000290  00 43 00 51 00 51 00 78  00 46 00 67 00 51 00 55  .C.Q.Q.x.F.g.Q.U
    N  000002A0  00 4e 00 78 00 47 00 53  00 38 00 70 00 65 00 6b  .N.x.G.S.8.p.e.k
    N  000002B0  00 68 00 62 00 5a 00 32  00 6e 00 79 00 6e 00 61  .h.b.Z.2.n.y.n.a
    N  000002C0  00 46 00 4c 00 4b 00 54  00 51 00 2f 00 37 00 43  .F.L.K.T.Q./.7.C
    N  000002D0  00 42 00 5a 00 6b 00 77  00 43 00 51 00 59 00 48  .B.Z.k.w.C.Q.Y.H
    N  000002E0  00 4b 00 6f 00 5a 00 49  00 7a 00 6a 00 67 00 45  .K.o.Z.I.z.j.g.E
    N  000002F0  00 41 00 77 00 51 00 76  00 4d 00 43 00 30 00 43  .A.w.Q.v.M.C.0.C
    N  00000300  00 46 00 41 00 32 00 53  00 63 00 53 00 6f 00 71  .F.A.2.S.c.S.o.q
    N  00000310  00 4d 00 53 00 51 00 41  00 2f 00 75 00 41 00 42  .M.S.Q.A./.u.A.B
    N  00000320  00 70 00 43 00 69 00 61  00 6b 00 6f 00 68 00 69  .p.C.i.a.k.o.h.i
    N  00000330  00 68 00 75 00 44 00 79  00 41 00 68 00 55 00 41  .h.u.D.y.A.h.U.A
    N  00000340  00 36 00 4e 00 56 00 48  00 43 00 53 00 6b 00 50  .6.N.V.H.C.S.k.P
    N  00000350  00 58 00 49 00 52 00 6c  00 63 00 57 00 2b 00 32  .X.I.R.l.c.W.+.2
    N  00000360  00 6a 00 41 00 45 00 30  00 31 00 37 00 55 00 62  .j.A.E.0.1.7.U.b
    N  00000370  00 61 00 63 00 34 00 3d                           .a.c.4.=
    N  Dump of InContext  (ssoxxapi.c 155)
    N  00000000  00 34 00 31 00 30 00 32  0f ff ff ff ff ff 54 e8  .4.1.0.2.ÿÿÿÿÿTè
    N  00000010  00 00 00 01 83 37 73 10  0f ff ff ff ff ff 59 98  .....7s..ÿÿÿÿÿY.
    N  00000020  00 00 01 bc 00 00 00 00  00 00 00 01 00 93 ee 8c  ...¼..........î.
    N  00000030
    N  Copies from InContext->Format: PKCS7  (ssoxxapi.c 162)
    N  Copies from InContext->pzcsProName: /usr/sap/DV1/DVEBMGS00/sec/SAPSYS.pse  (ssoxxapi.c 165)
    N  DecodeB64Len returns 0. iDecLength=332
    N  Dump of Decoded ticket:  (ssoxxapi.c 187)
    N  00000000  02 31 31 30 30 20 00 0e  70 6f 72 74 61 6c 3a 41  .1100 ..portal:A
    N  00000010  48 41 4d 45 45 44 88 00  13 62 61 73 69 63 61 75  HAMEED...basicau
    N  00000020  74 68 65 6e 74 69 63 61  74 69 6f 6e 01 00 00 02  thentication....
    N  00000030  00 03 30 30 30 03 00 03  45 50 44 04 00 0c 32 30  ..000...EPD...20
    N  00000040  30 35 30 38 30 35 30 39  32 32 05 00 04 00 00 00  0508050922......
    N  00000050  08 0a 00 00 ff 00 f5 30  81 f2 06 09 2a 86 48 86  ....ÿ.õ0.ò..*.H.
    N  00000060  f7 0d 01 07 02 a0 81 e4  30 81 e1 02 01 01 31 0b  ÷.... .ä0.á...1.
    N  00000070  30 09 06 05 2b 0e 03 02  1a 05 00 30 0b 06 09 2a  0...+......0...*
    N  00000080  86 48 86 f7 0d 01 07 01  31 81 c1 30 81 be 02 01  .H.÷....1.Á0.¾..
    N  00000090  01 30 13 30 0e 31 0c 30  0a 06 03 55 04 03 13 03  .0.0.1.0...U....
    N  000000A0  45 50 44 02 01 00 30 09  06 05 2b 0e 03 02 1a 05  EPD...0...+.....
    N  000000B0  00 a0 5d 30 18 06 09 2a  86 48 86 f7 0d 01 09 03  . ]0...*.H.÷....
    N  000000C0  31 0b 06 09 2a 86 48 86  f7 0d 01 07 01 30 1c 06  1...*.H.÷....0..
    N  000000D0  09 2a 86 48 86 f7 0d 01  09 05 31 0f 17 0d 30 35  .*.H.÷....1...05
    N  000000E0  30 38 30 35 30 39 32 32  30 35 5a 30 23 06 09 2a  0805092205Z0#..*
    N  000000F0  86 48 86 f7 0d 01 09 04  31 16 04 14 37 11 92 f2  .H.÷....1...7..ò
    N  00000100  97 a4 85 b6 76 9f 29 da  14 b2 93 43 fe c2 05 99  .¤.¶v.)Ú.².CþÂ..
    N  00000110  30 09 06 07 2a 86 48 ce  38 04 03 04 2f 30 2d 02  0...*.HÎ8.../0-.
    N  00000120  14 0d 92 71 2a 2a 31 24  00 fe e0 01 a4 28 9a 92  ...q**1$.þà.¤(..
    N  00000130  88 62 86 e0 f2 02 15 00  e8 d5 47 09 29 0f 5c 84  .b.àò...èÕG.)..
    N  00000140  65 71 6f b6 8c 01 34 d7  b5 1b 69 ce              eqo¶..4×µ.iÎ
    N  Read version.
    N  Read Codepage.
    N  Read InfoUnit (0x20).
    N  Read length (14).
    N  Read contents.
    N  Read InfoUnit (0x88).
    N  Read length (19).
    N  Read contents.
    N  Read InfoUnit (0x01).
    N  Read length (0).
    N  Read contents.
    N  Read InfoUnit (0x02).
    N  Read length (3).
    N  Read contents.
    N  Read InfoUnit (0x03).
    N  Read length (3).
    N  Read contents.
    N  Read InfoUnit (0x04).
    N  Read length (12).
    N  Read contents.
    N  Read InfoUnit (0x05).
    N  Read length (4).
    N  Read contents.
    N  Read InfoUnit (0x0A).
    N  Read length (0).
    N  Read contents.
    N  Read InfoUnit (0xFF).
    N  ParseTicket returns 0.  (ssoxxapi.c 199)
    N  Bytes processed: 85  (ssoxxapi.c 202)
    N  Argument Dump for ticket verification:
    N  Content byte stream:
    N  00000000  02 31 31 30 30 20 00 0e  70 6f 72 74 61 6c 3a 41  .1100 ..portal:A
    N  00000010  48 41 4d 45 45 44 88 00  13 62 61 73 69 63 61 75  HAMEED...basicau
    N  00000020  74 68 65 6e 74 69 63 61  74 69 6f 6e 01 00 00 02  thentication....
    N  00000030  00 03 30 30 30 03 00 03  45 50 44 04 00 0c 32 30  ..000...EPD...20
    N  00000040  30 35 30 38 30 35 30 39  32 32 05 00 04 00 00 00  0508050922......
    N  00000050  08 0a 00 00                                       ....
    N
    N  Signature byte stream:
    N  00000000  30 81 f2 06 09 2a 86 48  86 f7 0d 01 07 02 a0 81  0.ò..*.H.÷.... .
    N  00000010  e4 30 81 e1 02 01 01 31  0b 30 09 06 05 2b 0e 03  ä0.á...1.0...+..
    N  00000020  02 1a 05 00 30 0b 06 09  2a 86 48 86 f7 0d 01 07  ....0...*.H.÷...
    N  00000030  01 31 81 c1 30 81 be 02  01 01 30 13 30 0e 31 0c  .1.Á0.¾...0.0.1.
    N  00000040  30 0a 06 03 55 04 03 13  03 45 50 44 02 01 00 30  0...U....EPD...0
    N  00000050  09 06 05 2b 0e 03 02 1a  05 00 a0 5d 30 18 06 09  ...+...... ]0...
    N  00000060  2a 86 48 86 f7 0d 01 09  03 31 0b 06 09 2a 86 48  .H.÷....1....H
    N  00000070  86 f7 0d 01 07 01 30 1c  06 09 2a 86 48 86 f7 0d  .÷....0...*.H.÷.
    N  00000080  01 09 05 31 0f 17 0d 30  35 30 38 30 35 30 39 32  ...1...050805092
    N  00000090  32 30 35 5a 30 23 06 09  2a 86 48 86 f7 0d 01 09  205Z0#..*.H.÷...
    N  000000A0  04 31 16 04 14 37 11 92  f2 97 a4 85 b6 76 9f 29  .1...7..ò.¤.¶v.)
    N  000000B0  da 14 b2 93 43 fe c2 05  99 30 09 06 07 2a 86 48  Ú.².CþÂ..0...*.H
    N  000000C0  ce 38 04 03 04 2f 30 2d  02 14 0d 92 71 2a 2a 31  Î8.../0-....q**1
    N  000000D0  24 00 fe e0 01 a4 28 9a  92 88 62 86 e0 f2 02 15  $.þà.¤(...b.àò..
    N  000000E0  00 e8 d5 47 09 29 0f 5c  84 65 71 6f b6 8c 01 34  .èÕG.)..eqo¶..4
    N  000000F0  d7 b5 1b 69 ce                                    ×µ.iÎ
    N  Encoded content byte stream:
    N  00000000  30 63 06 09 2a 86 48 86  f7 0d 01 07 01 a0 56 04  0c..*.H.÷.... V.
    N  00000010  54 02 31 31 30 30 20 00  0e 70 6f 72 74 61 6c 3a  T.1100 ..portal:
    N  00000020  41 48 41 4d 45 45 44 88  00 13 62 61 73 69 63 61  AHAMEED...basica
    N  00000030  75 74 68 65 6e 74 69 63  61 74 69 6f 6e 01 00 00  uthentication...
    N  00000040  02 00 03 30 30 30 03 00  03 45 50 44 04 00 0c 32  ...000...EPD...2
    N  00000050  30 30 35 30 38 30 35 30  39 32 32 05 00 04 00 00  00508050922.....
    N  00000060  00 08 0a 00 00                                    .....
    N  Verify returns 0  (ssoxxsgn.c 189)
    N  Certificate is:
    N  00000000  30 82 02 1d 30 82 02 08  02 01 00 30 09 06 07 2a  0...0......0...*
    N  00000010  86 48 ce 38 04 03 30 0e  31 0c 30 0a 06 03 55 04  .HÎ8..0.1.0...U.
    N  00000020  03 13 03 45 50 44 30 1e  17 0d 30 35 30 37 30 35  ...EPD0...050705
    N  00000030  31 31 34 30 35 30 5a 17  0d 30 37 30 37 30 35 31  114050Z..0707051
    N  00000040  31 34 30 35 30 5a 30 0e  31 0c 30 0a 06 03 55 04  14050Z0.1.0...U.
    N  00000050  03 13 03 45 50 44 30 82  01 b6 30 82 01 2b 06 07  ...EPD0..¶0..+..
    N  00000060  2a 86 48 ce 38 04 01 30  82 01 1e 02 81 81 00 82  *.HÎ8..0........
    N  00000070  7d d4 9c a2 05 69 84 e9  83 71 b1 34 0d 5d 71 83  }Ô.¢.i.é.q±4.]q.
    N  00000080  92 85 b2 5a ca a3 82 d7  ac 38 6e 94 40 84 3f 0a  ..²ZÊ£.׬8n.@.?.
    N  00000090  46 7a a8 75 a8 c1 ca 3b  70 ba 6a 97 07 12 f6 b1  Fz¨u¨ÁÊ;pºj...ö±
    N  000000A0  99 ed 3e ec 53 13 f3 94  0a 67 bb d6 9f 38 72 29  .í>ìS.ó..g»Ö.8r)
    N  000000B0  61 ab 02 3d 17 a1 33 3c  52 23 5d 9f b7 d1 0e 95  a«.=.¡3<R#].·Ñ..
    N  000000C0  e3 a5 5e f9 b0 4f c7 c9  20 c5 72 da 7a c3 d5 0f  ã¥^ù°OÇÉ ÅrÚzÃÕ.
    N  000000D0  24 0d bb 8e 54 da 9e bb  70 21 11 c5 35 82 e5 35  $.».TÚ.»p!.Å5.å5
    N  000000E0  85 2e 9f 59 39 79 b3 32  50 c8 86 83 96 19 17 02  ...Y9y³2PÈ......
    N  000000F0  15 00 fa 50 79 da fa 3f  3a b1 e8 0a 6d f5 bd 16  ..úPyÚú?:±è.mõ½.
    N  00000100  f2 24 d8 f8 d7 1b 02 81  80 4f bd f5 2e 33 04 f0  ò$Øø×....O½õ.3.ð
    N  00000110  51 c1 7c a5 5c 93 81 b5  c1 7d 4c 20 50 76 85 34  QÁ|¥..µÁ}L Pv.4
    N  00000120  50 cf d9 fc 72 b2 e1 b2  b1 6f a0 10 48 b8 ff 17  PÏÙür²á²±o .H¸ÿ.
    N  00000130  e7 a9 0a e1 e0 18 05 3e  34 d9 d5 61 df 71 4c c8  ç©.áà..>4ÙÕaßqLÈ
    N  00000140  dc 92 b1 51 b5 df 66 59  70 6b 5e 57 c3 19 a2 d6  Ü.±QµßfYpk^WÃ.¢Ö
    N  00000150  58 3b 7d 32 d2 e9 e1 f1  66 3e aa ac 46 0d cd 4e  X;}2Òéáñf>ª¬F.ÍN
    N  00000160  67 70 36 f7 f9 be 0b 2e  16 a0 5d 69 5d 5b 81 13  gp6÷ù¾... ]i][..
    N  00000170  a9 03 cb 38 63 56 1a bd  36 4a 5d 6c 15 66 17 fa  ©.Ë8cV.½6J]l.f.ú
    N  00000180  10 a3 20 99 e1 d2 34 77  13 03 81 84 00 02 81 80  .£ .áÒ4w........
    N  00000190  6b a6 d4 4e e8 03 f6 f1  35 83 fb 37 01 1f 3c 5c  k¦ÔNè.öñ5.û7..<
    N  000001A0  8e 75 ad 1f 2d b3 9b 69  4f b3 a3 36 b6 9f 38 07  .u..-³.iO³£6¶.8.
    N  000001B0  fe bf f1 0b ca 24 fe 5c  a7 33 a1 55 c9 65 c5 4c  þ¿ñ.Ê$þ\u00A73¡UÉeÅL
    N  000001C0  97 a1 e7 58 d1 47 7f 72  36 47 bf f4 cc 6d 12 14  .¡çXÑG.r6G¿ôÌm..
    N  000001D0  cc 61 be 82 b5 50 be 16  7a cc 4d 47 1e 80 2f 6d  Ìa¾.µP¾.zÌMG../m
    N  000001E0  2e d4 19 69 80 e6 26 13  23 4f 07 0a 9c 87 13 91  .Ô.i.æ&.#O......
    N  000001F0  7b 75 57 93 e1 8d 42 5f  28 47 e2 61 27 6d 0c 4c  {uW.á.B_(Gâa'm.L
    N  00000200  55 99 37 33 cc 92 c0 b9  06 d1 99 68 d0 17 c1 4d  U.73Ì.À¹.Ñ.hÐ.ÁM
    N  00000210  30 0c 06 08 2a 86 48 86  f7 0d 02 05 05 00 03 01  0...*.H.÷.......
    N  00000220  00                                                .
    N  ValidateTicket returns 0.  (ssoxxapi.c 225)
    N  MskiValidateTicket returns 0.
    N  Next node:
    N  00000000  01 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 00 00 00 00 00  00 00 00 01 84 e7 8a 10  .............ç..
    N  00000110  00 00 00 00 00 00 00 00                           ........
    N  Next node:
    N  00000000  02 00 30 00 30 00 30 00  00 00 00 00 00 00 00 00  ..0.0.0.........
    N  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 06 00 03 00 00  00 00 00 01 84 e7 95 10  .............ç..
    N  00000110  00 00 00 01 84 e4 37 b0                           .....ä7°
    N  Next node:
    N  00000000  03 00 45 00 50 00 44 00  00 00 00 00 00 00 00 00  ..E.P.D.........
    N  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 06 00 03 00 00  00 00 00 01 85 0e cd 30  ..............Í0
    N  00000110  00 00 00 01 84 e7 8a 10                           .....ç..
    N  Next node:
    N  00000000  04 00 32 00 30 00 30 00  35 00 30 00 38 00 30 00  ..2.0.0.5.0.8.0.
    N  00000010  35 00 30 00 39 00 32 00  32 00 00 00 00 00 00 00  5.0.9.2.2.......
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 18 00 0c 00 00  00 00 00 01 85 0e d0 b0  ..............а
    N  00000110  00 00 00 01 84 e7 95 10                           .....ç..
    N  Next node:
    N  00000000  05 00 00 00 08 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 04 00 00 00 00  00 00 00 01 85 0f 76 90  ..............v.
    N  00000110  00 00 00 01 85 0e cd 30                           ......Í0
    N  Next node:
    N  00000000  0a 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 00 00 00 00 00  00 00 00 01 84 0a a6 30  ..............¦0
    N  00000110  00 00 00 01 85 0e d0 b0                           ......а
    N  Next node:
    N  00000000  20 70 6f 72 74 61 6c 3a  41 48 41 4d 45 45 44 00   portal:AHAMEED.
    N  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 0e 00 00 00 00  00 00 00 01 84 0b 7a 10  ..............z.
    N  00000110  00 00 00 01 85 0f 76 90                           ......v.
    N  Next node:
    N  00000000  88 62 61 73 69 63 61 75  74 68 65 6e 74 69 63 61  .basicauthentica
    N  00000010  74 69 6f 6e 00 00 00 00  00 00 00 00 00 00 00 00  tion............
    N  00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000060  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000090  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000A0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000B0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000C0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000D0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000E0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  000000F0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000100  00 00 00 13 00 00 00 00  00 00 00 00 00 00 00 00  ................
    N  00000110  00 00 00 01 84 0a a6 30                           ......¦0
    N  Got content client = 000.
    N  Got content sysid = EPD     .
    N  No entry in TWPSSO2ACL for SYS EPD      and CLI 000.
    N  CheckSubject failed (rc=19). Verifying if ticket was issued by me.
    N  *** ERROR => System ID and client from ticket are not the same than mine.  (ssoxxkrn.c   798)
    N  Data from ticket: sysid=EPD     , client=000
    N  My system data: sysid=DV1     , client=110
    N  *** ERROR => Neither was ticket issued by myself nor can I find issuer in TWPSSO2ACL.  (ssoxxkrn.c   804)
    N  dy_signi_ext: issuer not trusted
    M  *** END USER TRACE NAME >SAPSYS      <  UID >915< MODE >1< STEP >1< TIME >053139< DATE >20050805< WP >0< WP_TYPE >DIA<
    Thanks
    Aneez

  • Where is Service Ticket Categories in BOL

    We're using CRM_IC in 5.0 and we need to add Service Ticket Categories to the FollowupDetails view.
    I know categories exist in BOL because they are in the Context of another view (SrvTViewSet). But I cannot find them anywhere in the BOL/GENIL browser, and the workbench doesn't show where they got it from for the SrvTViewSet.
    Is there anyway to search for something in BOL? Or does anyone know where Categories are?
    Thanks

    Hi,
    SAP provides a Web Server filter that can be used for an authentication by means of http header varaible and a dynamic link library for verifying SSO tickets in 3rd party software which can be used to provide support for SAP Logon Tickets in Java applications.
    Please go through these links:
    Single Sign-On of Windows-based Web Service Clients using SAP Logon Tickets
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5bc7e899-0e01-0010-cca9-84f45118dd17
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ae399f0d-0301-0010-cebf-bb13f430af55
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/47d0cd90-0201-0010-4c86-f81b1c812e50
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f209cf3-0201-0010-1db5-d2e33048b6c8
    Hope it helps.
    Regards,
    Mona
    Edited by: Mona Kapur on Jan 21, 2008 8:11 PM

  • Third party Logon ticket system - Info Required

    Hello
         We have to integrate existing Broadvision portal to Enterprise portals. We are in the mood of moving to third party logon ticket system. Can anyone suggest which is the best one?.  The user has to login to Broadvision portal first and then by using sigle sign-on to EP next. Can anyone suggest what are the possibilities are there to implement SSO amoung the above hetrogenous portal?

    For time management with the help of transaction pt80 you can download the information about employees with the help of idoc. And there are some programs a.k.a connectors that link access control systems and SAP so that you do not hire the same employee in the access control problem. You hire the employee in SAP and SAP sends the information (HR Minimaster DATA) to the related program.
    It is also do the same thing for the employees who resign. I mean if an employee is fired or resigned from the company than it is sent to the related system.
    These can be found under PDC integrated systems. You can find information about the systems from Ecohub. http://ecohub.sap.com/
    I hope this answer will help.

Maybe you are looking for

  • Can I import one non-global zone from one machine to another?

    If create a non-global zone on one disk on machine A, is it possible to make a copy of that disk, and import the non-global zone to machine B? If yes, how to import the non-global zone? Thanks!

  • Infopath systemuser() method is not working in infopath view @extrant site .

    We have a sharepoint webapplication with infopath views .We have controlled the switch view with authenticating login use id .It is working perfectly in intranet. When we are publishing the site to internet using public ip @ that time initially infop

  • Newbie Q?.. Opens in Tablet page on Desktop?

    Hey guys.. have just started playing with Muse.. Watched the Terry White tutorial.. Now in muse.. Made the 3 basic pages (all default settings) First for Desktop, then Tablet, then Phone.. Added 1 small line of text eg. "This is the desktop page!" et

  • Import MIRO cancellation

    Dear All, I am facing error while doing Import MIRO in MR8M. Balace not equal to zero : debit......Credit .... What is the way out for the above kind of issue? Why this imbalance is happening in above case? Because my client is asking for the reason

  • Regarding doubt in JCO Connection

    Hai,      I am doing jco connection in jsp page. its getting executed with out any errors. i have give the detaisl below whci is working fine but where i have to mention the url of "bsp page" ie (http://expertanswercenter.techtarget.com/eac/knowledge