Skip to content

Commit

Permalink
Merge pull request #469 from DuendeSoftware/anders/diagnostics-update
Browse files Browse the repository at this point in the history
Improve BFF/diagnotics docs
  • Loading branch information
brockallen authored May 8, 2024
2 parents 3569375 + d21ebd3 commit b4b6eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2022-12-29T10:22:12+02:00
weight: 40
---

The */bff/diagnostics* endpoint returns the current user and client access token for testing purposes.
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.

Expand Down

0 comments on commit b4b6eae

Please sign in to comment.