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
in the lambda, the user still isn't registered for the application.
Additionally, https://fusionauth.io/docs/lifecycle/migrate-users/scim/#adding-registrations says that you can create a registration for a new user in a lambda only by making an HTTP call to the user API in the SCIM User Response Converter Lambda (not Request Converter Lambda), which I'm about to test is possible tomorrow. (And that lambda has no options parameter).
It seems like the options parameter should be removed from the code and documentation, because it does nothing but mislead users.
The text was updated successfully, but these errors were encountered:
While busy writing an article for SCIM on #2854, I found that in https://fusionauth.io/docs/extend/code/lambdas/scim-user-request-converter#lambda-structure it says:
One of these lines is false and should be changed. Both lines cannot be true.
But either way, I don't see why the
request
parameter is available in the SCIM User Request Converter Lambda, because it doesn't work.If you set
in the lambda, the user still isn't registered for the application.
Additionally, https://fusionauth.io/docs/lifecycle/migrate-users/scim/#adding-registrations says that you can create a registration for a new user in a lambda only by making an HTTP call to the user API in the SCIM User Response Converter Lambda (not Request Converter Lambda), which I'm about to test is possible tomorrow. (And that lambda has no options parameter).
It seems like the
options
parameter should be removed from the code and documentation, because it does nothing but mislead users.The text was updated successfully, but these errors were encountered: