Token authentication on browser level

Hello;
I have a tyk gw and tyk operator works on EKS Kubernetes as an ingress.

Instead of sending token in header via programmatic way, I need the browser prompt for token authentication.

How can I accomplish it, what is the correct way, could you please advise?

Regards

Hi @tirelibirefe, Tyk does not have a way to prompt the browser for input. The correct way would be to create application (or single page) that will prompt for the token header.

It was what I’ve guessed and also avoided too. It’s confirmed now with your reply. 1 page extra app means " an extra step".

Thank you @Olu