Skip to content

Commit 6ac048b

Browse files
committed
Add some documentation about the soft setting parameter
1 parent 05c82d9 commit 6ac048b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.png)](http://travis-ci.org/onelogin/ruby-saml)
1+
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.png)](http://travis-ci.org/onelogin/ruby-saml) [![Coverage Status](https://coveralls.io/repos/onelogin/ruby-saml/badge.svg?branch=master%0A)](https://coveralls.io/r/onelogin/ruby-saml?branch=master%0A) [![Gem Version](https://badge.fury.io/rb/ruby-saml.svg)](http://badge.fury.io/rb/ruby-saml)
22

33

44
## Updating from 0.9.x to 1.0.X
@@ -394,6 +394,7 @@ Service Provider.
394394
395395
Notice that this toolkit uses 'settings.certificate' and 'settings.private_key' for the sign and the decrypt process.
396396
397+
Enable/disable the soft mode by the settings.soft parameter. When is set false, the saml validations errors will raise an exception.
397398
398399
## Decrypting
399400

0 commit comments

Comments
 (0)