change url to issuer
mstrhakr committed
Apr 8, 2022 at 00:15 UTC
931adff892a67c79aea6d67e381d2abba92be43b
1 file changed
+1
-1
meshcentral-config-schema.json
+1
-1
@@ -1073,7 +1073,7 @@
1073
"oidc": {
1074
"type": "object",
1075
"properties": {
1076
- "url": { "type": "string", "format": "uri" },
1076
+ "issuer": { "type": "string", "format": "uri" },
1077
"authorizationURL": { "type": "string", "format": "uri" },
1078
"tokenURL": { "type": "string", "format": "uri" },
1079
"userInfoURL": { "type": "string", "format": "uri" },