汎用認証サイトは、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).)
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.
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.