change url to issuer

This commit is contained in:
mstrhakr 2022-04-08 00:15:17 -04:00
parent 126c1474cc
commit 931adff892

View File

@ -1073,7 +1073,7 @@
"oidc": { "oidc": {
"type": "object", "type": "object",
"properties": { "properties": {
"url": { "type": "string", "format": "uri" }, "issuer": { "type": "string", "format": "uri" },
"authorizationURL": { "type": "string", "format": "uri" }, "authorizationURL": { "type": "string", "format": "uri" },
"tokenURL": { "type": "string", "format": "uri" }, "tokenURL": { "type": "string", "format": "uri" },
"userInfoURL": { "type": "string", "format": "uri" }, "userInfoURL": { "type": "string", "format": "uri" },