From 73619fda056d5a9b0b0fac271f29fbced0424169 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 28 Jun 2024 10:34:03 +0200 Subject: [PATCH] docs: Explain oidc.json --- config/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/README.md b/config/README.md index dd8784a27..42d54f03e 100644 --- a/config/README.md +++ b/config/README.md @@ -120,3 +120,10 @@ This configuration serves as an example of how a server can be configured to serve data from different backends depending on the URL that is used. In this example, all data in the `/sparql/` container will be stored in a SPARQL backend, and similarly for `/memory/` and `/file/`. + +## oidc.json + +A configuration that sets up the server to only function as an Identity Provider. +It does not support creating pods or storing data on the server, +the only available options are creating accounts and linking them to WebIDs. +This way the server can be used to identify those WebIDs during an OIDC interaction.