Menu

#Oidc

17 posts

Feed·
17 of 17 posts
Trusted Sources for Deployment Protection - Vercel
🖼️
0

Trusted Sources for Deployment Protection - Vercel

Vercel News·Kit Foster·4 months ago
#mvm8SCsK
#vercel#token#oidc#trusted#project#photo

You can now authorize specific Vercel projects and external CI services to reach this project's protected deployments using short-lived OIDC tokens, without sharing a static bypass secret or opening the deployment to the public internet

15s
Read More
OAuth 2.0 and OIDC Implementation Guide 2026: Complete Developer Walkthrough
🖼️
0

OAuth 2.0 and OIDC Implementation Guide 2026: Complete Developer Walkthrough

DEV Community·丁久·4 months ago
#hanvICEg
#oauth#oauth20#oidc#code#tokens#token

Implement OAuth 2.0 and OpenID Connect from scratch — understand authorization codes, PKCE, JWT tokens, and security best practices.

15s
Read More
JWT verification in production: an 8-check field guide
🖼️
0

JWT verification in production: an 8-check field guide

DEV Community·Blue Hills·5 months ago
#maSWw6eI
#jwt#oidc#security#deved#token#issuer

The eight checks every production JWT verifier must do, what each one prevents, and structured error codes for each failure mode. A reference doc for backend and identity teams.

15s
Read More
Three JWT bugs that ship to prod silently — and the 5-line CI test that catches them
🖼️
0

Three JWT bugs that ship to prod silently — and the 5-line CI test that catches them

DEV Community·Keynes Paul·5 months ago
#URpX13no
#bug#jwt#oidc#devsecops#jwks#token

Three concrete failure modes that take down OIDC in production: JWKS rotation without overlap, wrong audience claims, and issuer config drift.…

15s
Read More
Does Authentik support only one webfinger-discoverable OIDC issuer href for multiple applications per hostname?
📰
0

Does Authentik support only one webfinger-discoverable OIDC issuer href for multiple applications per hostname?

Reddit r/selfhosted·u/-jsteinke·5 months ago
#9ThLJVxd

I like Authentik and it's what I use but it seems like it doesn't support per application OIDC via a global application agnostic issuer href using webfinger which seems to basically mean you can only have one OIDC application per hostname unless you do…

15s
Read More
How I Stopped Rebuilding Auth Every Project and Wrote the Keycloak Playbook I Wish I Had
🖼️
0

How I Stopped Rebuilding Auth Every Project and Wrote the Keycloak Playbook I Wish I Had

DEV Community·Huy Pham·5 months ago
#DgWjkEFm

Every new product I've shipped starts the same way: "We just need login, right?" Two weeks later we're knee-deep in password resets, refresh tokens, org invites, and role checks sprinkled across five services.…

15s
Read More
Part I: Developing Simple OpenID Authorization Server with Node.js & Typescript
🖼️
0

Part I: Developing Simple OpenID Authorization Server with Node.js & Typescript

DEV Community·Ebrahim Hoseiny Fadae·5 months ago
#Rde3wT3z
#comment#node#openid#koa#oidc#typescript

Introduction In this tutorial, we will explore how to build an authorization server using the panava/node-oidc-provider library, which is built on top of the koajs/koa framework.…

15s
Read More
Part II: Persisting OpenID Server Data on MongoDB with Node.js
🖼️
0

Part II: Persisting OpenID Server Data on MongoDB with Node.js

DEV Community·Ebrahim Hoseiny Fadae·5 months ago
#8PU8TQDv
#comment#node#openid#koa#mongodb#mongoose

Introduction In this article, we'll explore how to integrate MongoDB with an OIDC (OpenID Connect 1.0) authentication server. We'll be using the panava/node-oidc-provider library for implementing the OIDC server and the Mongoose for connecting to MongoDB.…

15s
Read More