{"id":313,"date":"2024-03-27T07:32:11","date_gmt":"2024-03-27T07:32:11","guid":{"rendered":"https:\/\/hadooptraininginchennai.net\/blog\/?p=313"},"modified":"2024-03-27T07:32:11","modified_gmt":"2024-03-27T07:32:11","slug":"how-to-implement-authentication-in-net-web-applications","status":"publish","type":"post","link":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/","title":{"rendered":"How to Implement Authentication in .Net Web Applications?"},"content":{"rendered":"<p><a href=\"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-315\" src=\"http:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\" alt=\"How to Implement Authentication in .Net Web Applications?\" width=\"800\" height=\"400\" srcset=\"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png 800w, https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications-300x150.png 300w, https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications-768x384.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Authentication is a critical aspect of web application development, especially in the .NET framework. Ensuring secure access to web applications is paramount for protecting sensitive data and maintaining user trust. If you&#8217;re looking to gain expertise in implementing authentication and other essential features in .NET web applications, you might want to consider enrolling in <\/span><a href=\"https:\/\/www.fita.in\/dot-net-training-in-coimbatore\/\"><span style=\"font-weight: 400;\">Dot Net Training in Coimbatore<\/span><\/a><span style=\"font-weight: 400;\"> at <\/span><a href=\"https:\/\/www.fita.in\/\"><span style=\"font-weight: 400;\">FITA Academy<\/span><\/a><span style=\"font-weight: 400;\">. In this blog post, we will explore various methods and best practices for implementing authentication in .NET web applications.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Understanding Authentication in .NET<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Authentication in .NET web applications involves verifying the identity of users accessing the system, including authentication in web API. It is typically achieved through various mechanisms such as forms-based authentication, Windows authentication, and OAuth.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>Forms-Based Authentication<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Forms-based authentication is a commonly used method where users provide credentials through a login form. The credentials are then checked against a user store, such as a database. The user gains access to the program after successfully completing authentication.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>Windows Authentication<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Windows authentication relies on the user&#8217;s Windows credentials to authenticate access to the application. This method is often used in intranet scenarios where users are already authenticated within the Windows domain.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>OAuth Authentication<\/strong><\/h3>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.fita.in\/dot-net-training-in-trivandrum\/\"><span style=\"font-weight: 400;\">Dot Net Training in Trivandrum<\/span><\/a><span style=\"font-weight: 400;\"> can be a great way to learn about implementing OAuth in .NET applications, which can provide a seamless and secure authentication experience. OAuth is an open-standard protocol that allows for secure authorization in web applications. It enables users to grant third-party applications limited access to their resources without revealing their credentials.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Using Authentication in .NET Web Applications<\/b><\/h2>\n<h3 style=\"text-align: justify;\"><strong>Select the Most Appropriate Authentication Method<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Depending on your application&#8217;s needs, choose the most appropriate authentication method\u2014whether forms-based, Windows authentication, or OAuth.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>Configure the authentication settings<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Configure the authentication settings in your .NET web application&#8217;s configuration files, tailored specifically for web application in .NET. Specify the authentication mode, login page, and other relevant parameters.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>User Authentication<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Implement the logic for user authentication based on the chosen method. This may involve validating user credentials, verifying Windows authentication, or integrating OAuth providers.\u00a0<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>Session Management<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Once authenticated, manage user sessions securely to maintain their authenticated state throughout their interactions with the application, particularly for web app developers in .NET. Consider using session tokens or cookies with secure attributes.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><strong>Role-Based Authorization<\/strong><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">In addition to authentication, implement role-based authorization to control access to different parts of the application based on the user&#8217;s role or permissions. To learn more about the .net web application, join the <\/span><a href=\"https:\/\/www.fita.in\/dot-net-training-in-cochin\/\"><span style=\"font-weight: 400;\">. Net Coaching in Cochin<\/span><\/a><span style=\"font-weight: 400;\"> provides extensive training at an affordable fee.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Best Practices for Secure Authentication<\/b><span style=\"font-weight: 400;\"><br \/>\n<\/span><\/h2>\n<ul style=\"text-align: justify;\">\n<li><span style=\"font-weight: 400;\">Always use HTTPS to encrypt communication between the client and server to prevent unauthorized access to user credentials.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">Implement password hashing and salting techniques to securely store user passwords in the database.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">Implement account lockout procedures to avoid brute-force assaults on user accounts.<\/span><\/li>\n<li><span style=\"font-weight: 400;\">Regularly update and patch the authentication mechanisms to address any security vulnerabilities.<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Using Authentication in .NET Web Applications is essential for ensuring secure access to sensitive data and protecting user privacy, especially in the realm of dot net application development. By understanding the various authentication methods available and following best practices for secure implementation, developers can create robust and reliable authentication systems that safeguard their applications and users against unauthorized access and data breaches. For those interested in learning more about .NET development and pursuing a <\/span><a href=\"https:\/\/www.fita.in\/dot-net-training-in-hyderabad\/\"><span style=\"font-weight: 400;\">Dot Net Course in Hyderabad<\/span><\/a><span style=\"font-weight: 400;\">, there are many resources available online and in person to help individuals acquire the necessary skills and information to succeed in this area.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\"><strong>Also Read:<\/strong> <a href=\"https:\/\/www.fita.in\/dot-net-interview-questions-and-answers\/\">Dot Net Interview Questions and Answers<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Authentication is a critical aspect of web application development, especially in the .NET framework. Ensuring secure access to web applications is paramount for protecting sensitive data and maintaining user trust. If you&#8217;re looking to gain expertise in implementing authentication and other essential features in .NET web applications, you might want to consider enrolling in Dot [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":315,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[139,137,136,138],"class_list":["post-313","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","tag-net-coaching-in-cochin","tag-dot-net-courses","tag-dot-net-training-in-coimbatore","tag-dot-net-training-in-trivandrum"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Implement Authentication in .Net Web Applications?<\/title>\n<meta name=\"description\" content=\"Learn how to implement robust authentication in .NET web applications using methods like Windows and forms-based ect.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Implement Authentication in .Net Web Applications?\" \/>\n<meta property=\"og:description\" content=\"Learn how to implement robust authentication in .NET web applications using methods like Windows and forms-based ect.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"Hadoop Training\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-27T07:32:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#\\\/schema\\\/person\\\/c1897edf0cc5634e5e67751f54ff74b6\"},\"headline\":\"How to Implement Authentication in .Net Web Applications?\",\"datePublished\":\"2024-03-27T07:32:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/\"},\"wordCount\":602,\"image\":{\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\",\"keywords\":[\". Net Coaching in Cochin\",\"Dot net courses\",\"Dot Net Training in Coimbatore\",\"Dot Net Training in Trivandrum\"],\"articleSection\":[\"Education\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/\",\"url\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/\",\"name\":\"How to Implement Authentication in .Net Web Applications?\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\",\"datePublished\":\"2024-03-27T07:32:11+00:00\",\"author\":{\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#\\\/schema\\\/person\\\/c1897edf0cc5634e5e67751f54ff74b6\"},\"description\":\"Learn how to implement robust authentication in .NET web applications using methods like Windows and forms-based ect.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\",\"contentUrl\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/How-to-Implement-Authentication-in-.Net-Web-Applications.png\",\"width\":800,\"height\":400,\"caption\":\"How to Implement Authentication in .Net Web Applications?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/how-to-implement-authentication-in-net-web-applications\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Implement Authentication in .Net Web Applications?\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#website\",\"url\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/\",\"name\":\"Hadoop Training\",\"description\":\"Articles on Hadoop and Big Data\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/#\\\/schema\\\/person\\\/c1897edf0cc5634e5e67751f54ff74b6\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/hadooptraininginchennai.net\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Implement Authentication in .Net Web Applications?","description":"Learn how to implement robust authentication in .NET web applications using methods like Windows and forms-based ect.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/","og_locale":"en_US","og_type":"article","og_title":"How to Implement Authentication in .Net Web Applications?","og_description":"Learn how to implement robust authentication in .NET web applications using methods like Windows and forms-based ect.","og_url":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/","og_site_name":"Hadoop Training","article_published_time":"2024-03-27T07:32:11+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png","type":"image\/png"}],"author":"admin","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#article","isPartOf":{"@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/"},"author":{"name":"admin","@id":"http:\/\/hadooptraininginchennai.net\/blog\/#\/schema\/person\/c1897edf0cc5634e5e67751f54ff74b6"},"headline":"How to Implement Authentication in .Net Web Applications?","datePublished":"2024-03-27T07:32:11+00:00","mainEntityOfPage":{"@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/"},"wordCount":602,"image":{"@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png","keywords":[". Net Coaching in Cochin","Dot net courses","Dot Net Training in Coimbatore","Dot Net Training in Trivandrum"],"articleSection":["Education"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/","url":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/","name":"How to Implement Authentication in .Net Web Applications?","isPartOf":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#primaryimage"},"image":{"@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#primaryimage"},"thumbnailUrl":"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png","datePublished":"2024-03-27T07:32:11+00:00","author":{"@id":"http:\/\/hadooptraininginchennai.net\/blog\/#\/schema\/person\/c1897edf0cc5634e5e67751f54ff74b6"},"description":"Learn how to implement robust authentication in .NET web applications using methods like Windows and forms-based ect.","breadcrumb":{"@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#primaryimage","url":"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png","contentUrl":"https:\/\/hadooptraininginchennai.net\/blog\/wp-content\/uploads\/2024\/03\/How-to-Implement-Authentication-in-.Net-Web-Applications.png","width":800,"height":400,"caption":"How to Implement Authentication in .Net Web Applications?"},{"@type":"BreadcrumbList","@id":"https:\/\/hadooptraininginchennai.net\/blog\/how-to-implement-authentication-in-net-web-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/hadooptraininginchennai.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Implement Authentication in .Net Web Applications?"}]},{"@type":"WebSite","@id":"http:\/\/hadooptraininginchennai.net\/blog\/#website","url":"http:\/\/hadooptraininginchennai.net\/blog\/","name":"Hadoop Training","description":"Articles on Hadoop and Big Data","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/hadooptraininginchennai.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/hadooptraininginchennai.net\/blog\/#\/schema\/person\/c1897edf0cc5634e5e67751f54ff74b6","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/hadooptraininginchennai.net\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts\/313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/comments?post=313"}],"version-history":[{"count":6,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts\/313\/revisions"}],"predecessor-version":[{"id":320,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/posts\/313\/revisions\/320"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/media\/315"}],"wp:attachment":[{"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/media?parent=313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/categories?post=313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hadooptraininginchennai.net\/blog\/wp-json\/wp\/v2\/tags?post=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}