X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fextension.schema.json;h=3235c95146bca3d3f3214d02326fb1d116a089c0;hb=fe922d470fbddff5617448e0d90df3e18c04644e;hp=93ee31648733ebc88c29a40ce83eafe6e7dea448;hpb=0625f4e161304dcc85c5310f3ba708d2e0511c28;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 93ee316487..3235c95146 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -573,6 +573,14 @@ "type": "object", "description": "Central ID lookup providers" }, + "ChangeCredentialsBlacklist": { + "type": "object", + "description": "AuthenticationRequest classes which can only be used internally for credentials change" + }, + "RemoveCredentialsBlacklist": { + "type": "object", + "description": "AuthenticationRequest classes which can only be used internally for credentials removal" + }, "namespaces": { "type": "array", "description": "Method to add extra namespaces",