CA Service Management

  • 1.  OP=SHOW_DETAIL bypass the logon challenge

    Posted Jul 02, 2018 06:03 AM

    Is there a way to view a ticket from link without login in.

    Example below link needs login

    ?OP=SHOW_DETAIL+FACTORY=cr+PERSID=cr:ref_num:1234

    Can one view a ticket without initial SID creation?


  • 2.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Broadcom Employee
    Posted Jul 02, 2018 07:42 AM

    Which product are you referring to?



  • 3.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Posted Jul 02, 2018 07:48 AM

    Hi Steve

     

    This is The CA Service desk manager

     

    >>> Steve_Parker <communityadmin@communities-mail.ca.com> 02/Jul/2018 01:43 PM >>>

     

    CA Communities

    Re: OP=SHOW_DETAIL bypass the logon challenge

    reply from STEVE PARKER in CA Client Automation - View the full discussion

     

     

     

    Which product are you referring to?

    Reply to this message by replying to this email, or go to the message on CA Communities

    Please remember to Mark the Correct Answer go to the message on CA Communities

    Start a new discussion in CA Client Automation by email or at CA Communities

    Following Re: OP=SHOW_DETAIL bypass the logon challenge in these streams: Inbox

     

    You are receiving this email because you are a member of the CA Communities.

    If you'd like to change your email preferences, click here. If you want your communities account to be deactivated (opt out), please send an email to CustomerPrograms@ca.com.

    Additionally, if you wish to opt out of all unsolicited commercial communications from CA Technologies, click here.



  • 4.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Broadcom Employee
    Posted Jul 02, 2018 08:29 AM

    What product are you asking about.  Client Auto has no tickets.

     

    Richard Lechner

    Principal Engineering Services Architect

     

    CA Technologies

    Mobile: +1 703 655 7161 | Richard.Lechner@ca.com

     

    <mailto:Richard.Lechner@ca.com>[CA]<http://www.ca.com/us/default.aspx>[Twitter]<http://twitter.com/CAInc>[Slideshare]<http://www.slideshare.net/cainc>[Facebook]<https://www.facebook.com/CATechnologies>[YouTube]<http://www.youtube.com/user/catechnologies>[LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Google]<https://plus.google.com/CATechnologies>[Google+]<http://www.ca.com/us/rss.aspx?intcmp=footernav>



  • 5.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Posted Jul 02, 2018 08:33 AM

    HI

     

    Sorry i seem to have categorized this incorrect

     

    Its suppose to be CA Servicedesk Manager

     

    >>> lecri01 <communityadmin@communities-mail.ca.com> 02/Jul/2018 02:29 PM >>>

     

    CA Communities

    Re: OP=SHOW_DETAIL bypass the logon challenge

    reply from RICHARD LECHNER in CA Client Automation - View the full discussion

     

     

     

    What product are you asking about.  Client Auto has no tickets.

    Richard Lechner

    Principal Engineering Services Architect

    CA Technologies

    Mobile: +1 703 655 7161 | Richard.Lechner@ca.com

    <mailto:Richard.Lechner@ca.com>[CA]<http://www.ca.com/us/default.aspx>[Twitter]<http://twitter.com/CAInc>[Slideshare]<http://www.slideshare.net/cainc>[Facebook]<https://www.facebook.com/CATechnologies>[YouTube]<http://www.youtube.com/user/catechnologies>[LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Google]<https://plus.google.com/CATechnologies>[Google+]<http://www.ca.com/us/rss.aspx?intcmp=footernav>

    Reply to this message by replying to this email, or go to the message on CA Communities

    Please remember to Mark the Correct Answer go to the message on CA Communities

    Start a new discussion in CA Client Automation by email or at CA Communities

    Following Re: OP=SHOW_DETAIL bypass the logon challenge in these streams: Inbox

     

    You are receiving this email because you are a member of the CA Communities.

    If you'd like to change your email preferences, click here. If you want your communities account to be deactivated (opt out), please send an email to CustomerPrograms@ca.com.

    Additionally, if you wish to opt out of all unsolicited commercial communications from CA Technologies, click here.



  • 6.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Posted Jul 02, 2018 10:28 AM

    Hi,

    due to security reasons there is no way to display tickets to unauthorized users.

    As a workaround you can try to create integrated with CA SDM 3rd party service which will fetch ticket's data and display it for end user.

    Regards.



  • 7.  Re: OP=SHOW_DETAIL bypass the logon challenge
    Best Answer

    Broadcom Employee
    Posted Jul 02, 2018 03:38 PM

    You need to perform some type of authentication to Service Desk, even if you were accessing Service Desk with the "anonymous" user (which doesn't require a login password), it's still authenticating with something.

     

    Technically you could use a url like:

     

    http://HOST/CAisd/pdmweb.exe?USERNAME=Anonymous+OP=SHOW_DETAIL+FACTORY=cr+PERSID=cr:ref_num:1234

     

    BUT, this will only work if the "Customer" Access Type is changed to "Licensed", and the data partition constraints would need to be modified to allow the user to see all cases (by default anonymous can only see their own cases)

     

    Overall, I do not recommend this process, just outlining it as a possibility. I think it leaves the information in the system as too open to people who shouldn't be accessing it.



  • 8.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Posted Jul 03, 2018 04:36 AM

    Thank you ALEXANDER

    The USERNAME parameter was helpful.

     

    Basically i have a 3rd party service as cdtj Champion  suggests. Instead of creating a new styled page to display ticket data. i wanted the CA Service desk Manager ticket detail form to appear once the ticket ref number is clicked from this 3rd party application.

     

    Analysts of CA service desk will be the ones viewing the tickets.

     

    how this was accomplished is with below url

    http://HOST/CAis/pdmweb.exe?USERNAME=DMokakabye+PIN=*****+OP=SHOW_DETAIL+FACTORY=cr+PERSID=cr:ref_num:1234

     

    Above link authenticates credentials supplied, then displays ref_num:1234 ticket's data.

     

    i.e The display of the logon page was bypassed



  • 9.  Re: OP=SHOW_DETAIL bypass the logon challenge

    Broadcom Employee
    Posted Jul 03, 2018 09:42 AM

    Nice idea, Dennis. I'm glad I was able to nudge you to the solution.