Hi,
As a Non-Admin user, I would like to login with SSO
The command "New-PWLogin -DatasourceName PWAccept -NonAdminLogin -Verbose"
Gives me the following result
VERBOSE: Logging in to 'PW-Accept.<localdomain>:PWaccept' using BentleyIMS ...VERBOSE: Using Connection Client login...WARNING: Can't get tokenWARNING: Could not retrieve tokenWARNING: Error logging in to 'PW-Accept.<localdomain>:PWaccept' 58000.WARNING: Attempting to use token ''
When I use: "New-PWLogin -DatasourceName PWAccept -NonAdminLogin -UseGui" and check the checkbox 'use SSO', I am perfectly logged on.
So why can I only login through the -UseGui option? Maybe an explicit option like '-UseSSO' might be better?
Thanks in advance for the help.
PWPS_DAB Version is 2.0.3.0, This is a 64-bit process, PW server Version 8.11.11.590, PS version 5.1.19041.1320, PW Explorer 10.00.03.262
UseSSO is for using your windows credentials to login instead of Connection Client.
try:
New-PWLogin -DatasourceName PW-Accept.<localdomain>:PWaccept -NonAdminLogin
ive found if you don't use that form for the datasource name the connection client won't work
Oh yeah, and add the -BentleyIMS option to the line