Skip to main content
Telegram.OpenIdConnect.AspNetCore package icon

Telegram.OpenIdConnect.AspNetCore

Telegram OpenID Connect sign-in for ASP.NET Core. Wires cookie authentication and the authorization-code + PKCE flow against oauth.telegram.org, and hands the host two hooks: a gate that decides who may sign in and with which claims, and an optional audit sink. Works around Telegram's 256-char state limit and its unsolicited gzip responses. Server-side only: Telegram does not support public OIDC clients.

Total Downloads
1.5K
1,527
Published
Jul 17, 2026
Latest stable version

Install

.NET CLI
dotnet add package Telegram.OpenIdConnect.AspNetCore --version 1.0.0
Package Manager Console
Install-Package Telegram.OpenIdConnect.AspNetCore -Version 1.0.0
PackageReference
<PackageReference Include="Telegram.OpenIdConnect.AspNetCore" Version="1.0.0" />

Frameworks

net10.0

Dependencies

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.