Skip to content

Commit ec89b65

Browse files
committed
Add incremental updates
1 parent e27f731 commit ec89b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/SAML.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ ssoAssertHandler cfg response = runExceptT $ do
229229
lift $ storeAssertionID (SAML.assertionId assertion) -- this can throw conflict
230230

231231
let attrs = Map.fromListWith (++)
232-
[(SAML.attributeName attr, [SAML.attributeValue attr])
232+
[(SAML.attributeName attr, SAML.attributeValues attr)
233233
| attr <- SAML.assertionAttributeStatement assertion
234234
]
235235

0 commit comments

Comments
 (0)