Skip to content

Commit a0d5d69

Browse files
committed
Merge pull request #285 from vincentwoo/patch-1
Typos in README.md
2 parents cce82ee + 2a1c937 commit a0d5d69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ def saml_settings
252252
end
253253
```
254254
The following attributes are set:
255-
* id_sso_target_url
255+
* idp_sso_target_url
256256
* idp_slo_target_url
257-
* id_cert_fingerpint
257+
* idp_cert_fingerpint
258258
259259
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
260260
`single_value_compatibility` (when activate, only one value returned, the first one)

0 commit comments

Comments
 (0)