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

Whether to allow one user to register multiple ClientIDs? #136

Closed daisukenishino2 closed 4 years ago

daisukenishino2 commented 4 years ago

Requirement

At the moment, I am thinking with one user and one ClientID. If you want to add a new client dynamically instead of statically config file, you will need to sign up for as a new user. However, accounts that can add SAML and OAuth2 data should be controlled by permissions.

daisukenishino2 commented 4 years ago

Conclusion

I suggest using the email alias feature. The specification that one-account have one-client_id allows for the omission of OAuth2's redirect_uri.