indiedev91
(Indie Dev 91)
July 11, 2024, 10:08am
1
i have all this permision for mail
but im confused if the verification process comes only for Interactive Token or does it also apply to delegated permission ?, i don’t think so that’s the case
currently I’m facing this error
Send Mail: Code: ErrorAccessDenied
Message: Access is denied. Check credentials and try again.
ClientRequestId:
and im using Application Id and Secret
indiedev91
(Indie Dev 91)
July 11, 2024, 10:18am
3
Why is this needed ?
Edit :- you mean app registration, on azure?
indiedev91
(Indie Dev 91)
July 11, 2024, 10:21am
4
yes i did that registration, and in the url section i have used this “urn:ietf:wg:oauth:2.0:oob” as according to this video
Ok!
Could you show us the properties panel of the Microsoft 365 Scope activity?
Remember to remove/block your Application Secret so you don’t leak it
Nice!
And the appId and secretId are set at run-time or in the Default Value section of your variable section?
(Just checking)
indiedev91
(Indie Dev 91)
July 11, 2024, 10:33am
8
default value for now , is that the point for that error currently shown in the image?
That’s why you get the warning in your screenshot yes, but it should work on run-time when the variables get populated.
indiedev91
(Indie Dev 91)
July 11, 2024, 11:21am
10
but its not working on runtime too and giving me the error shown above
Did you ever figure this out? Currently facing the same exact issue.