SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Sep 22, 2023Terrateam OIDC vs Static CredentialsOverview Hello there! We're happy to have you back for another blog post. This time, we'll explain the differences between OIDC (OpenID Connect) and Static Credentials straightforwardly. Plus, we'll guide you on how to use them to make Terrateam's CI...DiscussTerrateam
Hafiz Patwaryhafiz-patwary.hashnode.dev·Jul 23, 2023Enhanced Security - Safeguarding AWS Access in GitHub Actions 🪪The fastest way to access AWS infrastructure from a GitHub Actions workflow is by utilizing AWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY. This method requires manually storing the access keys as GitHub secrets. While this method is quick, it poses challe...Discuss·1 like·92 readsGitHub
Joshua Agboolamotilayo.hashnode.dev·May 20, 2023Exploring Kubernetes Service Account Tokens and Secure Workload Identity FederationEver wonder how AWS IRSA or Azure AD workload identity works in Kubernetes? How about GCP workload identity? Well, imagine this… You go to an amusement park, get a ticket from the ticket booth, then you go to the front gate and you present your ticke...Discuss·11 likes·1.2K readsKubernetes
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.dev·Apr 26, 2023Adding single sign-on to a Next.js app using OIDCSingle sign-on (SSO) is a session and user authentication technique that permits a user to use one set of login credentials to authenticate with multiple apps. SSO works by establishing trust between a service provider, usually your application, and ...DiscussSSO
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.dev·Apr 17, 2023Adding single sign-on to your Django web application using OIDCSingle sign-on (SSO) is a session and user authentication technique that permits a user to use one set of login credentials to authenticate with multiple apps. SSO works by establishing trust between a service provider, usually your application, and ...Discuss·89 readsSSO
Aditya Sutaradityaoo7.hashnode.dev·Mar 19, 2023Authentication & Authorization in Kubernetes - Nginx Plus Ingress Controller with OIDC policy"Secure your applications, not your network. Verify identity and enforce access controls in the application itself, where they can travel with the application wherever it goes." - John Kindervag, creator of the Zero Trust security model. Introductio...Discuss·145 readsKubernetes
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.dev·Mar 13, 2023Adding single sign-on to a Laravel app using Socialite and OIDCSingle sign-on (SSO) is a session and user authentication technique that permits a user to use one set of login credentials to authenticate with multiple apps. SSO works by establishing trust between a service provider, usually your application, and ...Discuss·73 readsSSO
Aditya Sutaradityaoo7.hashnode.dev·Mar 5, 2023Authentication & Authorization in Kubernetes - Oauth2 Proxy with Dex IdP"Authentication and authorization represent the new perimeter in a world where identity is the new control plane." - Satya Nadella, CEO of Microsoft. Introduction In our previous article, we explored how Oauth2 Proxy can be used as an external authe...Discuss·136 readsKubernetes
Supun Viraj Rathnayakarathnaviraj.hashnode.dev·Jan 18, 2023Google OpenId Connect for Web Apps in Local Dev EnvironmentsIntroduction 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, which supports the authentication and authorizatio...Discuss·54 readsGoogle
Harry Patelpatelsaheb.hashnode.dev·Dec 31, 2022AWS OIDC : GitLabWhy 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 standard way to do so is to produce credentials, w...Discuss·1 likeAWS