Web Connect Secret Value Storage

AI Doc Summarizer Doc Summary

Swedish Business Central view name: Web Connect Secret Value Storage

Web Connect Secret Value Storage is used to securely store sensitive values such as API keys, tokens, passwords and credentials required by integrations.

Secrets stored here can be referenced by Web Connect integrations without exposing sensitive data in configuration screens or logs.


Purpose #

This feature ensures that:

  • Sensitive credentials are encrypted at rest
  • Secrets are never exposed in plain text
  • Integration setups remain secure and compliant
  • Credentials can be reused across integrations without duplication

Once a secret value is saved, it cannot be viewed or retrieved again.


Fields in Web Connect Secret Value Storage #

FieldDescription
CodeUnique identifier for the secret. This code is referenced in Web Connect Integrations when configuring authentication.
DescriptionUser-friendly description of what the secret is used for. Do not store sensitive data here. This field is visible to all users.
Encrypted ValueThe actual secret value (API key, password, token, etc.). The value is encrypted immediately and cannot be accessed later.

Important behavior #

  • The Encrypted Value is write-only
  • There is no way to read or export the value after saving
  • To change a secret, a new value must be entered
  • Deleting a secret may cause integrations depending on it to fail

Usage in integrations #

Secrets stored here are referenced by:

  • Web Connect Integrations
  • Authentication setups for external systems
  • API-based communication where credentials are required

This avoids hardcoding sensitive values directly into integration configurations.

Scroll to Top