PB12.5
Appeon 2016
The current application authenticate the user using SSO with Windows Active Directory
Most of the triggers and many PB code and Store Procedures use the user connected to perform some operations and save audit trail.
there are more than 1000 users
all the Users will be connected to the Entreprise Network no external users for the current application are expected.
checking the dynamic Database Connection does not solve the problem cause the users have only the NT authentication not a DB authentication.
Any way allow a Dinamic Database connection with SSO?
or the only solution is to change the to DB authentication to the users and have 2 passwords?
Changing the code to not use a Dinamic Database connection is not a solution cause are many non PB application that use the same triggers and procedures and some external real time auditing that use the user connected information.
using Appeon users does not solve the DB connection issue
Please Help