Johnunstacked.net·Jan 20, 2025Setting Up a Mock OAuth2/OIDC Server with IdentityServer4 and DockerThe Soluto Github organisation has wrapped up IdentityServer4 in a docker image which can be used to provide an OAuth2 and OIDC standards compliant server for development and testing scenarios. oidc-server-mock Getting Started The following docker ...IdentityServer4
Mayank Guptamkguptaweb.hashnode.dev·Jan 10, 2025Understanding Spring Security and OAuth 2.0 with a projectIn this article we will explore Spring security and will build a authentication system with OAuth 2.0. Spring Security is a powerful, highly customizable framework for implementing robust authentication and access control mechanisms in Java-based app...21 likes·35 readsSpringboot
Johnny Gomesjohnnysn.hashnode.dev·Jan 10, 2025Integrating NextAuth.js with Spring Authorization ServerThis is a quick post to show you how to add user authentication to your web application using OAuth 2 with NextAuth.js and a Spring authorization server. Since there's limited information available online about integrating these two technologies, I'l...OAuth2
ritiksharmaaaritiksharmaaa.in·Jan 7, 2025Understanding OAuth for BeginnersPrerequisites 🎓 To understand this, you should know about basic authentication, JWT tokens, session-based authentication, and related concepts. Introduction to OAuth 2.0 🔐 When you visit a website and are prompted to sign in or sign up using Google...13 likes·61 readsSSO SAML OIDC OAuth2.0 Conclusionsoftware development
Fidel Villanuevacloud.fvillanuevape.com·Jan 7, 2025Implementar una solución de CIAM con Amazon CognitoLa gestión de identidades cada vez más se ha vuelto complejo implementarlo, sobre todo, cubrir todos lo retos que puede presentar tener una solución de gestionar identidad de clientes, teniendo distintos canales digitales como organización. En ese fr...AWS Cloudciam
Dana Ciocandanaciocan.com·Jan 7, 2025Unlocking OAuth 2.0OAuth can seem quite complicated and magical when you first encounter it, with the codes and tokens and whatever else is going on. Let me reassure you, it’s actually quite simple! Let’s take a look. Why was OAuth first created? Back in ye olden days ...OAuth2
Nainaznainaz.hashnode.dev·Dec 25, 2024Security Policy - OAuth 2.0It is an Authorization protocol, that enables applications to access information on behalf of users.In Oauth, the information is accessed from the resource using an Access token. How to get the Access token?1. The application users pass the key and s...ApigeeSecurity Policy - OAuth 2.0
Rajtilak Bhattacharjeeparseltongue.hashnode.dev·Dec 23, 2024Implementing Reddit Auth for Flask AppEvery year we organize a Gift Exchange event at r/IndiaSocial just before Christmas. It's our version of Secret Santa. We have been organizing this even for the past 4 years, last year I thought we should get it more streamlined and so created an app...reddit
Mohammed Shakeelmaster-webdevelopment.hashnode.dev·Dec 21, 2024User Authentication Level 5:In this guide, we'll explore Level 5 User Authentication, integrating local authentication (email and password) with Google OAuth. This implementation leverages industry standards to secure user data while offering seamless login options. Key Feature...OAuth2
Tomas Darquierblog.tomasdarquier.com·Nov 21, 2024Cómo Estructuré la Arquitectura de mi Plataforma Web de Generación de Código📌 Nota 1: Recomiendo leer el primer blog de la serie para comprender en que consta el sistema y el porque de ciertas tecnologías utilizadas. 📌 Nota 2: Actualmente, el sistema ya está funcional y desarrollado casi en su totalidad. El código y un vid...Diario del TFGSpring