Skip to content

Commit

Permalink
Typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Nov 19, 2015
1 parent cce82ee commit 2a1c937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ def saml_settings
end
```
The following attributes are set:
* id_sso_target_url
* idp_sso_target_url
* idp_slo_target_url
* id_cert_fingerpint
* idp_cert_fingerpint
If you are using saml:AttributeStatement to transfer metadata, like the user name, you can access all the attributes through response.attributes. It contains all the saml:AttributeStatement with its 'Name' as a indifferent key the one/more saml:AttributeValue as value. The value returned depends on the value of the
`single_value_compatibility` (when activate, only one value returned, the first one)
Expand Down

0 comments on commit 2a1c937

Please sign in to comment.