Auth.yaml - whitelisted options do not work.
Hi guys,
I was trying to understand/use some options from auth.yaml:
a) option whitelisted_oauth_client_ids: How can I use it? If I whitelisted my client_id (credential) can I use it to talk with backed via some endpoints? For instance: I created the pair client_id/client_secret (id was added to section whitelisted_oauth_client_ids) and I was trying to fetch the following endpoint ==> https://sta-np-11528163.appspot.com/bots/dead but it doesn't work. Do you have documentation on under what circumstances I can use it?
b) option whitelisted_oauth_emails: I whitelisted my email ([email protected]), and I was able to log in to CF via Google account. I had access to CF but all pages were in the state "Access Denied". When I added the same email via the "Configuration" page or via IAM (as admin) then everything works as expected
Thanks in advance,