OAuth Parameters
OAuth Parameters
Looking for some help. IMAP Open fails every time. I tried to follow the OAuth instructions for Microsoft but could not get it to work. Has anyone using Microsoft 365 and OAuth?
Windows 11 Pro, RoboTask v10.0.2
Re: OAuth Parameters
You must complete the OAUTH authorization parameters for your account. You can read more here: OAuth parameters editor.
You can find all your parameters here (for office365): https://entra.microsoft.com/
This needs to be done once.
The main goal is to get Refresh Token for authorization. It can only be obtained interactively through MS services.
In addition, Refresh Token has a limited validity period and must be renewed periodically. But it is not difficult to do it after filling in the correct parameters. Literally in two mouse clicks.
You can find all your parameters here (for office365): https://entra.microsoft.com/
This needs to be done once.
The main goal is to get Refresh Token for authorization. It can only be obtained interactively through MS services.
In addition, Refresh Token has a limited validity period and must be renewed periodically. But it is not difficult to do it after filling in the correct parameters. Literally in two mouse clicks.
Oleg Yershov
Re: OAuth Parameters
All I get is this error message
Insufficient privileges to complete the operation.
Extension: Microsoft_AAD_l AM
Error code: 403
Resource ID: Not available
Content: EntraDashboard.ReactView
I'm using Win 11 Pro, MS Edge. I'm not sure how to add the image I captured so I copied the text from the image
Insufficient privileges to complete the operation.
Extension: Microsoft_AAD_l AM
Error code: 403
Resource ID: Not available
Content: EntraDashboard.ReactView
I'm using Win 11 Pro, MS Edge. I'm not sure how to add the image I captured so I copied the text from the image
Windows 11 Pro, RoboTask v10.0.2
Re: OAuth Parameters
Still unable to use OAuth for either gmail.com or outlook356.com
For both I used the OAuth account editor
Here is the outlook365 Here is the gmail.com
For both I used the OAuth account editor
Here is the outlook365 Here is the gmail.com
Windows 11 Pro, RoboTask v10.0.2
Re: OAuth Parameters
For OAUTH authorization you must prepare your account first
For office365 account:
go to site https://entra.microsoft.com/
enter you account parameter (username/email and password)
Next add application to the account. You can add several applications with different permissions.
Then go to this application (client ID) settings and add necessary permissions to this client ID. You must have email, POP, IMAP and SMTP permissions for email actions
For office365 account:
go to site https://entra.microsoft.com/
enter you account parameter (username/email and password)
Next add application to the account. You can add several applications with different permissions.
Then go to this application (client ID) settings and add necessary permissions to this client ID. You must have email, POP, IMAP and SMTP permissions for email actions
Oleg Yershov
Re: OAuth Parameters
How to prepare GOOGLE account for OAUTH authorization
go to https://console.cloud.google.com/
enter you account parameter (username/email and password)
Then go to the API and Services section
Enable GMAIL API for account
Go to to Credential section and add Desktop client. You can sent any name you want
Then go to Desktop client settings and add client secret if necessary
go to https://console.cloud.google.com/
enter you account parameter (username/email and password)
Then go to the API and Services section
Enable GMAIL API for account
Go to to Credential section and add Desktop client. You can sent any name you want
Then go to Desktop client settings and add client secret if necessary
Oleg Yershov
Re: OAuth Parameters
When I click on the link you posted above I get this
Windows 11 Pro, RoboTask v10.0.2
Re: OAuth Parameters
Click on +New registration and register new desktop application to get your client ID
By default the list of applications is empty.
By default the list of applications is empty.
Oleg Yershov
Re: OAuth Parameters
Hm-m... It seems MS changed something in its services...
You can join the M365 developer program. It's free. Azure service is paid
When join will be complete just re-login in service and you get the access to necessary functions
I agree, it's somewhat complicated. Google has a more simple and clear setup
You can join the M365 developer program. It's free. Azure service is paid
When join will be complete just re-login in service and you get the access to necessary functions
I agree, it's somewhat complicated. Google has a more simple and clear setup
Oleg Yershov