diff --git a/src/pages/verify/guides/dashboard-login-with-ms-entra.mdx b/src/pages/verify/guides/dashboard-login-with-ms-entra.mdx new file mode 100644 index 00000000..ce4fc3c3 --- /dev/null +++ b/src/pages/verify/guides/dashboard-login-with-ms-entra.mdx @@ -0,0 +1,64 @@ +--- +product: verify +category: Guides & Tools +sort: 0 +title: Dashboard login with Microsoft Entra ID +--- + +You can now log in to the Idura Dashboard using your Microsoft Entra account. + +Because Idura Verify requires basic profile permissions to create your account, your organization's Entra administrator must approve the application before you can successfully log in. +This guide walks you through the workflow. + +### Step 1. Initiate the login + +Go to the [Idura Dashboard](http://dashboard.idura.app/login) and click **Continue with Microsoft Entra**. + + + ![Continue with Microsoft Entra](./images/ms-entra-welcome.png) + + +### Step 2. Request admin approval + +You will be redirected to the Microsoft login screen. Enter your email and password. +Because the Idura application has not been authorized by your workspace yet, you will hit a **Need admin approval** screen. + +![Need admin approval](./images/ms-entra-need-admin-approval.png) + +**How to get approved:** Copy the full URL from your browser's address bar and send it to your IT administrator. This URL contains the details they need to approve your request. + +### Step 3. The admin grants access + +Your administrator must open the link you sent them, log in with their admin credentials, and review the **Permission requested** screen. + + + ![Admin: permission requested](./images/ms-entra-admin.png) + + +They must click **Accept** to authorize the Idura application for your organization. + +### Step 4. Complete your login + +Once your admin has enabled access for you, return to the [Idura Dashboard](http://dashboard.idura.app/login) and log in again. + +You will be prompted to grant individual user permissions to Idura. Review the requested profile access and click **Accept**. +_You can manage or revoke your permissions at any time by visiting [myapps.microsoft.com](https://myapps.microsoft.com)._ + + + ![User: permissions requested](./images/ms-entra-permissions-requested.png) + + +### Step 5. Secure your account + +After Entra ID authenticates you, you will be redirected back to Idura. +Follow the onboarding prompts to secure your new account: + +- Configure multi-factor authentication. +- Save the presented recovery code in a safe place. +- Optionally, set up a passkey for faster logins in the future. + +### Step 6. Create your tenant + +Finally, follow the prompt to create your first Idura [tenant](/verify/getting-started/basics/#tenants). +Once completed, you will be taken to your dashboard. +![Create a tenant](./images/ms-entra-create-tenant.png) diff --git a/src/pages/verify/guides/images/create-tenant-screen.png b/src/pages/verify/guides/images/create-tenant-screen.png new file mode 100644 index 00000000..16b83396 Binary files /dev/null and b/src/pages/verify/guides/images/create-tenant-screen.png differ diff --git a/src/pages/verify/guides/images/ms-entra-admin.png b/src/pages/verify/guides/images/ms-entra-admin.png new file mode 100644 index 00000000..3d758b40 Binary files /dev/null and b/src/pages/verify/guides/images/ms-entra-admin.png differ diff --git a/src/pages/verify/guides/images/ms-entra-need-admin-approval.png b/src/pages/verify/guides/images/ms-entra-need-admin-approval.png new file mode 100644 index 00000000..7ab143be Binary files /dev/null and b/src/pages/verify/guides/images/ms-entra-need-admin-approval.png differ diff --git a/src/pages/verify/guides/images/ms-entra-permissions-requested.png b/src/pages/verify/guides/images/ms-entra-permissions-requested.png new file mode 100644 index 00000000..8659812e Binary files /dev/null and b/src/pages/verify/guides/images/ms-entra-permissions-requested.png differ diff --git a/src/pages/verify/guides/images/ms-entra-welcome.png b/src/pages/verify/guides/images/ms-entra-welcome.png new file mode 100644 index 00000000..dd55d867 Binary files /dev/null and b/src/pages/verify/guides/images/ms-entra-welcome.png differ