handnot2 / esaml

Erlang SAML library, SSO and SLO, with Cowboy integration
BSD 2-Clause "Simplified" License
19 stars 49 forks source link

HTTP-REDIRECT wrong case. #9

Closed mikegazdag closed 5 years ago

mikegazdag commented 6 years ago

The generate_metadata/1 has a type case error with the uppercasing of the HTTP-REDIRECT binding method. Correcting it to HTTP-Redirect passes this metadata validator and the builtin validator within the CA Siteminders suite.

The all uppercase binding method is not found in the the SAML 2.0 Metadata spec.