Dear all,
I installed the self hosted retail store scale unit, as you know that during installation of RSSU, it asks the application ID and secret key of the app registered in azure portal. now the secret key is expired and the communication of RSSU with the D365 FO headquarter halted.
so how we can update the secret key in RSSU so the communication with the headquarter can start.
I noted one thing in "AsyncClientService.exe" file i saw both entries of application ID as ClientId and secret key as ClientSecrets but the entry of secret key is encrypted.
I think if we enter the newel generated secret key from app registration in azure portal against this application ID, then issue may resolve. but the issue is how we can encrypt the secret key like below because secret key generated by azure is 37 characters and key encrypted during installation is nearly 250 characters.
</setting>
<setting name="ClientId" serializeAs="String">
<value>mmc9e0e1-2739-4155-8hez-df8d97a47f2e</value>
</setting>
<setting name="ClientSecrets" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsd="">www.w3.org/.../XMLSchema">
<string>XFFAAANCMnd8BFdERjHoAwE/Cl+sBAAAA28Mu7RQiBEym567106hQAAAACAAAAAAADZgAAwAAAABAAAADphVcTWlmFzpsZ9DZKjBBbAAAAAASAAACgAAAAEAcccHvsBB0UUkDsMiAWSujbPqgwAAAAk6VRMerWd+r8qHEVzo7IIjolJDvQ4Rufsdgsdddhj6HHH+PpoDi77BtCcrqoUkoBG+d4oJQtGFAAAALTu496Ri4zy3gfhfgvQodTjkhjiLK</string>
</ArrayOfString>
Any other way to resolve this issue.