From c74285c48543c128862f0ac38fe918a076dd68dc Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Sat, 9 Dec 2023 18:31:49 +0100 Subject: [PATCH] README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f2e9f155..37e63d6e 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,15 @@ curl -v -H "Accept: application/json" \ http://localhost:8080/api/authmethod ``` +Retrieving all persisted users +--------------------------------- + +This API is only available on the IDP. + +```bash +curl -H "Content-type: application/json" http://localhost:8080/api/users +``` + Setting the Assertion Consumer Service (ACS) endpoint ---------------------------------