Secure Store Not Found in Credential store

Hi ,
After upgrading the platform, I’m getting an error in Orchestrator saying Secure store is not found.
I tried adding a credential store, but the Azure Key Vault option is not available.
Has anyone run into this after an upgrade or know what might be missing in the configuration?

thank you

Hi @wytwy96

After the upgrade, Orchestrator lost its connection to the External Credential Store (Azure Key Vault). The provider still exists, but the auth/config is broken, so you see “Secure store not found (#1002)” and AKV is read-only.

Fix: Re-run the Orchestrator Configuration Tool, reconfigure External Credential Store (Azure Key Vault) with valid Client ID/Secret/Tenant, then restart IIS.

Regards,
Gokul

Hi @wytwy96

This issue happens when the Orchestrator upgrade does not migrate the Azure Key Vault plugin. You must re‑enable it by installing the UiPath.CredentialStore.AzureKeyVault plugin on the Orchestrator server and updating the web.config/appsettings.json with the Key Vault settings;
once the plugin loads, the Azure Key Vault option appears and the “Secure store is not found” error goes away.

If helpful, mark as solution. Happy automation with UiPath

Hi @wytwy96

This happens when the Secure Store isn’t configured or enabled after the upgrade. Orchestrator can’t find any secure store, so Azure Key Vault doesn’t show up and you get error #1002. Recheck the secure store / AKV configuration, permissions, and restart the Orchestrator services. Once the secure store is restored, the AKV option will appear again.