Is it possible to pass client id in SAML AuthnRequest?

I have an Enterprise SAML connection to a SAML IDP. Is there a way to pass the client id to it in the AuthnRequest template? Auth0 is the SP.
something like ClientID=“@@ClientID@@” where Auth0 would autofill the variable.

thanks!