Shubham - Hi team , one of our customer is usin...
Hi team , one of our customer is using trusted auth. There will be users who needs to be auto created with their first login. I have read about JIT provisioning to create users. But not sure how to apply that or what's the procedure . Do we run this API separately when we have any new user , or is it included as a part of js code itself? Can someone please guide on this ?
3 Replies
Just-in-time provisioning
Just-in-time provisioning using SSO
You can pass any JIT params as part of the log-in params themselves while using the /api/rest/2.0/auth/token API.
Thank you so much team.