Testing Your Custom SCIM Gateway Sample Application
Test your custom SCIM gateway sample application in an OCI IAM identity domain by provisioning users in an identity domain with it.
- In the Applications page, select your application, and then click it to open the Users tab.
- In the Users tab, click Assign.
- In the Assign Users window, choose a user, and then click Assign.
- In the Assign Application window, populate the Username, Full Name, Family Name, Given Name, Display Name, and Primary Email form fields with values, and then click Save.
-
In the Assign Users window, click
OK.
IAM creates a user account in the
userdb.json
file of your application. -
Open the
userdb.json
file and verify that a user account has been created. Then, close the file. - In the Users tab, click the Actions menu () for the user, and then select Deactivate.
-
After one minute, open the
userdb.json
file and verify that the corresponding user account has afalse
value for theactive
attribute. Then, close the file. - In the Users tab, click the Actions menu () for the user, then select Activate.
-
After one minute, open the
userdb.json
file and verify that the corresponding user account has atrue
value for theactive
attribute. Then, close the file. - In the Users tab, select the user, and then click Revoke.
- In the Confirmation window, click OK.
-
After the Confirmation window closes, open the
userdb.json
file and verify that the corresponding user account has been removed. Then, close the file.