Trying to create a Login system

Hello everyone, I’m trying to create a simple Login button using the epic games system (I would like to use other services in a near future). The thing is that I have read the documentation and I this is my project.build.cs and the defaultengine.ini:


On the other hand, I enabled the plugins in the editor:

And finally, I created an application entry in my dev epic account:

clientPolicy

And added the setting in the UE project:

Now I created a UI with a simple login button, and when I click on it, nothing happens. I’m completly lost, I can’t understand what is happening. if somebody can help me I will be really glad. BTW There is not any error in the output log.

The final target of all of that is get an user ID to be able to identify and recognize him in my database.

Thanks in advanced!

Ok I solved my problem following this guide, thanks anyway