Package version:

Function createKeyVaultChallengeCallbacks

  • Creates challenge callback handlers to manage CAE lifecycle in Azure Key Vault.

    Key Vault supports other authentication schemes, but we ensure challenge authentication is used by first sending a copy of the request, without authorization or content.

    when the challenge is received, it will be authenticated and used to send the original request with authorization.

    Following the first request of a client, follow-up requests will get the cached token if possible.

    Parameters

    Returns ChallengeCallbacks

Generated using TypeDoc