You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been using your library for years now, but some security error occured and I dont know how to solve it.
My application shows this error:
AlexaCRM\CRMToolkit\SoapFault #s:Sender
An error occurred when processing the security tokens in the message:You are using Ws-Trust authentication which has been deprecated and no longer supported in your environment. Please use OAuth2.0 authentication and refer https://aka.ms/dvwsdep.
My service is created using following settings:
use AlexaCRM\CRMToolkit\Client as OrganizationService;
...
$this->options = [
'serverUrl' => self::URL,
'username' => self::USER,
'password' => self::PASSWORD,
'authMode' => 'OnlineFederation',
];
$serviceSettings = new Settings( $this->options );
$serviceSettings->ignoreSslErrors = true;
$this->service = new OrganizationService( $serviceSettings );
Could you please help me, how to fix it? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I've been using your library for years now, but some security error occured and I dont know how to solve it.
My application shows this error:
My service is created using following settings:
Could you please help me, how to fix it? Thank you!
The text was updated successfully, but these errors were encountered: