-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add App&Tenant ID to config? #44
Comments
You will need to register an application registration in oAuth. When you do this, you should record the application name, redirect URL, application (client) id, tenant id. If you use an application oAuth flow instead of an delegate oAuth flow then you will also need the client secret VALUE - this is like a password, so be careful with it. You should read the following article: https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-by-using-oauth |
I already have registered app. But can I "save" them in EWS Editor, so I dont have to add them to the ID fields each time I use EWS Editor? |
It will not save your credentials or token - it will never support such since it's very unsafe to do so. You can download the code and add to save and retrieve setting if you wish. Please keep in mind that EWSEditor is by its mission a programmers test harness.
…________________________________
From: trc-geberit ***@***.***>
Sent: Sunday, September 29, 2024 6:18 PM
To: dseph/EwsEditor ***@***.***>
Cc: Daniel Bagley ***@***.***>; Comment ***@***.***>
Subject: Re: [dseph/EwsEditor] Add App&Tenant ID to config? (Issue #44)
I already have registered app. But can I "save" them in EWS Editor, so I dont have to add them to the ID fields each time I use EWS Editor?
—
Reply to this email directly, view it on GitHub<#44 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACCELKGCPJOC5O7YQ5CP2QLZZB4BVAVCNFSM6AAAAABO6YOAIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGYZTCMJXHA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Is it possible to add the app and tenant ID to the config, so I don't must enter them every time?
The text was updated successfully, but these errors were encountered: