python_api_user
python_api_user

Reputation: 61

Async push notification to Microsoft Authenticator App

I have created a Office 365 developer account . In the acount I have created a normal user (user1) .The user1 has been configured to authenticate with password and also push notification will be sent to his mobile Microsoft authenticator app .

is it possible to send an async push notification to the users Microsoft authenticator app . I mean has Azure AD has exposed any api using whi ch we can send push notifications to the users Microsoft authenticator app (without user even initiating anything )

Thanks and regards

Upvotes: 6

Views: 1153

Answers (1)

kavya Saraboju
kavya Saraboju

Reputation: 10839

At this point of time there is no such API to push notifications to authenticator app which can be able happen without interaction or initiation.

You can give your idea or suggestion as feedback at https://feedback.azure.com/.

Upvotes: 2

Related Questions