Hi,
I am trying to setup a site for a customer (Totara 17.7) who wants to use Graph QL instead of HR sync to handle the users/jobroles etc.
I can create users with password but when I try to create users with auth set to saml2 I get one of two errors:
1. No password added:
"debugMessage": "Coding error detected, it must be fixed by a programmer: Required parameter - password not being passed",
2. Password added: debugMessage": "The authentication plugin dose not support password creation.",
So it seems to me that it is not possible to create users with saml2 as auth with Graph QL.
Am I missing something here?