You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
* Updated SSO with latest version of QuickStart UI
28
+
* Device flow
29
+
* IdentityServer4@2.4.0
30
+
31
+
## Docker support
2
32
3
33
* Now you can run through a docker! ❤️
4
34
* Unfortunately you need to change hosts for it. Because Authority URL. I can't do anything to face it. It's security feature from OAuth2 to keep same Authority name for each Token.
5
35
6
-
* Pagination for Users and Persisted Grants
36
+
## API
7
37
38
+
* ASP.NET Core 2.2
39
+
* Support for IdentityServer@2.4.0
8
40
* Update of main DbContext, JpProject
9
41
* Removed previous components from MySql.IdentityServer and Sql.IdentityServer. Unifying them at same project.
10
42
43
+
## Admin UI - Updates
44
+
45
+
* Pagination for Users and Persisted Grants
46
+
11
47
* Client Page:
12
48
* Changed Claims button to be under Token - Following Docs from [IdentityServer4](https://identityserver4.readthedocs.io/en/latest/reference/client.html#token)
Copy file name to clipboardExpand all lines: docs/index.rst
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Getting Started
6
6
.. image:: images/logo.png
7
7
:align:center
8
8
9
-
Jp Project is a Open Source Quickstart for IdentityServer4.
9
+
Jp Project is a Open Source Quickstart for IdentityServer4 v2 - release 2.4.0.
10
10
11
-
Built with ASP.NET Core and Angular 6.
11
+
Built with ASP.NET Core 2.2 and Angular 7.
12
12
13
13
The main goal of project is to be a Management Ecosystem for IdentityServer4. Helping Startup's and Organization to Speed Up the Setup of User Management.
0 commit comments