Cloud Computing
MySQL – DDL and Concurrency
Background In one of the projects which I was working on, we had to execute a DDL (alter table) on a table which doesn’t…
Cloud Computing
SAML Integration with OAuth2.0 server
SAML and OAuth2.0 are industry-wide accepted standards for Single Sign-On(SSO) solutions. It is straightforward for our application to support these both standards independently. But,…