Credential Manager

Starting in Version 2.0, Credential Manager offers TenantWise administrators a single, centralised area to manage credentials such as secrets and API keys for backend integrations.

circle-info

Credential Manager is currently only supported for Entra ID credentials. We will be moving more integrations to use Credential Manager in future releases.

Setup Methods

When creating a new credential, you can choose from two setup methods:

  • OAuth 2.0 (Recommended) - Grant admin consent to the TenantWise platform app. Tokens are securely requested on your behalf using your tenant ID. There are no credentials to manage or rotate.

  • Manual Configuration - Create your own app registration in Azure and enter the credentials. You are responsible for managing and rotating secrets.

Each credential in the list displays a badge indicating its setup method and connection status.

OAuth 2.0 credential statuses

  • Connected - Admin consent has been granted and the credential is active.

  • Consent Required - The credential has been created but admin consent has not yet been granted.

  • Update Required - The required permissions have changed and admin consent needs to be granted again.

OAuth 2.0 credential actions

  • Grant Admin Consent - Initiate the admin consent flow for a credential that has not yet been connected.

  • Update Permissions - Re-grant admin consent when required permissions have changed.

  • Disconnect - Clear the connection status and cached tokens. You can reconnect at any time by granting admin consent again.

circle-info

Disconnecting or deleting an OAuth 2.0 credential does not revoke access in your Microsoft Entra tenant. To fully remove access, you must delete the enterprise application from your Azure Portal.

Last updated