Understanding Security Assertion Markup Language (SAML)
The Security Assertion Markup Language (SAML) provides two important features: cross-domain single sign-on (SSO) and identity federation. Many enterprises have
Read MoreThe Security Assertion Markup Language (SAML) provides two important features: cross-domain single sign-on (SSO) and identity federation. Many enterprises have
Read MoreOAuth 2.0 provides a framework for authorizing applications to call APIs but isn’t designed for authenticating users to applications. From
Read MoreIdentity delegation has been revolutionized by OAuth 2.0. It is primarily responsible for solving the problem of access delegation. Say
Read MoreThe Transport Layer Security protocol (TLS) ensures the confidentiality and integrity of data in transit, and by enforcing client authentication,
Read MoreAny system is no stronger than its weakest link. Connectivity relies heavily on APIs. We live in a world where almost
Read MoreThis is the 11th post in a series on microservices architecture Microservice architectures are distributed architectures. Each external request is
Read More