Blog

OAuth2.0 authentication with Spring Security, Angular and MySql

OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. This blog post explains the implementation of OAuth2 authentication with…

Read MoreOAuth2.0 authentication with Spring Security, Angular and MySql

Deploy Spring Boot application with Jenkins pipeline on Open Shift Origin cluster

Continuous Integration and Continuous Delivery (CICD) with Jenkins makes application delivery process easy and efficient without much manual effort. This blog post explains Spring Boot application deployment on Open Shift cluster (present on AWS) using Jenkins CICD pipeline. It has…

Read MoreDeploy Spring Boot application with Jenkins pipeline on Open Shift Origin cluster