I'm not sure that the switch is what is generating the authentication requests. The authentication requests generally originate from the supplicant, so you might want to check your end systems for misconfiguration or malfunction.
As far as the switch goes, you can configure the interval at which the end systems re-authenticate. Should be something like this:
set dot1x auth-controlled portcontrol reauthperiod [value]
Make sure it's not set to something ridiculously low. The value is measured in seconds and can range from 0 to 655535. Mind you, I'm typing this from memory, and the command syntax may not be 100% correct. Use ? liberally.
If it was me, I'd run a packet capture to figure out exactly what is generating the authentication requests. JMHO.
Good luck.