0
Completed

Register WCF endpoint during installation

Patrick Johannessen 10 years ago updated by anonymous 8 years ago 1

Currently the service requires local admin to register it automatically or it must be registered manually. Have had numerous requests to see if we can automate this, most recently from Aurion Corp. Alternatively we'll need to include the script in the installer or something so that the process is much easier.

I have confirmed locally, would benefit from testing yourself.

To test, make sure the acl is not there:

netsh.exe http show urlacl url=http://+:59990/IdentityBroker/

Install, then run the command again. The acl should now show up.

Uninstall, then run the command again. The acl should now be removed.