1

ユーザー名とパスワードで認証し、ID サーバーからトークンを取得するためのこのチュートリアルを見つけました。

http://leastprivilege.com/2013/11/13/embedding-a-simple-usernamepassword-authorization-server-in-web-api-v2/

https://identityserver.github.io/Documentation/docs/overview/simplestOAuth.html

https://github.com/IdentityModel/Thinktecture.IdentityModel/tree/e6cf193dbffbe1dc3a15848106807983ec503c22/samples/OAuth2/EmbeddedResourceOwnerFlow

URLは次のようになるとどこにでも書かれています:

&grant_type=password&username=aa&password=aa

私の質問は、例のように必要かどうか、EmbeddedAuthorizationServerまたは直接 SSO サーバーを呼び出すことができるかどうかです。

ユーザー名とパスワードを SSO サーバーに投稿し、トークンを返したいと思います。出来ますか?

4

1 に答える 1