© 2023 Hashnode
#oidc
Introduction Google is a popular Identity Provider (IdP) option for third-party applications. Google's OAuth 2.0 API implements Open ID Connect (OIDC) specification and is an OpenID Certified vendor, …
Why When erecting CI/ CD Channels to automate the process of planting coffers in AWS via Code( IaC- structure as Code) you need to give your channel runner authorization to emplace those coffers. The …
This guide assumes you manage your infrastructure with Terraform. Here is an example IRSA implementation using Terraform and kubectl. Background Let's say you want to allow your EKS-hosted app to acce…
Background In the early days of Internet, many websites have manage the identities of their registered members themselves. There was no single standard but somehow, people keep track of the usual fields like First Name, Last Name, Email Add…
Series Introduction This series aims to clearly explain the concepts of OAuth and OpenID connect, as briefly as possible. OAuth Before I give you a standard definition for OAuth let's define what OAut…