Auto User Creation

Once SSO is configured, new users won't be able to access the CloudIO application, even after successful authentication, until the user account with the same SSO username is created within CloudIO.

You could automate the process of user account creation in CloudIO by implementing the following cloud function under the cloudio app.

The function must be defined in the cloudio app with Module URI create-user that exports a named function createUser.

Use the following patch to upload the above sample function in cloudio app.

Last updated

Was this helpful?