This guide walk you through a working SAML implementation in Go with Okta.
Code RepositoryI have pushed the code into my GitHub Repository. You can find it here:
GitHub - alexlogy/sample-okta-authentication: Sample Okta Authentication Applicati...We bring you the latest updates from Alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure through a simple and fast subscription.
We can deliver your news in your inbox, on your phone or you can read them here on this website on your personal news page.
Unsubscribe at any time without hassle.
Alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure's title: Alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure
Is this your feed? Claim it!
This guide walk you through a working SAML implementation in Go with Okta.
Code RepositoryI have pushed the code into my GitHub Repository. You can find it here:
GitHub - alexlogy/sample-okta-authentication: Sample Okta Authentication Applicati...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...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...