Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which statement about Django's authentication versus authorisation is correct?

  1. A Authentication establishes identity; authorisation determines permitted actions
  2. B Authorisation establishes identity
  3. C They are the same process
  4. D Django only provides authentication
Answer

Authentication establishes identity; authorisation determines permitted actions

Django provides both, but its built-in permissions are model-level. Object-level rules such as only the author may edit must be implemented separately.

All Django MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as