Skip to content

Commit 04477ed

Browse files
authored
Update README.md
1 parent 23a686f commit 04477ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

whitepapers/federal-security/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The security baseline recommendations Power Platform and Power BI can be found b
3636

3737
# FIDO2 / Passkey Support for End Users
3838

39-
Microsoft Entra natively supports FIDO2 authentication. Because Power Platform and Dynamics 365 are secured with Microsoft Entra it is very easy to configure and set this up for your organization. You can read more details on how to congfigure this below,
39+
Microsoft Entra supports FIDO2 authentication. Because Power Platform and Dynamics 365 are secured with Microsoft Entra it is very easy to configure and set this up for your organization. You can read more details on how to configure this below,
4040

4141
* [Enable passkeys (FIDO2) for your organization](https://learn.microsoft.com/en-us/entra/identity/authentication/how-to-enable-passkey-fido2)
4242

@@ -58,7 +58,7 @@ When you use this module, you need to specify you want to use the System Browser
5858
Add-PowerAppsAccount -Endpoint "usgov" -UseSystemBrowser: $true
5959
````
6060
> [!NOTE]
61-
> If you need to use the ```` Get-TenantDetailsFromGraph ```` commandlet this does not support FIDO2 as of version 2.0.212. Instead, we recommend using the Microsoft Graph PowerShell Module. You can download the latest Microsoft Graph PowerShell Module which can be found [here](https://www.powershellgallery.com/packages/Microsoft.Graph/2.28.0)
61+
> If you need to use the ```` Get-TenantDetailsFromGraph ```` command this does not support FIDO2 as of version 2.0.212. Instead, we recommend using the Microsoft Graph PowerShell Module. You can download the latest Microsoft Graph PowerShell Module which can be found [here](https://www.powershellgallery.com/packages/Microsoft.Graph/2.28.0)
6262
6363
Below is a sample of using the Microsoft Graph PowerShell Module to get the organization information that ```` Get-TenantDetailsFromGraph ```` will also give you. However, this PowerShell Module supports FIDO2 authentication today.
6464

0 commit comments

Comments
 (0)