Security methods(Authentication methods)

Explain the Security methods(Authentication methods) available in sharepoint

Authentication 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
What is the WebPartManager sealed class?
The WebPartManager sealed class manages everything in context of a WebPart page, i.e. WebParts controls......
Role of AllowUnsafeUpdates
AllowUnsafeUpdates allows updates on a GET request. It basically allows code to bypass security validation.....
Role of RunWithElevatedPrivileges
RunWithElevatedPrivileges executes code as the System account. This basically then means that the code that you supply as a delegate to the method......
Post your comment