WebAuth
Follow along on Refind to get notified when they have new links.
Collection by Sascha Freitag
Public
12
Links
w3.org
WebID-TLS
w3.org
20+ min read · Apr 10th · A global distributed Social Web requires that each person be able to control their identity, that this identity be linkable across sites - placing each person in a Web of relationships - and that it…
blog.thestateofme.com
ZeroSSL API – The missing examples
blog.thestateofme.com
2 min read · Apr 2nd · The @ Company uses a lot of SSL certificates, and we’ve been using ZeroSSL and its Certbot wrapper zerossl-bot to automate how we manage certs. But we wanted more control over the process, wh…
portswigger.net
OAuth 2.0 authentication vulnerabilities
portswigger.net
~16 min read · 2020-12-18 · While browsing the web, you've almost certainly come across sites that let you log in using your social media account. The chances are that this feature is ...
entwickler.de
So funktioniert OAuth2
entwickler.de
4 min read · Mar 12th · Das OAuth-Protokoll hat sich in den letzten Jahren zum De-facto-Standard der Clientautorisierung bei APIs entwickelt; wie funktioniert es eigentlich genau?
security-insider.de
Was ist OAuth?
security-insider.de
2 min read · Mar 12th · Bei OAuth handelt es sich um ein offenes Sicherheitsprotokoll für die tokenbasierte Autorisierung und Authentifizierung im Internet. Webservices eines Drittanbieters können auf externe Ressourcen…
de.wikipedia.org
OAuth
de.wikipedia.org
8 min read · Mar 12th · OAuth-Logo OAuth (Open Authorization) ist der Name zweier verschiedener offener Protokolle, die eine standardisierte, sichere
connect2id.com
OAuth 2.0 explained
connect2id.com
~12 min read · 2020-12-02 · Need to protect an application with tokens? The OAuth 2.0 security framework is what you're looking for. It has flows for web, mobile and IoT clients, plus useful APIs for managing the token…
mutuallyhuman.com
Choosing an SSO Strategy: SAML vs OAuth2
mutuallyhuman.com
~16 min read · From 2016 · Chances are you’ve logged into an application (mobile app or web app) by clicking on a ‘Log in with Facebook’ button. If you use Spotify, Rdio, or Pinterest, then you know what I’m talking about. As a…
github.com
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
github.com
From 2017 · connexion - Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
oauth.net
OAuth 2.0 — OAuth
oauth.net
1 min read · 2020-02-17 · OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications,…
developer.okta.com
What is the OAuth 2.0 Authorization Code Grant Type?
developer.okta.com
4 min read · 2019-06-27 · The Authorization Code Grant Type is used by both web apps and native apps to get an access token after a user authorizes an app. This post is the first part of a series where we explore the…
developer.okta.com
What the Heck is OAuth?
developer.okta.com
~18 min read · From 2018 · OAuth 2.0 is a standard that apps can use to provide client applications with secure delegated access. OAuth works over HTTPS and authorizes devices, APIs, servers, and applications with access tokens…