How to: use a private Microsoft Entra (Azure AD) application #3085
ItalyPaleAle
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to share this with the community in case it helps others too.
Using a private/custom Microsoft Entra (Azure AD) application can help with security in some situations. This is supported by this app, but I couldn't find many docs for how to configure that.
To use a custom AAD app:
https://login.microsoftonline.com/common/oauth2/nativeclient
https://login.microsoftonline.com/{tenant-id}/oauth2/nativeclient
- replace{tenant-id}
with the UUID of your tenantFinally, you can configure the OneDrive CLI with these configuration options:
Replace
{client-id}
and{tenant-id}
with the UUIDs of your client (application) and tenant, respectively.Beta Was this translation helpful? Give feedback.
All reactions