Skip to content

Commit 807b005

Browse files
authored
Minor README update.
1 parent 709b4c0 commit 807b005

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ The following attributes are set:
275275
* idp_slo_target_url
276276
* idp_cert_fingerprint
277277
278-
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`s with its 'Name' as an indifferent key and one or more `saml:AttributeValue`s as values. The value returned depends on the value of the
278+
## Retrieving Attributes
279+
280+
If you are using `saml:AttributeStatement` to transfer data like the username, you can access all the attributes through `response.attributes`. It contains all the `saml:AttributeStatement`s with its 'Name' as an indifferent key and one or more `saml:AttributeValue`s as values. The value returned depends on the value of the
279281
`single_value_compatibility` (when activated, only the first value is returned)
280282
281283
```ruby

0 commit comments

Comments
 (0)