I'm trying to programmatically register a user for SSPR from an ASP.NET web application using the sample code found here:
http://technet.microsoft.com/en-us/library/jj134294(v=ws.10).aspx
However, invoking the cmdlet Get-AuthenticationWorkflowRegistrationTemplateis throwing the following exception:
exePath must be specified when not running inside a stand alone exe
Has anybody else seen this, or is there a better way to register a user for SSPR from an ASP.NET web application? I've looked at using the FIM client on codeplex, but the QA gate data seems to be a binary format, and I'm not sure how it should be specified.
Cheers,
Mark