I want to authenticate my application's user, in order to know what they could access. I have decided to use the authentification method provided by google. But, as my application need to stay private, I would like to be able to give to google a whitelist of user that can access to my application.
Do you know how i can create such whitelist ? Thanks !