Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Commerce Security

$
0
0

I have implemented microsoft owin identity security on the CMS portion of the site, but I cannot get it working on the commerce portion.  Ideally, a user should log into a common login page and get access to all locations.  The problem seems to be that I am getting the following error.

Access is denied.

Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL. 

Error message 401.2.: Unauthorized: Logon failed due to server configuration.  Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server.  Contact the Web server's administrator for additional assistance.

I have removed the role and membership provider in the web.config for commerce manager, as well as updating the ecf.security.config file to include my IdentitySecurityProvider that inherits from the episerver ISercurityProvider interface.  I've implemented the necessary members, but they all throw not implemented exceptions right now.  I can't seem to get the commerce code to even hit that provider though due to getting the error above when trying to go to commerce catalog manager.


Viewing all articles
Browse latest Browse all 9076

Trending Articles