-
-
Notifications
You must be signed in to change notification settings - Fork 588
Add Yandex and VK ID web providers #2244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
fef62b1
3bd47c8
4295844
5717822
01d8295
5de9da4
cdd3b49
17e8ac9
924a61b
9ccc2f1
e34fb14
d37dc0a
0dd3c37
bb0b75c
f937100
da82d11
04e66fe
dee55da
ac02954
d9732c8
78925d4
beb9538
f407ff1
b246954
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2045,6 +2045,25 @@ | |
| </Environment> | ||
| </Provider> | ||
|
|
||
| <!-- | ||
| ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | ||
| ██ ███ █ █▀▄████▄ ▄██ ▄▄▀██ | ||
| ███ █ ██ ▄▀██████ ███ ██ ██ | ||
| ███▄▀▄██ ██ ████▀ ▀██ ▀▀ ██ | ||
| ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ | ||
| --> | ||
|
|
||
| <Provider Name="VkId" Id="9bf89c19-401b-4076-893e-a4136e719432" | ||
| Documentation="https://id.vk.com/about/business/go/docs/en/vkid/latest/oauth-vk"> | ||
| <Environment Issuer="https://id.vk.com/"> | ||
| <Configuration AuthorizationEndpoint="https://id.vk.com/authorize" | ||
| TokenEndpoint="https://id.vk.com/oauth2/auth" | ||
| UserInfoEndpoint="https://id.vk.com/oauth2/user_info"> | ||
| <CodeChallengeMethod Value="S256" /> | ||
| </Configuration> | ||
| </Environment> | ||
| </Provider> | ||
|
|
||
| <!-- | ||
| ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | ||
| ██ ███ ██ ▄▄▄██ ▄▄▀██ ▄▄▄█▄▀█▀▄██ | ||
|
|
@@ -2173,6 +2192,24 @@ | |
| <Provider Name="Yahoo" Id="874d78ec-3d79-4492-ab79-76a7dd7fa0b5" | ||
| Documentation="https://developer.yahoo.com/oauth2/guide/openid_connect/"> | ||
| <Environment Issuer="https://api.login.yahoo.com/" /> | ||
| </Provider> | ||
|
|
||
| <!-- | ||
| ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | ||
| ██ ███ █ ▄▄▀██ ▀██ ██ ▄▄▀██ ▄▄▄██▄▀█▀▄██ | ||
| ██▄▀▀▀▄█ ▀▀ ██ █ █ ██ ██ ██ ▄▄▄████ ████ | ||
| ████ ███ ██ ██ ██▄ ██ ▀▀ ██ ▀▀▀██▀▄█▄▀██ | ||
| ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ | ||
| --> | ||
|
|
||
| <Provider Name="Yandex" Id="313298d4-d210-4541-a348-96ced013dab1" | ||
| Documentation="https://yandex.ru/dev/id/doc/en/"> | ||
| <Environment Issuer="https://oauth.yandex.ru/"> | ||
| <Configuration AuthorizationEndpoint="https://oauth.yandex.ru/authorize" | ||
| RevokationEndpoint="https://oauth.yandex.ru/revoke_token" | ||
|
||
| TokenEndpoint="https://oauth.yandex.ru/token" | ||
| UserInfoEndpoint="https://login.yandex.ru/info" /> | ||
| </Environment> | ||
t1moH1ch marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </Provider> | ||
|
|
||
| <!-- | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.