Login with university domain #3519
-
|
I tried to login, but the link went to the general login site, even though I had already logged in to my OneDrive account which belongs to my university domain. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What you need to do (and this is not clearly articulated in the documentation) is configure the client in the 'config' file with your Azure tenant identifier for your university domain as your university Azure deployment does not support multi-tenant applications. To update your 'config' file, you need to add the following: The entry you add is unique to your university. This will configure your client to use the specified tenant id in its Azure AD and Graph endpoint URIs, instead of "common". The tenant id may be the GUID Directory ID (formatted "00000000-0000-0000-0000-000000000000"), or the fully qualified tenant name (e.g. "example.onmicrosoft.us"). The GUID Directory ID may be located in the Azure administration page as per https://docs.microsoft.com/en-us/onedrive/find-your-office-365-tenant-id. The tenant name may also be obtained by following the PowerShell instructions on https://docs.microsoft.com/en-us/onedrive/find-your-office-365-tenant-id; it is shown as the "TenantDomain" upon completion of the "Connect-AzureAD" command. Configuration Example:Next Steps
|
Beta Was this translation helpful? Give feedback.
-
|
I clearly following your instructions side by side, but the issue persist. After login, it said "Need admin approval" with description "OneDrive Client for Linux needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.". am I need additional config? |
Beta Was this translation helpful? Give feedback.
@Muhammad-Jafar
What you need to do (and this is not clearly articulated in the documentation) is configure the client in the 'config' file with your Azure tenant identifier for your university domain as your university Azure deployment does not support multi-tenant applications.
To update your 'config' file, you need to add the following:
The entry you add is unique to your university.
This will configure your client to use the specified tenant id in its Azure AD and Graph endpoint U…