From 3aa668a1066c61fb43fa68b2b22e474672e44864 Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Mon, 3 Mar 2025 15:56:00 +0100
Subject: [PATCH] docker/soda: removes deprecated OIDC_INTROSPECT, SECURITY env
 params from README

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 589d37b..991abb1 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,6 @@ Configure security:
 
 | parameter | description  |
 |---------|--------------|
-| **OIDC_INTROSPECT** | URL to OAuth2.0 introspect end-point for token validation |
 | **OIDC_RAP_URL** | root URL of an Open ID Connect comaptible identity service |
 | **OIDC_GMS_URL** | root URL of Group Management Service |
 | **OIDC_CLIENT** | client-id of a Relying party |
-- 
GitLab