question

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

Windows Custom Credential Provider: "More Choices" link of RDP Prompt Not Showing

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).

97173-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 Custom Credential Provider we are unable to see this "More Choices" link. For eg: Windows V2 credential provider holds 25 field descriptors and in this we are not able to get "More Choices" command link. Is it so that this field is not handled by windows credential provider? If so, kindly provide details for handling this use case.

Kindly help in providing any details regarding the same.

Thanks


c++remote-desktop-client
rdp.png (23.7 KiB)
· 2
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,

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,2004,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.

0 Votes 0 ·

HI
Is there any progress on your question?

0 Votes 0 ·

0 Answers