Interview Preparation - Solution Architect
SECURITY Security Implementation We can implement the SECURITY in the following ways 1) BASIC Authentication Its traditional Authentication Approach ,sending the USER Credential to access the Service/Application. USER Credential are in PLAIN text format 2) DIGEST Authentication Similar to BASIC except the USER Credential are in encrypted Format 3) CERT Authentication Apart from USER Credential , We are sending the CERT. CERT will procure from third PARTY CERT Authority .Communication between SERVER and CLIENT either its ONE WAY /TWO WAY SSL Difference between ONE WAY / TWO WAY SSL One-way SSL authentication is if the client only verifies the certificate of the server. This validation is done to make sure that it is the expected server, i.e. no man in the middle attack. Two-way SSL authentication (or better mutual authentication or client authenticatio...