Skip to content

Commit 345472f

Browse files
Merge pull request #7571 from MicrosoftDocs/dknappettmsft-patch-2
Fix case sensitivity in PromptLoginBehavior parameter
2 parents 792a298 + 7bc57f8 commit 345472f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WindowsServerDocs/identity/ad-fs/operations/AD-FS-Prompt-Login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Use the [Microsoft Graph PowerShell](/powershell/microsoftgraph/installation) mo
5555
New-MgDomainFederationConfiguration -DomainId <your_domain_name> `
5656
-FederatedIdpMfaBehavior <current_value_from_step1> `
5757
-PreferredAuthenticationProtocol <current_value_from_step1> `
58-
-PromptLoginBehavior <TranslateToFreshPasswordAuth|NativeSupport|Disabled>
58+
-PromptLoginBehavior <TranslateToFreshPasswordAuth|nativeSupport|Disabled>
5959
```
6060

6161
Following are the possible values of `PromptLoginBehavior` parameter and their meaning:
6262

6363
- **TranslateToFreshPasswordAuth**: means the default Microsoft Entra behavior of translating `prompt=login` to `wauth=https://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password` and `wfresh=0`.
64-
- **NativeSupport**: means that the `prompt=login` parameter will be sent as is to AD FS. This is the recommended value if AD FS is in Windows Server 2012 R2 with the July 2016 update rollup or higher.
64+
- **nativeSupport**: means that the `prompt=login` parameter will be sent as is to AD FS. This is the recommended value if AD FS is in Windows Server 2012 R2 with the July 2016 update rollup or higher.
6565
- **Disabled**: means that only `wfresh=0` is sent to AD FS.

0 commit comments

Comments
 (0)