2016-07-25 89 views

回答

2

只有Identity Server 4以.NET Core爲目標。 Identity Server 3以.NET Framework爲目標。

請參閱https://leastprivilege.com/2016/01/11/announcing-identityserver-for-asp-net-5-and-net-core/初始公告。

+0

嗨,我知道。但是我可以在.NET核心中使用Identity Server 3嗎?我也發現了這一點。 AspNet5中的IdentityServer3 https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/AspNet5 – mbrc

+0

不可以。兩個平臺之間的令牌處理程序和中間件設置完全不同。 –

+0

謝謝。那麼爲什麼這個AspNet5採樣?爲什麼他們創建這個回購(IdentityServer3.Integration.AspNetCore )https://github.com/IdentityServer/IdentityServer3.Integration.AspNetCore? – mbrc