Hi bro, I'm integartion my system using Aspnetzero with my partner Application. They need I develop function Authenticate. They's requirement: At first time: they will make POST http request to my system with parameter: { Username: "string", Password: "string" } they want I reponse for they: { Status: int, AccessToken: "String" } At second time: They make http post request to my system. "THEY CAN NOT CHANGE CODE FOR ADD 'Authorization: Bearer xxxx' TO HEADERS" { AccessToken: "string" } THEY WANT I RESPONSE USER INFO IF TOKEN VALID How do use /api/account/authenticate for this requirement?
Thanks all response
1 Answer(s)
-
0
Hi,
How the second application is going to send access token to your appliction with the second request ? I didn't understand this part, can you explain it ?
They need to send access token when calling your api somehow.
Thanks.