Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

How to implement user authentication for CMS and Commerce (not the edit mode authentication)? 

Vote:
 

How to implement user authentication for CMS and Commerce (not the edit mode authentication)? 

#202647
Mar 28, 2019 11:29
Vote:
 

CMS and Commerce supports AspNetIdentity, it's probably something you should look into.

https://github.com/episerver/Quicksilver already has AspNetIdentity implemented 

#202652
Mar 28, 2019 13:37
Vote:
 

Can we restrict webadmin or administrator to log in to E-commerce as admin is not going to use commerce?

#202692
Mar 29, 2019 7:39
Vote:
 

@Quan Mai Can we restrict webadmin or administrator to log in to E-commerce as admin is not going to use commerce?

#202693
Mar 29, 2019 7:40
Vote:
 

Commerce functionalities are granted to CommerceAdmins virtual role, which is basically WebAdmins and Adminstrators by default. You can change episerverframework.config to assign CommerceAdmins to another role/group instead

#202695
Mar 29, 2019 8:03
Vote:
 

@Quan Mai: The Quick Silver looks complex to start with as it is attahced with some many things(files, classes) and I am getting so many errors. Can you recommend any simpler one?

#202705
Edited, Mar 29, 2019 10:54
Vote:
 

I'd suggest to go with this https://docs.microsoft.com/en-us/aspnet/identity/overview/getting-started/index

Once you understand the concept you can probably understand the implement in Quicksilver easier 

#202719
Mar 29, 2019 11:04
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.