From 585cc88b4e0fa9bc8f74925294322583970cb314 Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 30 Apr 2024 10:29:36 +0200 Subject: [PATCH] Add link to ofcli tool (#318) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cedd114a..6917344f 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ The OnBoarding app comes with the following collection of tools: ![OIDC Tools](docs/images/onboard_tools_jwt_debug.png) _OIDC tools facilitates the lives of developers and service operators, here a simple interface to decode and verify a JWT._ +To explore a federation on the commandline, use the [ofcli](https://github.com/dianagudu/ofcli) tool. It can be used to export federation metadata to json files for further analysis. + ## Contribute Your contribution is welcome, no question is useless and no answer is obvious, we need you.