Skip to content

zemacik/IdentityServer3-IdentityManger-IdentityServerAdmin-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdentityServer3 working sample

This is a working example of IdentityServer3, with Scopes and Clients management using IdentityServer3.Admin, and Identity store using IdentityManager on top of MembershipReboot

Main component versions used:

Package Version
IdentityServer3 2.4.0
IdentityServer3.Admin 1.0.0-beta4
IdentityServer3.Admin.EntityFramework 1.0.0-beta3
IdentityManager 1.0.0-beta5-5
IdentityManager.MembershipReboot 1.0.0-beta5-1

Identity manager middleware is accessible at:

http://localhost:44333/idm

IdentityServer.Admin middleware is accessible at:

http://localhost:44333/adm

Note:

After first run there is new default user account created:

Type Value
Username admin
Password admin
Note 2:

If you will deploy this sollution you need to generate your own identity server certificate idsrv3test.pfx stored in *.\MyIdentityServer\ConfigIdentityServer*

About

Working example of IdentityServer3, with Scopes and Clients management using IdentityServer3.Admin, and Identity store using IdentityManager on top of MembershipReboot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages