Hello,
Do you have any idea how can I utilize the old github library to make function calls of fusion auth client library for older frameworks of Asp.net(4.5.2)?
When I try to use the login provided by fusion auth which has redirect link which routes to the controller in our application, in the end, inside the redirect function we use it to get token.
To get the access token we have to call the "exchange code for access token" function(client library function call), how can I use that function from old library(no such function is available in fusion Auth API.)?
At this point, after the login process, do I have to apply for the token again with username and password? if I want to access the token from API?
.net core doesn't work with older frameworks of asp.net(4.5.2.) installation error.