MutonUfoAI / pgina

pGina fork: Open Source Windows Authentication
http://mutonufoai.github.io/pgina
BSD 3-Clause "New" or "Revised" License
156 stars 39 forks source link

Distribution of pGina + plugin #148

Open RyanEwen opened 4 years ago

RyanEwen commented 4 years ago

Hi,

Is it possible to use pGina to create a redistributable/installable Credential Provider?

For example, there are some video game streaming programs like Parsec and Rainway which allow for users to play games from a remote machine, however they require you to first physically login at the machine (RDP doesn't work as the machine needs to have the dedicated GPU bound to the session, with video output to the monitor). It would be nice if those programs could allow for remote login to Windows.

I would like to try and make my own Credential Provider as a proof of concept and for personal use, but I am inexperienced in software development of this nature. I'm a web developer with a lot of experience in web technologies, however, and some C# experience. It seems like it would be easy to create a pGina plugin instead of a full CP, but I need to be able to share this online as a simple installable without any of the pGina configuration/UI.

I'm hoping there's some way to use pGina set things up using my plugin and then export that setup as an installer or in a way that I can package it up and create an installer for it.

Hopefully that makes sense!