Creating a separate user table upon Idp Login

When we use active directory for "User Authentication" when logging in to our project.

But we want ignition application to handle "Privileges", we want to have a "Separate User Table" in database.

Instead of creating User Table Manually, I was thinking, in gateway page, create "Table" user source, and use script to populate that table.. This way, I can use ignition built in user commands to populate table.

In line to this, is there a way to create "Table User Source" via script?

I use a hybrid user source for this. The Active Directory handles authentication, where the internal database handles permissions based on roles. Roles are assigned to the users on the Ignition side only.

1 Like