Jiakuan Li
3ad4b7a43c
feat: add Bilibili OAuth ( #720 )
...
* implemented bilibili oauth
* add bilibili oauth
* add document address
* add frontend page
* uncheck
2022-05-12 10:07:52 +08:00
greenhandatsjtu
fc0ca4cceb
Add Okta OAuth provider ( #729 )
2022-05-01 18:31:42 +08:00
akkuman
d3a7a062d3
fix #687 ( #688 )
...
fix the display bug on the personal binding information page
2022-04-21 21:52:34 +08:00
halozhy
287f60353c
feat: try to support custom OAuth provider ( #667 )
...
* feat: try to support private provider
* fix: modify code according to code review
* feat: set example values for custom params
2022-04-16 17:17:45 +08:00
Yi Zhan
b92d03e2bb
feat: add wechat mini program support ( #658 )
...
* feat: add wechat mini program support
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: accept suggestions.
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: error message and code level modification
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: simplify the use process
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-04-15 11:49:56 +08:00
halozhy
8d13bf7e27
feat: add Alipay support as idp ( #638 )
...
* feat: add alipay support as idp
* fix: rename a static svg icon
* fix: sort imports
* fix: no longer use pkcs8 package
2022-04-02 22:37:13 +08:00
Yang Luo
a95c5b05a9
Remove GitHub provider hacking code.
2022-03-19 19:43:54 +08:00
Yi Zhan
e8b9c67671
feat: add casdoor as itself idp support ( #578 )
...
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-03-18 18:28:46 +08:00
Yixiang Zhao
35bef969fd
feat: support Huawei Cloud SMS ( #565 )
...
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-03-14 20:49:03 +08:00
Yang Luo
5de417ecf7
Add gc provider.
2022-03-14 00:32:36 +08:00
Steve0x2a
a33076ada4
feat: add AD-FS support ( #505 )
...
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-20 15:01:48 +08:00
Steve0x2a
661abd6b6e
feat: add steam support ( #497 )
...
* feat: add steam support
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: wrong name
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-16 19:57:46 +08:00
Gucheng Wang
db37f53d6c
Update license headers.
2022-02-13 23:39:27 +08:00
Steve0x2a
eb15afec34
fix: use new dingtalk api and support qrcode method ( #486 )
...
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-10 17:14:18 +08:00
Steve0x2a
5640d258bb
fix: missing state parameter ( #478 )
...
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-07 15:54:37 +08:00
Steve0x2a
f85f4c0cf8
feat: add infoflow idp support ( #472 )
...
* feat: add infoflow internal backend support
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* feat: add infoflow idp support
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: copyright and comment
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-02-05 21:54:38 +08:00
Yang Luo
940aa2bc2d
Add payment pages.
2022-02-05 20:13:15 +08:00
Gucheng Wang
fbc73de3bb
Support WeCom Internal sub type.
2022-01-28 23:57:54 +08:00
Steve0x2a
02c06bc93c
feat: add baidu support as idp ( #438 )
...
* feat: add baidu support as idp
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: add license
Signed-off-by: Steve0x2a <stevesough@gmail.com>
2022-01-22 19:36:44 +08:00
Yang Luo
7cfece3019
Add GetMaskedProvider() and GetMaskedProviders().
2021-12-21 00:20:12 +08:00
Yang Luo
3efbcc739d
Support WeChat MP at the same time.
2021-12-20 23:36:28 +08:00
Steve0x2a
99ef329325
feat: support mobile login with WeChat Official Accounts ( #383 )
...
* fix: adjust the accessToken field
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: missing name and owner
Signed-off-by: 0x2a <stevesough@gmail.com>
* feat: support mobile login with WeChat
Signed-off-by: 0x2a <stevesough@gmail.com>
2021-12-20 20:21:12 +08:00
Yixiang Zhao
4ca5f4b196
feat: add Keycloak idp support ( #356 )
...
* feat: add Keycloak idp support
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: fix the profile UI
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2021-12-13 19:49:30 +08:00
Steve0x2a
967113689d
feat: add three idp support by goth. ( #351 )
...
1. add 3 providers: apple, azuread(v1) and slack.
2. support importing providers from goth.
Signed-off-by: 0x2a <stevesough@gmail.com>
2021-12-10 00:55:27 +08:00
Yixiang Zhao
113398c36b
feat: support SAML and test with aliyun IDaaS ( #346 )
...
* feat: support SAML and test with aliyun IDaaS
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* refactor: refactor saml.go and router
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: add param to getSamlLogin()
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: add inputs to parse metadata automatically and show sp-acs-url, sp-entity-id
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2021-12-06 21:46:50 +08:00
Gucheng Wang
d2565e03c8
Add tencent_cloud_cos.go
2021-12-03 15:12:16 +08:00
Gucheng Wang
c10ccd8106
Improve provider table in app edit page.
2021-11-28 18:56:56 +08:00
Yang Luo
353bf46daf
Improve non-oauth logos.
2021-10-10 00:04:25 +08:00
Yang Luo
122970bb54
Improve provider logos.
2021-10-09 22:33:39 +08:00
Yang Luo
fa3681ed75
Add authInfo to js.
2021-10-09 22:15:43 +08:00
Yang Luo
355b0b35d0
Fix gitee login link.
2021-09-07 21:46:44 +08:00
sh1luo
edf621f4d5
feat: support web-auth way for wecom ( #275 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-08-23 23:12:53 +08:00
sh1luo
75e917a070
feat: add gitlab provider ( #273 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-08-19 22:13:40 +08:00
sh1luo
c05b27c38f
feat: add lark provider ( #264 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-08-14 16:00:38 +08:00
sh1luo
512a451800
feat: add wecom provider ( #200 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-07-28 20:36:27 +08:00
wasabi
c963ba6098
feat: add linkedin provider
...
Signed-off-by: wasabi <690898835@qq.com>
2021-07-19 09:57:43 +08:00
Yang Luo
8bc9163def
Improve i18n.
2021-06-15 22:12:50 +08:00
wasabi
d14ba476b9
feat: add gitee provider ( #104 )
...
* feat: add gitee provider
Signed-off-by: wasabi <690898835@qq.com>
* Update gitee.go
Signed-off-by: wasabi <690898835@qq.com>
2021-06-14 12:53:07 +08:00
Yang Luo
e1673c1541
Add StaticBaseUrl.
2021-06-12 11:52:59 +08:00
wasabi
3d3a331784
feat: add weibo provider
...
Signed-off-by: wasabi <690898835@qq.com>
2021-06-10 16:55:36 +08:00
wasabi
4162ab4984
feat: add dingtalk provider ( #94 )
...
* feat: add dingtalk provider
Signed-off-by: zKen <690898835@qq.com>
* fix: amend the comment
Signed-off-by: zKen <690898835@qq.com>
2021-06-09 19:53:22 +08:00
WindSpiritSR
6142ca52ca
feat: add facebook provider ( #79 )
...
* feat: add facebook provider
Signed-off-by: WindSpirit <simon343riley@gmail.com>
* fix: set fb id to username and reformat
Signed-off-by: WindSpirit <simon343riley@gmail.com>
2021-06-06 10:06:54 +08:00
Yang Luo
36895801f0
Add Link API.
2021-04-19 01:14:41 +08:00
Yang Luo
d6c8bb87c2
Fix provider type.
2021-03-28 20:20:40 +08:00
Yang Luo
1c97501016
Simplify callback URL.
2021-03-21 16:05:00 +08:00
Yang Luo
26502350d3
Add innerParams.
2021-03-21 13:45:55 +08:00
Yang Luo
8b921b2c1e
Fix double GET params issue, fix double state bug.
2021-03-20 23:50:34 +08:00
Yang Luo
65eee22099
Check user under org.
2021-02-14 21:45:40 +08:00
Yang Luo
b5b86262d6
Refactor the auth code.
2021-02-14 17:12:08 +08:00