Skip to content

Commit 47e02f1

Browse files
authored
Reverted known product GUID
1 parent 3624d03 commit 47e02f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/windows-server/active-directory/troubleshoot-ad-fs-sso-issue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Then, check the certificate configuration on WAP servers and the fallback bindin
418418
419419
To support non-SNI cases, administrators may specify fallback bindings. Other than the standard federationservicename:443 binding, look for fallback bindings under the following application IDs:
420420
421-
- \{00001111-aaaa-2222-bbbb-3333cccc4444\}: This is the application ID for AD FS.
421+
- \{5d89a20c-beab-4389-9447-324788eb944a\}: This is the application ID for AD FS.
422422
- \{f955c070-e044-456c-ac00-e9e4275b3f04\}: This is the application ID for Web Application Proxy.
423423
424424
For example, if the SSL certificate is specified for a fallback binding like 0.0.0.0:443, make sure that the binding is updated accordingly when the SSL certificate gets updated.
@@ -884,12 +884,12 @@ Get the SSL certificate bindings for AD FS
884884
On the AD FS server, run the following command in Windows PowerShell:
885885
`netsh http show sslcert`
886886

887-
In the list of bindings returned, look for those with the Application ID of 00001111-aaaa-2222-bbbb-3333cccc4444. Here is an example of a healthy binding. Note the "Ctl Store Name" line.
887+
In the list of bindings returned, look for those with the Application ID of 5d89a20c-beab-4389-9447-324788eb944a. Here is an example of a healthy binding. Note the "Ctl Store Name" line.
888888

889889
```output
890890
Hostname:port : adfs.contoso.com:443
891891
Certificate Hash : 3638de9b03a488341dfe32fc3ae5c480ee687793
892-
Application ID : {00001111-aaaa-2222-bbbb-3333cccc4444}
892+
Application ID : {5d89a20c-beab-4389-9447-324788eb944a}
893893
Certificate Store Name : MY
894894
Verify Client Certificate Revocation : Enabled
895895
Verify Revocation Using Cached Client Certificate Only : Disabled

0 commit comments

Comments
 (0)