Skip to content

Commit

Permalink
sspi: Fix InitializeSecurityContext SSP-specific links
Browse files Browse the repository at this point in the history
Most of the links to the specific InitializeSecurityContext provider
pages (eg: Digest, NTLM, etc) appear to be incorrect. AFAICT pages for
the specific providers do not actually exist in sspi doc but do exist
in secauthn doc, so I linked to those pages instead.

For example:

InitializeSecurityContext (Digest):
/windows/win32/secauthn/initializesecuritycontext--digest

Ref: ef856c4

Closes #xxxx
  • Loading branch information
jay committed Oct 26, 2022
1 parent 89b1d5a commit 0473ebf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions sdk-api-src/content/sspi/nf-sspi-initializesecuritycontexta.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,31 @@ For information about using this function with a specific <a href="/windows/desk
</tr>
<tr>
<td>
<a href="/windows/desktop/api/sspi/nf-sspi-initializesecuritycontexta">InitializeSecurityContext (CredSSP)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--credssp">InitializeSecurityContext (CredSSP)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Credential Security Support Provider (CredSSP).</td>
</tr>
<tr>
<td>
<a href="/windows/desktop/api/sspi/nf-sspi-initializesecuritycontexta">InitializeSecurityContext (Digest)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--digest">InitializeSecurityContext (Digest)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Digest security package.</td>
</tr>
<tr>
<td>
<a href="/windows/desktop/api/sspi/nf-sspi-initializesecuritycontexta">InitializeSecurityContext (Kerberos)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--kerberos">InitializeSecurityContext (Kerberos)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Kerberos security package.</td>
</tr>
<tr>
<td>
<a href="/previous-versions/windows/desktop/legacy/aa375509(v=vs.85)">InitializeSecurityContext (Negotiate)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--negotiate">InitializeSecurityContext (Negotiate)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Negotiate security package.</td>
</tr>
<tr>
<td>
<a href="/previous-versions/windows/desktop/legacy/aa375512(v=vs.85)">InitializeSecurityContext (NTLM)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--ntlm">InitializeSecurityContext (NTLM)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the NTLM security package.</td>
</tr>
Expand Down
12 changes: 6 additions & 6 deletions sdk-api-src/content/sspi/nf-sspi-initializesecuritycontextw.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,37 @@ For information about using this function with a specific <a href="/windows/desk
</tr>
<tr>
<td>
<a href="/windows/desktop/api/sspi/nf-sspi-initializesecuritycontexta">InitializeSecurityContext (CredSSP)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--credssp">InitializeSecurityContext (CredSSP)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Credential Security Support Provider (CredSSP).</td>
</tr>
<tr>
<td>
<a href="/windows/desktop/api/sspi/nf-sspi-initializesecuritycontexta">InitializeSecurityContext (Digest)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--digest">InitializeSecurityContext (Digest)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Digest security package.</td>
</tr>
<tr>
<td>
<a href="/windows/desktop/api/sspi/nf-sspi-initializesecuritycontexta">InitializeSecurityContext (Kerberos)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--kerberos">InitializeSecurityContext (Kerberos)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Kerberos security package.</td>
</tr>
<tr>
<td>
<a href="/previous-versions/windows/desktop/legacy/aa375509(v=vs.85)">InitializeSecurityContext (Negotiate)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--negotiate">InitializeSecurityContext (Negotiate)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Negotiate security package.</td>
</tr>
<tr>
<td>
<a href="/previous-versions/windows/desktop/legacy/aa375512(v=vs.85)">InitializeSecurityContext (NTLM)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--ntlm">InitializeSecurityContext (NTLM)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the NTLM security package.</td>
</tr>
<tr>
<td>
<a href="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">InitializeSecurityContext (Schannel)</a>
<a href="/windows/win32/secauthn/initializesecuritycontext--schannel">InitializeSecurityContext (Schannel)</a>
</td>
<td>Initiates the client side, outbound security context from a credential handle by using the Schannel security package.</td>
</tr>
Expand Down

0 comments on commit 0473ebf

Please sign in to comment.