Skip to content
We just launched Duende IdentityServer v7.2.0 and BFF v3.0. Check it out!

BFF Diagnostics Endpoint

The /bff/diagnostics endpoint returns the current user and client access token for testing purposes. The endpoint tries to retrieve and show current tokens. It may invoke both a refresh token flow for the user access token and a client credential flow for the client access token.

To use the diagnostics endpoint, make a GET request to /bff/diagnostics. Typically, this is done in a browser to diagnose a problem during development.