Despite the CAS protocol being quite relaxed on the character set allowed in a Service Tickets (describing it as opaque with acceptable length of at least 32 characters). the plugin is quite strict and only accepts dots, hyphens and alnums. As a result, when the keycloak CAS extension issues an ST containing an underscore it breaks the CAS authentication.
Given that there's no real reason for being that strict on the accepted character set, is it possible to add the underscore in the accepted characters in order for the keycloak extension to continue working?