OpenTouryoProject / MultiPurposeAuthSite

汎用認証サイトは、ASP.NET Identity および JSON Web Token (JWT)によって強化されたOAuth 2.0およびOpenID ConnectのIdentity Provider (Idp) および Security Token Service (STS)です。(Multi-purpose Authentication Site is Identity Provider (Idp) and Security Token Service (STS) of OAuth 2.0 and OpenID Connect powered by ASP.NET Identity and JSON Web Token (JWT).)

Home Page:https://opentouryo.osscons.jp/index.php?汎用認証サイト(Multi-purpose%20Authentication%20Site)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change to an implementation that conforms to the clean architecture.

daisukenishino2 opened this issue · comments

Requirements

  • Change the following module's access modifier from public to internal.
    • CmnStore
    • CmnUserStore
    • CmnRoleStore
  • Add a extended service manager.
  • Use these stores in the extended service manager.

Conclusion