Search Articles — Sudonull

Search Results

In this project

OpenVPN + Keycloak: OAuth2 setup

https://sudonull.com/openvpn-keycloak-oauth2-setup

Integration of OpenVPN with Keycloak via openvpn-auth-oauth2. Step-by-step setup on Ubuntu 24.04, nginx and server configs. For DevOps and sysadmin.

Leak of 400 files through ChatGPT and OAuth

https://sudonull.com/leak-of-400-files-through-chatgpt-and-oauth

ChatGPT downloaded 400+ corporate files from Google Drive in 42 ms. Analysis of the mechanism, shadow AI risks and protection measures for IT specialists. How to avoid it in your company.

NextAuth + Django JWT: unified authentication

https://sudonull.com/nextauth-django-jwt-unified-authentication

Integration of NextAuth with Django REST Framework without duplicate login. OAuth synchronization, auto-refresh tokens. Full code for middle/senior developers. Deploy the scheme in an hour.

MCP server PingZen: 126 monitoring tools

https://sudonull.com/mcp-server-pingzen-126-monitoring-tools

Learn how PingZen integrated MCP to manage 126 monitoring tools from Claude Code and Cursor. Architecture, OAuth, code examples. Integrate into your pipelines right now.

From other projects

From the web

What is OAuth 2.0? Definition & Examples | Auth0

https://auth0.com/intro-to-iam/what-is-oauth-2

OAuth 2.0 provides consented access and restricts actions of what the client app can perform on resources on behalf of the user, without ever sharing the user's credentials.

OAuth - Wikipedia

https://en.wikipedia.org/wiki/OAuth

OAuth can be used in conjunction with XACML, where OAuth is used for ownership consent and access delegation whereas XACML is used to define the authorization policies (e.g., managers can view …

OAuth 2.0 — OAuth

https://oauth.net/2/

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, …

What Is OAuth? | Microsoft Security

https://www.microsoft.com/en-us/security/business/security-101/what-is-oauth?msockid=1e991d9a8a2a63ea18540a3c8be06221

OAuth, or Open Authorization, is an authorization framework that allows an application to be authorized to access a resource.

What is OAuth (Open Authorization) - GeeksforGeeks

https://www.geeksforgeeks.org/ethical-hacking/what-is-oauth-open-authorization/

Jan 9, 2026 · OAuth is an open-standard authorization protocol that allows applications to access user data without requiring the user’s password. It enables secure delegated access, commonly seen in …

OAuth Authentication - GeeksforGeeks

https://www.geeksforgeeks.org/ethical-hacking/oauth-authentication/

Nov 25, 2025 · OAuth is a widely used authorization framework that allows third-party applications to access a user’s resources (such as their data, files, or profile information) without requiring the user …

OAuth 2.0 authorization with Microsoft Entra ID

https://learn.microsoft.com/en-us/entra/architecture/auth-oauth2

Feb 23, 2024 · The Open Authorization (OAuth) 2.0 is the industry protocol for authorization. It allows a user to grant limited access to its protected resources. Designed to work specifically with Hypertext …

Using OAuth 2.0 to Access Google APIs | Authorization | Google for ...

https://developers.google.com/identity/protocols/oauth2

May 26, 2026 · For an interactive demonstration of using OAuth 2.0 with Google (including the option to use your own client credentials), experiment with the OAuth 2.0 Playground.

Using OAuth 2.0 for Web Server Applications | Authorization | Google ...

https://developers.google.com/identity/protocols/oauth2/web-server

May 26, 2026 · OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and other information private. For example, an application can use OAuth …

OAuth 2.0 Authorization Framework - Auth0 Docs

https://auth0.com/docs/authenticate/protocols/oauth

The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party web site or application access to the user’s protected resources, without necessarily revealing their long-term …

Trending Now