Please turn JavaScript on
header-image

alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.07 / day

Message History

This guide walk you through a working SAML implementation in Go with Okta.

Code Repository

I have pushed the code into my GitHub Repository. You can find it here:

GitHub - alexlogy/sample-okta-authentication: Sample Okta Authentication Applicati...

Read full story
What is SAML Authentication

SAML stands for Security Assertion Markup Language. It's an open standard based on Extensible Markup Language (XML) used to exchange authentication and authorization data between two parties:

Identity Provider (IdP): Performs authentication and pass the user's identity and authorization to the Service Provider (SP). Common IdPs i...

Read full story

I have been dabbling with Kubernetes since 2019 when it was still v1.14. What started as a POC to replace our AWS Elastic Beanstalk and AWS Elastic Container Service...


Read full story