Tag

OpenID Connect

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 23, 2024 · Information Security

Create a Secure OAuth2 Authorization Server with Spring Boot 3.1 & JDK 17

This guide walks through setting up Spring Authorization Server on Spring Boot 3.1 with JDK 17, covering environment setup, required dependencies, custom security filter chains, in‑memory user and client configurations, JWT signing, endpoint settings, consent service, and step‑by‑step testing of the authorization code flow.

JavaOAuth2OpenID Connect
0 likes · 9 min read
Create a Secure OAuth2 Authorization Server with Spring Boot 3.1 & JDK 17
Architecture Digest
Architecture Digest
Oct 31, 2022 · Information Security

Understanding Single Sign-On (SSO): SAML, OAuth2, and OpenID Connect

This article explains the concept of Single Sign‑On (SSO), compares its major protocols—SAML, OAuth2, and OpenID Connect—covers their workflows, benefits, terminology, and provides guidance on when to choose each protocol for different application scenarios.

OAuth2OpenID ConnectSAML
0 likes · 11 min read
Understanding Single Sign-On (SSO): SAML, OAuth2, and OpenID Connect
Architect
Architect
Sep 7, 2015 · Information Security

Introducing dex: CoreOS Open Source OpenID Connect Identity Provider

CoreOS’s newly announced open‑source project dex is an OpenID Connect‑compliant identity provider that offers secure, standards‑based authentication across web, mobile, CLI and automation environments, with extensible connectors, robust security practices, and a real‑world deployment example at Tectonic.com.

DexIdentity ProviderOpenID Connect
0 likes · 9 min read
Introducing dex: CoreOS Open Source OpenID Connect Identity Provider