Security methods(Authentication methods)
Explain the Security methods(Authentication methods) available in sharepointAuthentication methods supported by Sharepoint:
Classic-mode authentication methods
- Anonymous - Basic - Digest - Certificates - NTLM - Negotiate (Kerberos or NTLM)
Claims-based authentication methods
1. Windows
- Anonymous - Basic - Digest - Certificates - NTLM - Negotiate (Kerberos or NTLM)
2. Forms Based
- LDAP - SQL Database or other databases - Custom or third party membership and role providers
3. SAML token-based authentication
- Active directory federation services 2.0 - Windows Live ID - Third-party identity providers
|
Role of AllowUnsafeUpdatesAllowUnsafeUpdates allows updates on a GET request. It basically allows code to
bypass security validation.....
Role of RunWithElevatedPrivilegesRunWithElevatedPrivileges executes code as the System account. This basically
then means that the code that you supply as a delegate to the method......