All Questions
27 questions
-2
votes
0
answers
30
views
App Password Option Missing for Specific User in Office 365 – How to Enable? [closed]
We are using Office 365 with modern authentication and 2FA enabled. I need to access emails from one specific inbox using IMAP or POP3 in a backend cron job, and for that, I understand an App Password ...
0
votes
1
answer
135
views
Outlook calendar don't render with FullCalendar
I am developing an app to see the events on my Outlook calendar using fullcalendar, the problem is that I log in to Microsoft, in principle everything is correct, I return to my website but the ...
0
votes
1
answer
302
views
MS Graph API : How to get contact list groups
In the outlook, there is a contact list like bellow image.
I know I how to get contacts using graph api such as
https://graph.microsoft.com/v1.0/me/contacts?$count=true
However, is there a way to ...
1
vote
2
answers
525
views
Azure portal login in Microsoft Edge redirect to https://atge.okta.com
My Microsoft edge browser is sign up with my personal hotmail account. But when I browse azure portal and trying to log in, the portal page invoke https://atge.okta.com login option associated with my ...
2
votes
5
answers
2k
views
Office 365 Exchange Online permission is not visible for registered application in azure active directory
I have registered the application in azure active directory but when I want to give this permission Office 365 Exchange Online from under APIs my organization use tab, it is not visible there. What ...
1
vote
1
answer
5k
views
How to read my outlook mail using java and oauth2.0 with application regsitration in Azure AD
I am just trying to read my mail using java as shown in the code
how-to-access-outlook-office365-com-imap-form-java-with-oauth2
Also, aware of the documentations:
https://learn.microsoft.com/en-us/...
0
votes
1
answer
1k
views
Office 365 OAuth: Necessary parameters to access mail with "client_credentials"
I am struggling to write a standalone Java backend application which must access an Office 365 mailbox (Outlook mail from MS365 Family account) thru IMAP.
The used OAuth parameters are:
String ...
0
votes
1
answer
107
views
Several page.count in my Microsoft Graph Subscription
i'm subscribed to an email resource to get new emails notifications, this is what is happening.
When i get a message i got a notification inside that notification and has page.count in this case is ...
0
votes
1
answer
148
views
How do you direct webbooks notifications in Azure Devops to Outlook?
To be more precise, I want to set up Azure DevOps to receive webhook notifications from another software then, take that webhook notification and direct it to Outlook? Is this possible?
0
votes
0
answers
47
views
Issues with Add-ins Created for Outlook
Deployed version of Outlook Add-in works fine with the domain account. But unable to use the Add-in with different domain account.
Example: hosted in ABC.com able to add the outlook Add-in with the ...
4
votes
1
answer
1k
views
How to use Microsoft.Graph with client authorization and not get a 401
We have
created Azure Active Directory
created a new Application
registered the new Application in Azure AD
given ALL the permissions to the API
granted admin permissions
Now we login with this app ...
0
votes
2
answers
719
views
Office 365 - will access/refresh tokens be invalidated as a result of switching a managed domain to federated?
In other words, will existing users who belong to a managed Office 365 domain be asked to re-authenticate (ex. in Outlook client) as a result of changing the authentication method of the Office 365 ...
0
votes
1
answer
109
views
Outlook365 Add-In Event on Change Attendee Action
I am working on to creating Outlook ADD-In for Outlook365 cloud account.
I want to capture event on attendees change i.e rather than manually clicking on Add-In icon for every change, if someones Add ...
0
votes
1
answer
361
views
Getting 401 unauthorised when calling calendar api of office 365
I am trying to access the office 365 calendar api to create an event. The steps i followed are
Created app and registered it in azure
Gave permisissions to the app
Hitting https://login....
0
votes
1
answer
595
views
regarding Outlook 2013 API.
Would it be possible to obtain, create, update and delete the events on the calendar with REST API for Office 2013 Outlook?
It seems it is possible by integrating On-premises and Azure AD that is ...