2

I am new to the IdentityServer V3. I am not sure where to find the admin page where we provide the clientID ,clientSecret and the scope etc similar to v2. Is that changed in v3? If so can someone point me to some basics?

Thanks

Greens
  • 3,061
  • 11
  • 43
  • 61

2 Answers2

0

Check out this tutorial identityServer v3 membershipreboot-angularjs-webapi-2-and-mvc-mix. You will be most interested in Part 1. There is also sample code for this tutorial (you will find link on page).

Thinktecture has greate samples repository. Try IdentityServer3.Samples MembershipReboot example, it may be usefull for you.

Michael Freidgeim
  • 26,542
  • 16
  • 152
  • 170
balbelias
  • 428
  • 5
  • 17
  • Neither https://cedric-dumont.com/tutorials/identityserver-v3-membershipreboot-angularjs-webapi-2-and-mvc-mix-it-introduction/ tutorial nor https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/MembershipReboot example do not describe Admin Page for Client Configuration – Michael Freidgeim Jun 12 '17 at 12:38
  • @MichaelFreidgeim, maybe you will found [this](https://brockallen.com/2014/04/09/introducing-thinktecture-identitymanager/) or [this](https://github.com/IdentityManager/IdentityManager) helpful. – balbelias Jun 13 '17 at 18:29
  • Both this links are also not related to the question about ADMIN page for CLIENT configuration. ALso, when providing a link, it's better to describe the name of the article or at least full URL(which often include the article description. Hiding the title by "this" link wastes reader time - I have to open link just to find that it is unrelated. – Michael Freidgeim Jun 13 '17 at 21:29
0

Their are two https://github.com/IdentityServer/IdentityServer3.Admin and https://github.com/IdentityServer/IdentityServer3.Admin.EntityFramework repositories , both implemented backend API.

From https://github.com/IdentityServer/IdentityServer3/issues/110 brockallen commented on Oct 28, 2014

I think this issue requires me to split the EF repo into two: 1) for the EF entities, and 2) implementation of the Core interfaces that maps back and forth from core to EF entities. Then I'd add a third project/repo that references the EF entities and build interfaces that map back/forth to the Core.Admin interfaces/models

You either need to implement UI by yourself, or buy a AdminUi product https://www.identityserver.com/products/

Michael Freidgeim
  • 26,542
  • 16
  • 152
  • 170