From c15ccbf9ed04da0836840357072754e5c14dd150 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 4 Mar 2013 22:39:47 -0500 Subject: [PATCH] Issue #1919188 by rvilar, vijaycs85, charmi: Create configuration schemas for openid module. --- core/modules/openid/config/schema/openid.schema.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/modules/openid/config/schema/openid.schema.yml diff --git a/core/modules/openid/config/schema/openid.schema.yml b/core/modules/openid/config/schema/openid.schema.yml new file mode 100644 index 00000000000..2ae57385b73 --- /dev/null +++ b/core/modules/openid/config/schema/openid.schema.yml @@ -0,0 +1,9 @@ +# Schema for the configuration files of the openid module. + +openid.settings: + type: mapping + label: 'OpenID settings' + mapping: + xri_proxy_resolver: + type: string + label: 'Proxy resolver for XRI'