I am fairly new to using AWS, but I have been working on an app that uses Cognito for the authentication inside of Unity 2021.3.14, to be deployed in HoloLens 2.
I have managed to make it work in the editor, and it returns the Id token successfully, but when I build the project and launch it on the HoloLens, nothing happens, and I get no token in response.
I tried looking where AWS returns the error codes, so I can understand why it isn’t working, but as I said, I’m very new to the authentication features, and I couldn’t find it.
Anyone has had this problem or did something similar with the HoloLens, that could help?
I can log stuff on the HoloLens side, when the app is running, the problem is the only thing that I could find online that would be helpful is the IdToken, but that is the variable that I’m not getting, because the authentication isn’t happening. I tried looking for other things that would help me if they were logged, but I can’t seem to find anything that would show where my problem is.