-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
No
Description
I'm using the Identity User workflow in psPAS and I'm trying to execute it in a non-interactive process. I've got everything figured out except for how to automatically answer the Challenge Mechanisms screen. It would be great to have an additional parameter in New-PASSession that allows you to specify the challenge mechanism so you're not prompted for it. I'm requesting this under IdentityCommand because it's my understand that IdentityCommand is actually used by psPAS for this part of the workflow.
Describe alternatives you've considered
I've tried getting around it with pipes and echos but I can't really do that as the pipes/echos make the New-PASSession command run in a different context so subsequent commands that rely on the PASSession don't work.