asp.net mvc 5 - OpenID & OAuth : Best Authorization Grant Type approach to get Access & Identity tokens with Customized Login screen -
currently using authorization code grant achieve both authentication , authorization token using thinktecture identity server.
now login screen part of identity server. need have our own login screen in our client application instead of having identity server login page in server.
but still need authentication , authorization token thinktecture identity server.
appreciate help.
try using authorization code flow grant provides access token , id token
Comments
Post a Comment