databricks Databricks Release Notes ·

Databricks automatically deletes unused OAuth client secrets after 90 days

securitydatabricksgaengineer
security feature

Databricks has introduced a new security measure that automatically deletes service principal OAuth client secrets after 90 days of disuse. This change aligns with the existing policy for cleaning up unused access tokens, enhancing security by reducing the window for potential credential compromise. This affects any user or system relying on service principal OAuth secrets, who may need to generate a new secret if an old, unused one is required again.

Security (1)
  • Automatic deletion of unused OAuth client secrets

    Databricks now automatically deletes a service principal's OAuth client secret after 90 days without use. This new policy is consistent with the existing cleanup process for unused access tokens, enhancing the platform's security posture. If a deleted secret is still needed for operations, a new OAuth secret must be created.

Read the original announcement →

https://docs.databricks.com/aws/en/release-notes/product/2026/september#unused-oauth-client-secrets-are-automatically-deleted-after-90-days

Related releases