An open API service indexing awesome lists of open source software.

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

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