send-on-behalf-of

Sample active-directory-dotnet-webapi-onbehalfof not working

♀尐吖头ヾ 提交于 2019-12-25 07:49:31
问题 I am trying to run the active-directory-dotnet-webapi-onbehalfof sample in single tenant mode. I've registered the web app service and the native app client as global admin for the tenant. When I run the sample, as a user in the tenant, I can get a token in the client only after consent pops up (first-time for user), and then call makes it to the service, but there it fails with below. Why is that? Documentation says that when a tenant admin registers the application no further consent is

Always CC when sending “On Behalf Of”

牧云@^-^@ 提交于 2019-12-25 04:04:02
问题 I often send emails on behalf of another user. I'd like to use VBA to automatically CC that user every time I send an email from/on behalf of that user. I'm not familiar with VBA for Outlook but I'm thinking you could write an if statement that says "if sending message from UserX, cc UserX". The code should run automatically any time an email is sent on behalf. 回答1: SentOnBehalfOfName is tricky. It is usually empty until the item has been sent. With this code in ThisOutlookSession you should

AADSTS50013: Assertion audience claim does not match the required value

∥☆過路亽.° 提交于 2019-12-12 21:39:42
问题 I've got a single page app that authenticates users in Azure using adal-angular.js/adal.js [client]. The returned token is inserted into the auth header and passed to a web API [server]. This web api generates a new access token for the app using the on-behalf-of workflow (https://github.com/Azure-Samples/active-directory-dotnet-webapi-onbehalfof) This token is then used to call a downstream API [API1]. So the downstream API then repeats this process to get a new token to call another API

Best practices: Sending email on behalf of users

廉价感情. 提交于 2019-12-02 14:03:13
The company I work for provides testing services for the healthcare industry. As part of our services, we need to send email to our clients' employees. Typically, these are temp, part-time, or contract employees, and so have private email addresses (eg Hotmail, GMail, Yahoo!, etc). Up to now, we've been sending from an internal address, but this means that replies come back to us when employees aren't paying attention or don't know to send queries to our clients. I'd like to change this, so that the person who requests that the email is sent is the person that is replied to. We've used reply