I have a clarification regarding the authentication in the following scenario.
I have a front end application along and a web api solution which uses the oauth2 and jwt for generating the tokens and the setup works fine . I want to give it as a package along with steps how to configure and use for any application .So when the user uses this application in his system , Will he able to generate the token to send it to server ? Will the authentication server also gets deployed for achieving token based authentication as a package?
Comments
Post a Comment