Client registration and login page with Identity server 4

660 views Asked by At

I have three client applications using asp.net web form. I want to use current login page included in these applications and want to post the username and password to identity server for login. Does openidconnect gives facility to send username and password from client to server? Or can we send it part of access token.

Please guide me.

Thanks

1

There are 1 answers

0
Christer On BEST ANSWER

Send it as a part of access_token? You shouldnt get the access token without beeing authenticated.

You can use the Resource Owner Password grant type if you want to use your existing login screens.