Arseny Zinchenkosetevoy.hashnode.dev·Jul 8, 2023AWS: EKS, OpenID Connect, and ServiceAccountsCurrently, I’m setting up a new EKS cluster. Among other things, I’m running ExternalDNS on it, which uses a Kubernetes ServiceAccount to authenticate to AWS in order to be able to make changes to the domain zone in Route53. However, I forgot to conf...DiscussAWS
Vishnu SforLearn More Cloudblog.learnmorecloud.com·Jul 3, 2023How to deploy to EC2 using GitHub Actions with OpenID ConnectAmazon EC2 instances provide great resources when it comes to managing servers and running your applications on the web. With the ever-growing capability, AWS offers various options to run our servers online. But, how do we ensure that we take the be...Cyril Kunjumon and 1 other are discussing this2 people are discussing thisDiscuss·20 likes·301 readsUsing OpenID Connect to eliminate IAM user credentials in AWSec2
Arnaud Dagneliesblog.passwordless.id·Jun 26, 2023FastAPI - Authentication demo with Passwordless.IDThis minimal example shows an integration between FastAPI and Passwordless.ID. Source code: https://github.com/passwordless-id/fast-api-demo Running it To run it: uvicorn main:app And open http://localhost:8000/docs For authentication, you can choos...Discuss·26 readsFastAPI
Emmanuel GautierforCerberAuthwww.cerberauth.com·Jun 26, 2023OpenId Connect Standard ClaimsIntroduction OpenID Connect (OIDC) is an authentication protocol built on top of OAuth 2.0, designed to provide user authentication and authorization capabilities for applications. One of the key components of OIDC is the concept of tokens. Tokens ca...Discuss·26 readsMastering OAuth2 and OpenID Connectoauth
Emmanuel GautierforCerberAuthwww.cerberauth.com·Jun 26, 2023Understanding OAuth 2 Access Token ClaimsOAuth 2.x is a widely adopted protocol for securing APIs and providing delegated access to user resources. Access tokens play a vital role in the OAuth flow, serving as credentials to authorize API requests. In this blog post, we will explore the var...DiscussMastering OAuth2 and OpenID Connectoauth
Arnaud Dagneliesblog.passwordless.id·Jun 22, 2023Spring Boot - Authentication demo with Passwordless.IDThis minimalistic repository shows how to use Passwordless.ID to authenticate users. Demo source code: https://github.com/passwordless-id/spring-boot-demo Dependencies Spring Boot already has everything needed built-in for OpenID authentication. Th...Discuss·40 readsPasswordless
Emmanuel GautierforCerberAuthwww.cerberauth.com·Apr 24, 2023How to Effectively Manage Invalid Tokens in Web and Mobile ApplicationsAs web and mobile applications become increasingly reliant on third-party APIs, it's critical to manage the tokens issued by OpenID Connect flows effectively. Tokens are used to authenticate and authorize users, and when they become invalid, they can...Discuss·35 readsMastering OAuth2 and OpenID ConnectOpenID Connect
Emmanuel GautierforCerberAuthwww.cerberauth.com·Apr 19, 2023How to Invalidate an Access Token (JWT)?Access tokens and JSON Web Tokens (JWTs) are widely used in modern web applications as a means of authentication and authorization. An access token is a kind of credential that represents the authorization granted to a client to access a protected re...Discuss·75 readsMastering OAuth2 and OpenID ConnectJWT
Emmanuel GautierforCerberAuthwww.cerberauth.com·Apr 5, 2023Understanding OpenID Connect and OAuth2 Grant Types: A Comprehensive GuideIn today's digital world, securing web applications and APIs is essential to protect user data and prevent unauthorized access. OAuth2 and OpenID Connect are two popular authentication and authorization protocols that enable secure access to web appl...Discuss·174 readsMastering OAuth2 and OpenID Connectoauth
Emmanuel GautierforCerberAuthwww.cerberauth.com·Mar 23, 2023What are OpenID Connect prompts?Technically, the OpenID Connect prompt is a parameter that can be included in the authentication request to control the behavior of the authentication flow. The prompt parameter allows a relying party (RP) to request specific interactions with the us...Discuss·159 readsMastering OAuth2 and OpenID ConnectOpenID Connect