HealthCatalyst / Fabric.Identity

Identity service to provide authentication
Apache License 2.0
12 stars 6 forks source link

created global variable representing IdPSS app name and use that in s… #323

Closed bsmithvt closed 5 years ago

bsmithvt commented 5 years ago

…cripts

jason-qq commented 5 years ago

Looks like it's possible to export a variable instead of setting a global like this: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/export-modulemember?view=powershell-6#description

bsmithvt commented 5 years ago

@ctediz, I'll read up on it later, but do you know off hand if one approach preferred over or are there any differences?

jason-qq commented 5 years ago

@ctediz, I'll read up on it later, but do you know off hand if one approach preferred over or are there any differences?

Thinking of it now I'm not sure, since module seem to stay in scope so it may end up being the same in the end. @miketabet Thoughts?