Изменения документа Identity | IdentityServer

Редактировал(а) Alexandr Fokin 2023/07/31 11:08

<
От версии < 2.2 >
отредактировано Alexandr Fokin
на 2020/11/03 13:27
К версии < 3.2 >
отредактировано Alexandr Fokin
на 2020/11/03 23:37
>
Изменить комментарий: Редактировать комментарий

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,6 +1,21 @@
1 1  
2 +https://identityserver.io/
3 +
4 +
2 2  ASP.NET Core Identity. Введение в ASP.NET Core Identity
3 3  https://metanit.com/sharp/aspnet5/16.1.php
4 4  
5 5  Introduction to Identity on ASP.NET Core
6 6  https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-3.1&tabs=visual-studio
10 +
11 +
12 +
13 +IdentityServer4. Основные понятия. OpenID Connect, OAuth 2.0 и JWT
14 +https://prohoster.info/blog/administrirovanie/identityserver4-osnovnye-ponyatiya-openid-connect-oauth-2-0-i-jwt
15 +
16 +
17 +Имплементация OpenId Connect в ASP.NET Core при помощи IdentityServer4 и oidc-client
18 +https://habr.com/ru/post/337784/
19 +
20 +Использование Identity Server 4 в Net Core 3.0
21 +https://habr.com/ru/post/461433/
XWiki.XWikiComments[0]
Комментарий
... ... @@ -3,3 +3,9 @@
3 3  
4 4  Решение
5 5  https://github.com/dotnet/aspnetcore/blob/master/src/Identity/ApiAuthorization.IdentityServer/src/Data/ApiAuthorizationDbContext.cs
6 +
7 +
8 +!!При попытке использования дефолтного шаблона приложения и класса контекста, отличного от унаследованного от ApiAuthorizationDbContext(Как описан в решении выше), возникает ошибка:
9 +app.UseIdentityServer();
10 +System.MissingMethodException: "Method not found: 'System.Collections.Generic.ICollection`1<IdentityServer4.Models.Scope> IdentityServer4.Models.ApiResource.get_Scopes()'."
11 +
XWiki.XWikiComments[1]
Дата
... ... @@ -1,1 +1,1 @@
1 -2020-11-03 13:27:17.79
1 +2020-11-03 13:27:17.80