Replies: 1 comment
|
We won't add more default providers. Additional providers can be added via plugins, as long as Socialite supports them. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Telegram has recently launched native OpenID Connect (OIDC) support alongside their legacy widget. Adding Telegram as a social authentication provider will allow users to log in seamlessy using their Telegram accounts with standard PKCE and Authorization Code Flow.
Implementation Details
Telegram's OIDC implementation supports standard OAuth 2.0 / OpenID Connect specifications:
https://oauth.telegram.org/.well-known/openid-configurationhttps://oauth.telegram.org/authhttps://oauth.telegram.org/tokenhttps://oauth.telegram.org/.well-known/jwks.jsonopenid,profile,phone,telegram:bot_accessBenefits
id_tokenwith basic profile claims (id,name,preferred_username,picture).doc: https://core.telegram.org/widgets/login
https://core.telegram.org/api/url-authorization
All reactions