You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an SSO user login to pritunl org his user profile appears under that org. After this if I try and create the exact same user using terraform, a duplicate user is created, Expected behavior is terraform should recognize that there already exists such a user and not recreate the same user.
The text was updated successfully, but these errors were encountered:
Hello @ajinkya6. The provider has a state and knows nothing about users before you import it. The Pritunl API allows you to create users with the same username, but it has a different user ID under the hood.
I think you need to provision users first and link them with SSO before logging into Pritunl.
When an SSO user login to pritunl org his user profile appears under that org. After this if I try and create the exact same user using terraform, a duplicate user is created, Expected behavior is terraform should recognize that there already exists such a user and not recreate the same user.
The text was updated successfully, but these errors were encountered: