Updating the system authentication store
A client can use the SystemAuthenticationControl feature to update the system authentication store. The information in the system authentication store is used by the system authentication handler to authenticate users and assign roles to them.
Querying the store
Required permissions:
The client can get a snapshot of the current information in the system authentication store. This information is returned as an object model.
Updating the store
Required permissions:
The client can use a command script to update the system authentication store. The command script is a string that contains a command on each line. These commands are applied to the current state of the system authentication store.
The update is transactional. Unless all of the commands in the script can be applied, none of them are.
Using a script builder
- Set the authentication decision for anonymous principals
- Add principals to the store
- Delete principals from the store
- Change the password of a principal
- Assign roles to principals
- Accept client-proposed session properties