<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Authentication on Commentary of Takao</title><link>https://takao.blog/es/tags/authentication/</link><description>Recent content in Authentication on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>es</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/es/tags/authentication/index.xml" rel="self" type="application/rss+xml"/><item><title>WebAuthn y Passkeys: Autenticación sin contraseñas</title><link>https://takao.blog/es/web/webauthn-passkeys/</link><pubDate>Tue, 02 Apr 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/webauthn-passkeys/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/webauthn-passkeys-es.png" alt="Featured image of post WebAuthn y Passkeys: Autenticación sin contraseñas" /&gt;&lt;p&gt;WebAuthn es un estándar del W3C para autenticación sin contraseñas usando criptografía de clave pública. Passkeys son la implementación práctica.&lt;/p&gt;
&lt;h2 id="cómo-funciona"&gt;Cómo funciona
&lt;/h2&gt;&lt;p&gt;El navegador genera un par de claves (pública/privada). La clave privada nunca sale del dispositivo. La autenticación usa desafíos firmados.&lt;/p&gt;
&lt;h2 id="passkeys"&gt;Passkeys
&lt;/h2&gt;&lt;p&gt;Sincronización entre dispositivos via iCloud Keychain, Google Password Manager, 1Password. Reemplazan contraseñas tradicionales. Soporte en iOS, Android, Windows, macOS.&lt;/p&gt;
&lt;h2 id="registro-y-autenticación"&gt;Registro y autenticación
&lt;/h2&gt;&lt;p&gt;&lt;code&gt;navigator.credentials.create()&lt;/code&gt; para registro. &lt;code&gt;navigator.credentials.get()&lt;/code&gt; para autenticación. Biometría (TouchID, FaceID) o PIN como verificación local.&lt;/p&gt;</description></item><item><title>OAuth 2.0 y OpenID Connect: Autenticación y autorización modernas</title><link>https://takao.blog/es/web/oauth-oidc/</link><pubDate>Mon, 29 Jan 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/oauth-oidc/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/oauth-oidc-es.png" alt="Featured image of post OAuth 2.0 y OpenID Connect: Autenticación y autorización modernas" /&gt;&lt;p&gt;OAuth 2.0 es un protocolo de autorización delegada. OpenID Connect (OIDC) añade una capa de autenticación sobre OAuth 2.0.&lt;/p&gt;
&lt;h2 id="roles-en-oauth-20"&gt;Roles en OAuth 2.0
&lt;/h2&gt;&lt;p&gt;Resource Owner (usuario), Client (app), Authorization Server (Auth0, Cognito), Resource Server (API). Flujo: consentimiento → token → acceso.&lt;/p&gt;
&lt;h2 id="grant-types"&gt;Grant Types
&lt;/h2&gt;&lt;p&gt;Authorization Code: el más seguro, con PKCE. Client Credentials: servidor a servidor. Implicit: obsoleto. Device Code: dispositivos sin navegador.&lt;/p&gt;
&lt;h2 id="openid-connect"&gt;OpenID Connect
&lt;/h2&gt;&lt;p&gt;Añade &lt;code&gt;id_token&lt;/code&gt; (JWT) con información del usuario. &lt;code&gt;/userinfo&lt;/code&gt; endpoint. Scope &lt;code&gt;openid&lt;/code&gt;. Claims: sub, name, email, picture.&lt;/p&gt;</description></item></channel></rss>