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.
Install
dotnet add package Telegram.OpenIdConnect.AspNetCore --version 1.1.0
Install-Package Telegram.OpenIdConnect.AspNetCore -Version 1.1.0
<PackageReference Include="Telegram.OpenIdConnect.AspNetCore" Version="1.1.0" />
Frameworks
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.