I'm new in programming and I have a question.
I try to use Azure with my simple HTML page to learn about Azure. I added authentication with Google with this tutorial
It is worked good, but now I want to add login name (like: Hello @User), and log-out button into my page, but I don't know how to do that.
Can anyone help me with it?
Sorry for my bad english.
Google provides some client library for OAuth2 such as google-oauth-java-client and plenty of samples on google-api-java-client-samples.
If you want a step by step tutorial, you can use this: OAuth 2.0 clients in Java programming tutorial series