Login without prompt

Hello Hello,
I have a very specific use case in our intranet, where I need a user to login using auth0 but without a login password prompt.
It’s a very specific use case for the admin, so it doesn’t matter if his login/password is hard coded or a refresh token is hard coded.
Any ideas how to achieve this ?
The refresh token article only talks about API connection, not normal login on our website.
Thanks !!

Hi @hugo,

Welcome to the Auth0 Community!

You can exchange a username/password directly for tokens with the Resource Owner Password Flow. This would allow you to bypass user interaction.