Configure WiFi with Username and Password

I’m trying to configure WiFi for home assistant on boot through adding the config file with the network and password as out lined on the getting started guide. However, the network i’m trying to connect to requires both a username and password to connect, the provided code on the getting started guide has no section for adding a username. How can i add the username to the below code so the pi and home assistant can connect to the network on boot.

[connection]
id=my-network
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless

[802-11-wireless]
mode=infrastructure
ssid=MY_SSID
# Uncomment below if your SSID is not broadcasted
#hidden=true

[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=MY_WLAN_SECRET_KEY

[ipv4]
method=auto

[ipv6]
addr-gen-mode=stable-privacy
method=auto