From 931adff892a67c79aea6d67e381d2abba92be43b Mon Sep 17 00:00:00 2001 From: mstrhakr <37352843+mstrhakr@users.noreply.github.com> Date: Fri, 8 Apr 2022 00:15:17 -0400 Subject: [PATCH] change url to issuer --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index dc94e40b..104f89c0 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1073,7 +1073,7 @@ "oidc": { "type": "object", "properties": { - "url": { "type": "string", "format": "uri" }, + "issuer": { "type": "string", "format": "uri" }, "authorizationURL": { "type": "string", "format": "uri" }, "tokenURL": { "type": "string", "format": "uri" }, "userInfoURL": { "type": "string", "format": "uri" },