sauyce
❔ Unity authentication with .NET Core Web API (WITHOUT web browser redirect) and Azure.
yeah, I think that's what the deeplink should be doing. Like, it just hit me why you can open up applications from the browser, and I'm guessing this is how we get native apps to work, i.e., get the tokens needed.
21 replies
❔ Unity authentication with .NET Core Web API (WITHOUT web browser redirect) and Azure.
Yeah, I'm probably not going to go with the pin solution. As for the localhost website, that's only for development right? I'm using Azure so I would direct my users to their authorization link, and then pass them a redirect link back to my Unity application with a deeplink. Does that sound right?
21 replies
❔ Unity authentication with .NET Core Web API (WITHOUT web browser redirect) and Azure.
Okay, let's say we have the redirect. Does this mean that my Unity application would need to have an embedded browser for this to work? Because otherwise I would not be able to retrieve the token from an external browser right?
21 replies