Skip to content

This repo contains the library integrate IdentityServer and Asp.Net Core Identity.

License

Notifications You must be signed in to change notification settings

wangshifeng/RigoFunc.IdentityServer

 
 

Repository files navigation

RigoFunc.IdentityServer

This repo contains the plugin for IdentityServer v4 that uses ASP.NET Core Identity as its identity management library.

SEE: https://github.com/tibold/IdentityServer4.Contrib.AspNetIdentity

The change is we add CODE login sent to Phone Number.

Join the chat at https://gitter.im/xyting/RigoFunc.IdentityServer Build Status

Wiki

https://github.com/xyting/RigoFunc.IdentityServer/wiki

OAuth Client

https://github.com/xyting/RigoFunc.OAuth

Token Redis Store

Usage

var builder = services.AddIdentityServer().AddRedisTransientStores(options=>{
	options.config = "localhost";
	options.db = 0;
});

About

This repo contains the library integrate IdentityServer and Asp.Net Core Identity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.4%
  • Other 1.6%