Skip to content

Commit 419fd99

Browse files
authored
Merge pull request #5760 from SkylineCommunications/dataminer.services-Microsoft-account-approval
dataminer.services Microsoft account approval
2 parents 6b5c509 + d07582e commit 419fd99

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

dataminer/dataminer_services/About_dataminer_services/Logging_on_to_dataminer_services.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,50 @@ When you access <https://dataminer.services>, you will have the following option
2222
- If your corporate email address is linked to a Microsoft (personal or work), Google, Amazon, or LinkedIn account, you can authenticate yourself via one of those identity providers. This option is to be preferred, as it will allow you to use an existing account rather than a new, dedicated one.
2323

2424
> [!NOTE]
25-
> In case you are using the Microsoft login and get an error that says you need admin approval, you can find the steps that your system administrator needs to take to resolve this on [this instructions page](https://dataminer.services/make-an-account/access_dcp.html).
25+
> In case you are using the Microsoft login and get an error that says you need admin approval, below you can find [how your system administrator can resolve this](#having-trouble-signing-in-with-your-microsoft-account).
2626
2727
- If you cannot use an existing account, you can choose to create a dedicated dataminer.services account via the *Sign Up* option at the bottom. You will then be invited to enter your corporate email address and a password of your choice.
2828

2929
> [!NOTE]
3030
>
3131
> - Not all people who register with a corporate email address associated with your organization will automatically be granted access to all information that is exclusively available to your organization. This will only be the case for users who already had an account on the legacy dcp.skyline.be platform, i.e users who were already linked to your organization.
3232
> - New people from your organization will have to create a user account on dataminer.services using their corporate email address (see above), which will then have to be linked to your organization. Currently, linking email addresses to organizations can only be done by Skyline staff on request. At a later time, we intend to provide you with an option to appoint an administrator in your organization, who will then be allowed to set up new dataminer.services accounts for your organization.
33+
34+
### Having trouble signing in with your Microsoft account?
35+
36+
When you want to log in using your existing corporate Microsoft account, the following notification may be shown:
37+
38+
![Need admin approval](~/dataminer/images/dataminerservices_need_admin_approval.png)
39+
40+
If you see this, you should contact your IT department, so they can approve the access to the required resources. They will only have to give consent once. When this is done, this message will no longer be shown.
41+
42+
There are two options for your IT department to give consent:
43+
44+
- They can go to dataminer.services and go through the normal process of registering an account.
45+
- They can use use the following link to directly give consent to our application:
46+
47+
`https://login.microsoftonline.com/{tenant-id}/adminconsent?client_id=2e25a456-a261-44cf-beb8-06da7f5199f5`
48+
49+
In this link, `{tenant-id}` is your organization's tenant ID or any verified domain name.
50+
51+
In both cases, it is important to select the checkbox *Consent on behalf of your organization*. Selecting this also automatically allows access for regular users in the organization.
52+
53+
![Request for permissions](~/dataminer/images/dataminerservices_consent_on_behalf_of_organization.png)
54+
55+
If the window shown above is not displayed, make sure an account is used that has the **Global Administrator** role in Azure.
56+
57+
These are the only things to which access is needed:
58+
59+
- `openid - https://graph.microsoft.com/openid`
60+
61+
Allows users to sign in to the app with their work or school accounts, and allows the app to see basic user profile information.
62+
63+
- `offline_access - https://graph.microsoft.com/offline_access`
64+
65+
Allows the app to see and update the data you gave it access to, even when users are not currently using the app. This does not give the app any additional permissions.
66+
67+
> [!TIP]
68+
> For more information, refer to the following Microsoft documentation pages:
69+
>
70+
> - [Consent experience for applications in Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/application-consent-experience#common-consent-scenarios)
71+
> - [Grant tenant-wide admin consent to an application](https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal)
115 KB
Loading
89.2 KB
Loading

0 commit comments

Comments
 (0)