omniauth / omniauth-saml

A generic SAML strategy for OmniAuth
https://github.com/omniauth/omniauth-saml
Other
331 stars 205 forks source link

Fix copy-pasteability of code example #216

Closed tjschuck closed 6 months ago

tjschuck commented 6 months ago

Though this code is already not copy-pasteable as valid Ruby (due to the trailing ... at the end of the idp_cert_multi array), that's at least obviously invalid and fast enough to fix.

This missing comma, however, causes parser errors that are less obvious and should be added!