We have two different Connection Policies, one as the "safeguard_default" and one called "direct" that allows Users to enter the username and password as a normal SSH connection.
For the safeguard_default, the users are able to use the SPP to check out an account and connect through successfully with the connection string.
For the direct policy, users are able to proxy through the SPS to the server they want after entering the username and password.
However, we can't seem to have both active at the same time. If safeguard_default is first in the priority, connections will match that and work for SPP initiated, but fail with a gateway error if initiated directly through SSH.
If we have direct policy as first priority, the users can log on but the connection string given by SPP will not work, as it asks them for the password (rather than using the vault token).
How can we have these two different policies work in tandem for two different types of connections to the same servers? This seems like a fairly straightforward case, I must be missing something simple
Thanks,