PowerShell / Polaris

A cross-platform, minimalist web framework for PowerShell
https://powershell.github.io/Polaris/
MIT License
509 stars 113 forks source link

Login Pages #174

Open JacobErnst98 opened 5 years ago

JacobErnst98 commented 5 years ago

Polaris Feature Request

Is your feature request related to a problem? Please describe

Using Windows integrated authentication uses a popup for user authentication.

Describe the solution you'd like

Support Custom login pages and uri's for login and logoff. Maybe c#s claims principal and sessions in cookies.

Describe alternatives you've considered

Writing my own login page that uses javascript to set a cookie and checking the cookie client side.

Additional context