What’s the correct way to handle user provisioning after successful OIDC login? Do I need to create users manually or is there a way to auto-provision them using claims?
asked
Mouli Dharan
1 answers
0
Hi Mouli,
Usually JIT provision is the recommended way. The OIDC module supports the same. You can refer to below.