November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
I am not using it for authentication. I am using Identity access Management for User authentication. In my config file, there is
MultiplexingMembershipProvider is used. I guess, this is creating an issue. But what if I want to use Username for authetication, is that a problem.
Thanks & Regards,
Sanket Mahimkar
Possibly depending on the provider. By default the Multiplexing provider uses Windows and Sql membership.
You could not use the older membership providers and go with AspNet Identity instead. This uses OWIN which you can configure to work with IAM.
http://world.episerver.com/documentation/developer-guides/CMS/security/episerver-aspnetidentity/
Hi,
I am using EPiServer CMS 10.3.1 hosted on Azure Cloud. We have used IAM for authentication and autharization and then getting claim.
I am getting error "The parameter 'username' must not contain commas." for user while logging in.