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

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

php - proc_open Too many open files in long running Symfony Console app -

c# - Show a huge number of data in DevExpress GridView -