I am working on dev of a MAUI app. I call one api endpoint (https://myfirstendpoint) which contains a callback url (https://myappname) in querystring parameters. Now ideally when this first endpoint is hit then a callback should happen on the app and I should receive a code passed in that callback url.
What I have tried:
If someone has worked on it then please guide me with correct procedure/solution for achieving this.
Please be considerate as I am working on MAUI for the first time I might miss out on some of the termionologies while explaining my query.
Thank you for your response guys. I finally had to change my approach as this never worked and it was an urgent deliverable.
I used Web Authenticator for making it work and it worked then. Posting the answer here for someone who gets stuck like me and wants a solution.