I am trying to use PowerBuilder 2017 R3 classic to connect to Microsoft Dynamics and consume REST services.
Dynamics is using Active Directory for authentication. This requires obtaining and setting a kerberos token in the http header for the request. Every major browser has this baked in.
Can I get PB to automate this for me? I really don't want to go down the path of rolling my own kerberos ticketing functionality.