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.
- IdentityServer4 UI. Made with ASP.NET Core MVC. Indeed it's based in `QuickstartUI <https://github.com/IdentityServer/IdentityServer4.Quickstart.UI>`_ with few modifications for separation of concern.
44
+
- A RESTful API to expose their features. It's integrated with Swagger.
45
+
- Administration Panel UI for IdentityServer4 and users. Users are using ASP.NET Core Identity.
46
+
- User self Management UI. Panel for user to change his profile. He can also create, change or recover a password.
47
+
48
+
49
+
Docker
50
+
^^^^^^^
51
+
52
+
Entire solution is available on docker. Easy as: `docker-compose up` and go to http://localhost:5000.
53
+
54
+
Azure DevOps
55
+
^^^^^^^^^^^^
56
+
57
+
If you plan to extend it for your own needs it has yaml for Continuous integration and other file with Artifacts for Continuous Delivery with Azure DevOps.
58
+
59
+
60
+
Translations
61
+
^^^^^^^^^^^^
62
+
63
+
It's available for several languages. Most of them was auto generated by **Google Translation**.
64
+
65
+
- English
66
+
- Portuguese (pt-BR) *auto translated*
67
+
- Spanish (es) *auto translated*
68
+
- French (fr) *auto translated*
69
+
- Dutch (nl) *auto translated*
70
+
- Russian (ru) *auto translated*
71
+
- Chinese simplified (zh-CN) *auto translated*
72
+
- Chinese traditional (zh-TW) *auto translated*
35
73
36
74
37
75
Contributing
@@ -59,7 +97,7 @@ There are several ways we can help you out.
0 commit comments