79.3k views
5 votes
What to do when the SAS token is compromised.

A) Regenerate SAS token, update applications
B) Update applications, delete SAS token
C) Create a new SAS token, revoke access
D) Revoke access, regenerate SAS token

User Iwazovsky
by
8.8k points

1 Answer

2 votes

Final answer:

When a SAS token is compromised, you should immediately revoke access and regenerate a new SAS token, followed by updating all applications with the new token to ensure security.

Step-by-step explanation:

When a Shared Access Signature (SAS) token is compromised, the immediate steps to take are to revoke access to the compromised token to prevent any unauthorized use, and then regenerate a new SAS token. After regenerating the token, you will need to update all applications that were using the old SAS token with the new one to restore access. This is a critical security action to ensure that your data remains secure and access is restricted to authorized entities only. It is essential to regularly monitor and audit the use of SAS tokens to quickly identify any anomalies that could indicate a security issue.

User Prateek Joshi
by
8.1k points