Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).

Clearpass SMS integration with base64Binary

This thread has been viewed 0 times
  • 1.  Clearpass SMS integration with base64Binary

    Posted Mar 27, 2018 10:35 AM

    Ciao,

    a customerr's SMS provider works with a POST using part of it encoded.

    Let me give an example of the POST:

     

    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>
    <SendSMS xmlns="http://tempuri.org/">
    <sUtente>username</sUtente>
    <sPassword>password</sPassword>
    <vByte>

    !!! """The following part need to be encode with Encoding.UTF8.GetBytes(someString);"""


    <?xml version="1.0" encoding="utf-8"?>
    <XML>
    .....

    <TESTO>@MESSAGE@</TESTO>
    <CONTATTI>
     <NUMEROTELEFONO>@TO@</NUMEROTELEFONO>
    </CONTATTI>
    </XML>

    !!! end of encoding


    </vByte> 
    <sCompany>Company_name</sCompany>
    </SendSMS>
    </soap12:Body>
    </soap12:Envelope>

     

     

    Do you think could be possible to implement using ClearPass?

    Thanks