All Projects → DavidWeiss2 → windows-Credential-Provider-library

DavidWeiss2 / windows-Credential-Provider-library

Licence: MIT License
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows vista up to version 10.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to windows-Credential-Provider-library

Cloudfront Auth
An AWS CloudFront [email protected] function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
Stars: ✭ 471 (+286.07%)
Mutual labels:  microsoft, login, authorization
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (-59.02%)
Mutual labels:  login, authorization
windows10
MS Windows 10 cheat-sheet
Stars: ✭ 13 (-89.34%)
Mutual labels:  microsoft, windows-10
oauth2-wechat
微信登录认证授权 Wechat login authorization. This package provides Wechat OAuth 2.0 support for the PHP League's OAuth 2.0 Client
Stars: ✭ 18 (-85.25%)
Mutual labels:  login, authorization
MSFS2020-Real-Time-Weather
A work in progress to update a custom Microsoft Flight Simulator 2020 weather preset with the current conditions of a given airport.
Stars: ✭ 22 (-81.97%)
Mutual labels:  microsoft, windows-10
jax-rs-pac4j
Security library for JAX-RS and Jersey
Stars: ✭ 48 (-60.66%)
Mutual labels:  login, authorization
authorize-me
Authorization with social networks
Stars: ✭ 44 (-63.93%)
Mutual labels:  login, authorization
Windows 10 Dark
Dark variant of Windows 10 theme
Stars: ✭ 163 (+33.61%)
Mutual labels:  microsoft, windows-10
ISOKIT
Windows 10 Professional - Full Strip & Lockdown Edition
Stars: ✭ 35 (-71.31%)
Mutual labels:  microsoft, windows-10
Longhorn
Windows 10 Debloater
Stars: ✭ 18 (-85.25%)
Mutual labels:  microsoft, windows-10
IMAPLoginTester
A simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login on IMAP servers.
Stars: ✭ 47 (-61.48%)
Mutual labels:  credentials, login
undertow-pac4j
Security library for Undertow: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 35 (-71.31%)
Mutual labels:  login, authorization
Cleanmgrplus
🐾 A Improved Replacement for Microsoft Disk Cleanup
Stars: ✭ 224 (+83.61%)
Mutual labels:  microsoft, windows-10
veriform
Security-oriented protobuf-like serialization format with "Merkleized" content hashing support
Stars: ✭ 114 (-6.56%)
Mutual labels:  credentials, authorization
Cve 2020 16898
CVE-2020-16898 (Bad Neighbor) Microsoft Windows TCP/IP Vulnerability Detection Logic and Rule
Stars: ✭ 207 (+69.67%)
Mutual labels:  microsoft, windows-10
hapi-doorkeeper
User authentication for web servers
Stars: ✭ 14 (-88.52%)
Mutual labels:  login, authorization
JwtAuthDemo
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
Stars: ✭ 278 (+127.87%)
Mutual labels:  login, authorization
Woa Installer Rpi
This repository was deprecated, use:
Stars: ✭ 865 (+609.02%)
Mutual labels:  microsoft, windows-10
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (-28.69%)
Mutual labels:  microsoft, windows-10
SpringSecurityInEasySteps
Learn Spring Security step by step
Stars: ✭ 13 (-89.34%)
Mutual labels:  login, authorization

windows-Credential-Provider-library

This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows 7 up to version 10.

v0.1.2

Fast brief

Credential providers are the primary mechanism for user authentication—they currently are the only method for users to prove their identity which is required for logon and other system authentication scenarios. With Windows 10 and the introduction of Microsoft Passport, credential providers are more important than ever; they will be used for authentication into apps, websites, and more. currently after you you can provide an authentication option for windows Logon-the login screen in the Image below. or a credential picker UI.

To learn more about the windows authentication proccess please read: Sonny articale on medium

  • Left down is the "Tile" every user in MS Windows 10 have one, and a CP can have a tile too.
  • Middle down is the "Credential-Providers" icons list. a user can select only one at a time. the fields shown are depended on this.
  • The center middle is the provider field/s - this time a password field.
  • The "I forgot my PIN" will be shown only for providers that support change password scenario. the text can be selected.
  • The title below that will be shown if there are other available CP in this tile.

Links to CP Technical Reference, guides, and articles

Links to CP API - Windows 10

Links to CP code examples

On GitHub

Links from the web for download / view

Background on the Windows Logon Process

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].