Microsoft Authenticator in Data app

Hi,

How can I use the MS authenticator in a data app? I see that an interactive login is required, but how can I use it without having to click on login in a data app?

Hey there,

only way I am aware of is to use the deprecated Microsoft Authenticator and to store your token in a file. This obviously comes with some downsides on the security side…

Node config:

To find deprecated nodes you start searching in node repository and then type “//deprecated” at the end:

I’ve gone over this in my recent RAG Ingestion workflow tutorial:

Workflow:

Video:

3 Likes

Thanks I will have a look into