RSA Token Replacement
The RSA Authentication Manager Connector supports replacement of assigned tokens to Identity with specific token or next available token.
Following are the respective provisioning plans used by the connector to perform replacement operations:

Copy
<ProvisioningPlan>
<AccountRequest op="Modify">
<AttributeRequest name="tokens" op="Set" value="000501719395">
<Attributes>
<Map>
<entry key="currentToken" value="000501719391"/>
</Map>
</Attributes>
</AttributeRequest>
</AccountRequest>
</ProvisioningPlan>

Copy
<ProvisioningPlan>
<AccountRequest op="Modify">
<AttributeRequest name="tokens" op="Set" value="">
<Attributes>
<Map>
<entry key="currentToken" value="000501719391"/>
</Map>
</Attributes>
</AttributeRequest>
</AccountRequest>
</ProvisioningPlan>