From 8f36607c283ede9e0e0c6e85e57ed2bf8b4428c6 Mon Sep 17 00:00:00 2001 From: Ralf Ueberfuhr Date: Tue, 30 Jan 2024 14:05:36 +0100 Subject: [PATCH] Fix URL to keycloak --- openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yml b/openapi.yml index 28a5f60..ed1dfa1 100644 --- a/openapi.yml +++ b/openapi.yml @@ -353,4 +353,4 @@ components: securitySchemes: openId: type: openIdConnect - openIdConnectUrl: https:///.well-known/openid-configuration + openIdConnectUrl: https://my-keycloak-server/.well-known/openid-configuration