< Back

Set-P1WebAuthentication

Sat Jan 18, 2020 7:03 pm

NAME Set-P1WebAuthentication



SYNOPSIS

Set the PlannerOne Web server authentication mode.





SYNTAX

Set-P1WebAuthentication [-Tenant] <String> [-Windows] [-Formular] [<CommonParameters>]





DESCRIPTION

Set the PlannerOne web application authentication mode to Windows authentication or Formular.

Change REST web service security accordingly.

The formular authentication enable anonymous authentication too.





PARAMETERS

-Tenant <String>

The target tenant.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Windows [<SwitchParameter>]

Set the authentication to Windows.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Formular [<SwitchParameter>]

Set the authentication to Formular.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Set Windows authentication



Set-P1WebAuthentication -Tenant Prod -Windows









-------------------------- EXAMPLE 2 --------------------------



PS C:\\># Set Formular authentication



Set-P1WebAuthentication -Tenant Prod -Formular











RELATED LINKS