Use session token authentication is not recognised by Embedded criteria

I have embedded my application into shopify admin and now I am working on getting the embedded app badge.

Unfortunately, Shopify doens’t recongise that my application is using the session token to autenticate. I am getting the ‘Authentication’ token from request header or from url params and I login the user without any redirection as we did in the non-embedded apps.

I am not using the app-bridge requests since my application is not require them.

How can I compete this requirement?