Turn off just-in-time user creation
From the external auth with JWT docs:
I'd like to embed a windmill app and use jwt authentication, however I want to turn off JIT user provisioning. Is there a way to turn off this default behavior and require that the user already exists in windmill?
This will make the app act such that the user authentified is the one that corresponds to the jwt payload. Windmill uses just-in-time provisioning by default and the user doesn't need to have been pre-provisioned for it to works.
I'd like to embed a windmill app and use jwt authentication, however I want to turn off JIT user provisioning. Is there a way to turn off this default behavior and require that the user already exists in windmill?