Use Windows Authentication (Pega Login) credentials to invoke connectors
Hi,
I have a requirement to pass windows Login(username and password) to connectors(REST) authentication profile.
Is there any way that pega directly takes windows login/password and send it to external connector API
I tired passing dynamic values (=OperatorId.pyUserIdentifier and =OperatorID.pyPWDCurrent) to NTLM Auth profile and used that while running REST wizard but it is not passed to API and API is returning not authorised error(401).
Thanks in Advance