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).)
https://opentouryo.osscons.jp/index.php?汎用認証サイト(Multi-purpose%20Authentication%20Site)
9 stars 7 forks source link

Is there the need to change the default value of subject_types from uname to public? #151

Open daisukenishino2 opened 3 years ago

daisukenishino2 commented 3 years ago

Requirement

As the title says.

daisukenishino2 commented 3 years ago

Answer

Default behavior of this product for external login. However, when federating, it is preferable to obtain a separate user ID or change subject_types to public.

daisukenishino2 commented 3 years ago

Modifications

Change subject_types to public.

Support username in scope.

uname