ericferon / glpi-statecheck

GLPI plugin for checking form fields, based on rules
GNU General Public License v2.0
4 stars 4 forks source link

Use case for user provisioning auto account creation #15

Closed mrgeppetto closed 3 years ago

mrgeppetto commented 3 years ago

Hello, Thank you for taking your time in creating these pretty interesting plugins. I was just wondering if there was a use case for this plugin as well as the dataflows plugin for auto creating accounts after SSO authentication. I have implemented the SSO plugin "edgardmessias/glpi-singlesignon". We are using one of our intranet sites acting as an IDP to authenticate users and are not using LDAP to import users. SSO works if a user has an account on both platforms but not if they only have an account on 1. The SSO plugin does not have any provisioning features so I was wondering if this could take over provisioning features.

ericferon commented 3 years ago

I have no idea how the glpi-singlesignon is working. The "statecheck" plugin checks only the values in a GLPI form (this could be the user creation form), according to rules defined in the statecheck tables. The "dataflows" plugin let you maintain an inventory of data exchanges between your applications. It does not provision data uploads. K.r,