Should I use a credential provider in this case?

Posted: 02-09-2007, 10:14 AM
Hi!

I have been assigned to rewrite functionality formerly implemented as a GINA
on XP and 2k. My customer wants to capture the credentials entered by the
user, connect a VPN service, and then let winlogon continue to logon when
the VPN connection is established. The windows credentials may be used in
the VPN connection setup and do therefore need to be captured before setting
up the VPN connections. To furter complicate matters, depending on the
authentication method setup on the server I may have to display additional
dialogs to get more credentials as well.

From what I have read it seems like what I try to accomplish is,
functionalitywise, somewhere between a credential provider and a pre-logon
access provider (PLAP).

Any input on how to move forward would be very appreciated.

Many thanks,
Fredrik Jansson

Reply With Quote

Responses to "Should I use a credential provider in this case?"

Eric Perlin [MSFT]
Guest
Posts: n/a
 
RE: Should I use a credential provider in this case?
Posted: 02-09-2007, 07:15 PM
This belongs to a PLAP (Pre-Logon Access Provider), which is a special kind
of credential provider.
They're meant to address cases where a network connection needs to be
established before the actual logon (RAS/VPN/...).
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Eric Perlin [MSFT]


"Fredrik Jansson" wrote:
> Hi!
>
> I have been assigned to rewrite functionality formerly implemented as a GINA
> on XP and 2k. My customer wants to capture the credentials entered by the
> user, connect a VPN service, and then let winlogon continue to logon when
> the VPN connection is established. The windows credentials may be used in
> the VPN connection setup and do therefore need to be captured before setting
> up the VPN connections. To furter complicate matters, depending on the
> authentication method setup on the server I may have to display additional
> dialogs to get more credentials as well.
>
> From what I have read it seems like what I try to accomplish is,
> functionalitywise, somewhere between a credential provider and a pre-logon
> access provider (PLAP).
>
> Any input on how to move forward would be very appreciated.
>
> Many thanks,
> Fredrik Jansson
>
>
Reply With Quote
Fredrik Jansson
Guest
Posts: n/a
 
Re: Should I use a credential provider in this case?
Posted: 02-10-2007, 04:27 PM
Hi Eric,

many thanks for your answer!

Best regards,
Fredrik Jansson

"Eric Perlin [MSFT]" <EricPerlinMSFT@discussions.microsoft.com> wrote in
message news:35F4AB48-0C81-4324-8A99-0F72AD106402@microsoft.com...
> This belongs to a PLAP (Pre-Logon Access Provider), which is a special
> kind
> of credential provider.
> They're meant to address cases where a network connection needs to be
> established before the actual logon (RAS/VPN/...).
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Eric Perlin [MSFT]
>
>
> "Fredrik Jansson" wrote:
>
>> Hi!
>>
>> I have been assigned to rewrite functionality formerly implemented as a
>> GINA
>> on XP and 2k. My customer wants to capture the credentials entered by the
>> user, connect a VPN service, and then let winlogon continue to logon when
>> the VPN connection is established. The windows credentials may be used in
>> the VPN connection setup and do therefore need to be captured before
>> setting
>> up the VPN connections. To furter complicate matters, depending on the
>> authentication method setup on the server I may have to display
>> additional
>> dialogs to get more credentials as well.
>>
>> From what I have read it seems like what I try to accomplish is,
>> functionalitywise, somewhere between a credential provider and a
>> pre-logon
>> access provider (PLAP).
>>
>> Any input on how to move forward would be very appreciated.
>>
>> Many thanks,
>> Fredrik Jansson
>>
>>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A option to have password credential UAC in Administrator Account GT Windows Vista Administration 1 04-23-2007 08:37 PM
Can not create Windows Logon Credential ronaldpj Windows Vista Administration 4 11-11-2006 11:21 AM
smart card credential provider sunny2vaz Windows Vista Security 2 08-08-2006 02:41 PM
provider properties available in .NET A.N. Windows XP WMI 0 03-08-2006 05:07 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90