c# - Custom RoleBased Application -
I have an application that authenticates a user using a remote system. The user present in the remote system does not have any role because its multilateral nature I want to give every user some roles which is authenticated and valid. Can I use custom membership and role management? Can I use a dynamic access level to inject an authorization on the page?
Yes, you can do something similar in some apps. Simply use the remote system to authenticate, but if you create a local user (or reuse multiple trips) using authenticated subscription then you can play that role "local user"
Hence the remote system is used only to authenticate / authenticate user credentials, but the membership made in ASP.NET MVC and its role Anything managed at the local level using the management. / html>
Comments
Post a Comment