https://devblogs.microsoft.com/aspnet/asp-net-core-6-and-authentication-servers .NET 6 已经默认 Azure ADB2C 了
1
xinhaiw OP |
2
sunhelter 2021-10-16 08:50:31 +08:00
博客里说,非商业用途,以及商业用途但收入低于 100 万美金的可以继续免费用。看起来影响不大,不会估计后面会换别的
|
3
xinhaiw OP @sunhelter 我在官网里面没看到低于 100 万美金的可以继续免费用。
Free for development and testing—only pay for production. |
4
flyingyasin 2021-10-16 12:03:57 +08:00
卸磨杀驴的行为把社区恶心惨了,某个 dev post 里 .Net 负责人说他们考虑自建认证系统。
|
5
beginor 2021-10-16 14:01:02 +08:00 via Android
Owin 时代 .net 一直有自己的 oauth 服务器, 而到了 .net core 之后被这个 identity server 所取代,现在居然要收费了, 要不要把以前的 port 回来?
|
6
gaojiangouyu 2021-10-16 14:20:38 +08:00
As of Oct 1st 2020, we started a new company. All new feature work will happen in our new organization. The new Duende IdentityServer is available under both a FOSS (RPL) and a commercial license. Development and testing is always free. Contact us for more information. This repo will be maintained with bug fixes and security updates until November 2022.
看 IdentityServer 的 github 主页,强调是新的 Duende IdentityServer 会采用不同的 license,原来的那个还是 APACHE,只不过原来那个不会再更新,希望能有大佬接手 说实话 IdentityServer 改变 license 真的是有点难过,非官方的拿的出手的开源项目都没几个 |
7
GM 2021-10-16 14:21:12 +08:00 1
这就是 .net 生态的最恶心的地方之一。
某个开源组件、产品,只要做大了,用户量足够多了,往往会出个大版本,转成闭源,或者改成商业授权才能使用。 碰到 N 次这样的了。 |
8
gaojiangouyu 2021-10-16 14:23:30 +08:00
@GM 有哪些捏?官方的开源都不会这样做吧
|
9
6IbA2bj5ip3tK49j 2021-10-16 15:25:05 +08:00 1
@gaojiangouyu 如果啥都靠“官方”,那已经说明这生态有问题了。
|
10
coolmenu 2021-10-16 15:33:59 +08:00 2
从另一个方面想,是不是 dotnet 的生态,商业组件能挣到钱?
|
11
forgottencoast 2021-10-16 18:24:35 +08:00
@beginor .Net 4 的是 Katana 项目吗?
|
12
neoblackcap 2021-10-16 18:31:52 +08:00 1
|
13
gaojiangouyu 2021-10-16 18:46:21 +08:00 1
|
14
gaojiangouyu 2021-10-16 18:50:06 +08:00
还有就是官方的 di,最开始官方是没有做 ioc 容器的,后来.NET Core 出来后做了一个出来,慢慢的以前的一些像 AutoFac,Castle 就没啥人会去选择了
|
15
billzhuang 2021-10-16 20:02:49 +08:00
@gaojiangouyu 官方的 Unity 一直有啊
|
16
NXzCH8fP20468ML5 2021-10-16 21:17:18 +08:00
@gaojiangouyu 官方的 IOC 只提供最最最基础的功能,基本上就是各大 IOC 容器功能的交集,根本淘汰不掉其他容器。
所以 AutoFac 活得好好的,Castle 不清楚。 |
17
beginor 2021-10-16 23:22:40 +08:00 via Android
@forgottencoast 是的
|
18
leeg810312 2021-10-17 00:32:12 +08:00 via Android
|
19
crclz 2021-10-17 01:44:33 +08:00
@gaojiangouyu autofac tdd 我还靠它
|
20
skinny 2021-10-17 08:30:18 +08:00
没用过 IdentityServer,我都只在 asp.net core 自带认证库基础上自己写功能刚好够用的认证部分……我应该是少数派……
|
21
quan01994 2021-10-17 08:33:23 +08:00
这个不是去年的事情了吗 。。。 https://github.com/openiddict/openiddict-core 这个还可以。
|
22
hez2010 2021-10-17 12:52:39 +08:00
有新的 OpenIddict 而且完全免费,可以用作 IdentityServer 的替代品: https://github.com/openiddict/openiddict-core
|
23
forgottencoast 2021-10-17 19:40:23 +08:00
@skinny 我们只用到 OAuth 2.0,有示例程序,参考了就可以自己写,用不上第三方库。
|