diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-11 06:09:22 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-11 06:09:22 -0700 |
commit | 9406396081c07fa894aa6696816df7d82d19b23d (patch) | |
tree | 8f4d5d3f3da4acf99ef8dac7aeb99e046e42afd0 | |
parent | 66e3f67da67511804b254ec9f04892518c6d2ef6 (diff) | |
download | DotNetOpenAuth-9406396081c07fa894aa6696816df7d82d19b23d.zip DotNetOpenAuth-9406396081c07fa894aa6696816df7d82d19b23d.tar.gz DotNetOpenAuth-9406396081c07fa894aa6696816df7d82d19b23d.tar.bz2 |
Added documentation for the config setting added in b16ab6be9av3.4.4.10162
-rw-r--r-- | src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd b/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd index 3164ec5..a3c5de4 100644 --- a/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd +++ b/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd @@ -206,6 +206,18 @@ </xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="strict" type="xs:boolean" default="true"> + <xs:annotation> + <xs:documentation> + Whether remote parties will be held strictly to the protocol specifications. + Strict will require that remote parties adhere strictly to the specifications, + even when a loose interpretation would not compromise security. + true is a good default because it shakes out interoperability bugs in remote services + so they can be identified and corrected. But some web sites want things to Just Work + more than they want to file bugs against others, so false is the setting for them. + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> </xs:element> <xs:element name="openid"> |