question

SINGHRizul-2241 avatar image
0 Votes"
SINGHRizul-2241 asked JiaYou-MSFT edited

Windows Custom Credential Provider: Unable to display "More Choices" link in RDP Prompt

Hi,

I am working on developing a customized credential provider. In windows default credential provider, there is a link of "More Choices" on taking a RDP connection (as shown in below image).
93917-rdp.png

So, in our customized credential provider, we use the Credential Provider field descriptors provided by Microsoft (https://docs.microsoft.com/en-us/windows/win32/api/credentialprovider/ns-credentialprovider-credential_provider_field_descriptor)
and manipulate these fields to show/hide them as per our need.

The issue I am facing is that in our Credential Provider we are unable to see this "More Choices" link by default and therefore need the following details of this field to make it visible:

DWORD dwFieldID;
CREDENTIAL_PROVIDER_FIELD_TYPE cpft;
LPWSTR pszLabel;
GUID guidFieldType;

Kindly help in providing the details for the same.

c++microsoft-authenticatorremote-desktop-client
rdp.png (23.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JiaYou-MSFT avatar image
0 Votes"
JiaYou-MSFT answered JiaYou-MSFT edited

HI SINGHRizul-2241

0.Can you enter winver in command prompt on win10 computer and look the os version and os version number ?[for example windows 10 enterprise 1809 (os build 17763.316)]

1.Did you check if the issue "Custom credential providers without more choice" also happen on other win10 version (1809,1903,1909,20h2)?

2.If "Custom credential providers without more choice" issue happen on all win10 version, I think we can try to post this issue in below c++ tag link of this forum. there will be more c++ developer will help you. Thanks for your understanding.

https://docs.microsoft.com/en-us/answers/topics/c++.html

============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

HI SINGHRizul-2241,

I noticed that this post is consistent with another post you posted,

case link:
https://docs.microsoft.com/en-us/answers/questions/397666/windows-custom-credential-provider-34more-choices3.html

If you can confirm that the content of the two posts is the same, in order to ensure the efficiency of support, we will archive this post and will reply and assist you in another post. Thank you for your understanding.

If there is anything unclear, please feel free to let us know.

Thank you for your understanding and support.

============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

0 Votes 0 ·