Role based authentication is done using _____ setting.
Answers
Answered by
10
Role based Authentication is an approach restricting system access to authorized users. It is a policy neutral access control mechanism defined around roles and privileges.
Answered by
7
you can do basic authentication in role based authentication by using attributes setting. Specifically, the Authorize attribute will let you mark a controller or action as requiring authorization, and you can optionally specify certain roles and/or users who are authorized to perform this action.
Role based authentication is done using attributes setting.
mrodrigues:
Totally wrong. The correct answer is VISIBILITY!
Similar questions