https://github.com/dbpprt/nopcommerce-plugin-windows-integrated
nopcommerce windows integrated authentication plugin
https://github.com/dbpprt/nopcommerce-plugin-windows-integrated
Last synced: about 12 hours ago
JSON representation
nopcommerce windows integrated authentication plugin
- Host: GitHub
- URL: https://github.com/dbpprt/nopcommerce-plugin-windows-integrated
- Owner: dbpprt
- License: mit
- Created: 2014-08-26T12:44:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T20:54:27.000Z (almost 12 years ago)
- Last Synced: 2025-01-05T19:14:59.689Z (over 1 year ago)
- Language: C#
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nopcommerce-plugin-windows-integrated
=====================================
nopcommerce windows integrated authentication plugin
- compiled with nopcommerce 3.40
- maps windows accounts to nopcommerce accounts and creates them on demand
- maps windows groups to internal nopcommerce groups and creates them on demand
- mappings can be configured in plugin properties, there is no configuration page
installation
============
1. verify that you have a running nopcommerce
2. compile the plugin and install it
3. enable windows authentication for nopcommerce iis application
4. disable all other authentication methods
5. modify nopcommerce web.config to always authenticate with wia
add the following lines to your web.config
```xml
```
notes
=====
this is more like a proof of concept. please review the code before using it for production environments