Hello, 

Is there anyway to quickly change the algorithm type used for the JWT signatures in the Keycloak instance?  For my OpenId Connect clients the access tokens are sent using RSA256 but I'd like to use one of the HMAC ones like HS256.

thanks.