Hi,
You can't skip the user authentication step, because that's what the PEAP security protocol does.
PEAP is based on the Extensible Authentication Protocol (EAP), which uses the Transport Layer Security (TLS) protocol to encrypt EAP communications at the beginning of communication. During the PEAP handshake, the server first sends a TLS certificate to the client to ensure the security of the communication. After receiving the certificate, the client establishes a secure connection with the server using the TLS protocol and transmits the EAP authentication message.
Best Regards,
Wesley