I am able to get the OAuth token. Any hint what mistake I am doing
Md Nazmul Haque
unread,
Dec 16, 2019, 10:35:15 PM12/16/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cicp-discussion
Managing Identity Platform tenants programmatically first you need a service account to use the provider configuration management API and ensure that multi-tenancy is enabled for your Google Cloud project. Please have a look at the link which might help you.
Yanna Wu
unread,
Dec 16, 2019, 10:42:07 PM12/16/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cicp-discussion
Hi Yanna Wu,
Thanks for the answer. The scope that you suggested worked for me. I was providing the wrong scope.
mohit kumar
unread,
Dec 25, 2019, 3:07:25 AM12/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cicp-discussion
Hi Md Nazmul Haque,
I wanted some solution that will work with python. The link that you shared is only for node js. And also it says that tenant creation with SDK is only supported in node js as for now.
Md Nazmul Haque
unread,
Dec 25, 2019, 6:10:03 PM12/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cicp-discussion
Hello Mohit,
It is possible to use the REST API to create tenants but I could not find any python sample code for it.