Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Does anyone know of a way to automatically place all new user accounts into a specific license group in Windchill 12? Currently we have to create the account in participant administration (Syncing it with our LDAP) and then take the extra steps of adding them to the 'PTC Navigate Contributor - Active Daily User License' group. Since this process is always the same, and occasionally forgotten, an automatic membership method is preferable.
@jbailey is that the same thing? Either way, you are assigning to a group. Would this not require some customization to trigger of a new user creation?
It is likely easier to automate population of a group in LDAP vs in Windchill, but if you cannot automate it in LDAP it will be just as much work, just in a different tool 🙂
Don't we still have to deal with Recompute Groups? Windchill only synchronizes groups with the LDAP once every 24 hours. Not an issue if the new additions can wait until tomorrow to start working. Otherwise, we have to write something to force the refresh by time or when the LDAP group is updated.
Good call, I had totally forgot about that... PTC needs to get on board with SCIM. One thing I had suggested in the past was using attributes about a user in the saml assertion or the OIDC token to assign groups.. but they haven't got there yet