diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-19 18:13:02 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-20 19:00:12 -0800 |
commit | 52611d8f93cf31d529ec360ff379adf4d35dffe9 (patch) | |
tree | 91c07e635648bb4579cd304dae900851acc21c3f /src | |
parent | 7cc4cdb949143e57524d41cfc6b91e896463ff18 (diff) | |
download | DotNetOpenAuth-52611d8f93cf31d529ec360ff379adf4d35dffe9.zip DotNetOpenAuth-52611d8f93cf31d529ec360ff379adf4d35dffe9.tar.gz DotNetOpenAuth-52611d8f93cf31d529ec360ff379adf4d35dffe9.tar.bz2 |
Fixed 8 day authentication time.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/App.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/App.config b/src/DotNetOpenAuth.Test/App.config index 1c21afc..38fcc7f 100644 --- a/src/DotNetOpenAuth.Test/App.config +++ b/src/DotNetOpenAuth.Test/App.config @@ -24,7 +24,7 @@ </blacklistHostsRegex> </untrustedWebRequest> </messaging> - <openid maxAuthenticationTime="8:17"> + <openid maxAuthenticationTime="00:08:17"> <relyingParty> <!--<store type=""/>--> <security minimumRequiredOpenIdVersion="V10" minimumHashBitLength="6" maximumHashBitLength="301" requireSsl="false"/> |