<#587 Handle GET/POST if for SAML routes> Pull req...
# osctrl
g
#587 Handle GET/POST if for SAML routes Pull request opened by javuto After the migration to the native
http.ServeMux
, the routes for the
/saml/
paths were only catching
GET
requests. It was making SAML to not work correctly. This fixes the issue and also added a verifier for the SAML JSON configuration so there won't be any nil pointers and #338 can be closed. jmpsec/osctrl