cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
amogarcia
Engaged Sweeper

Hello Community

We want to set up Cloud Discovery on GCP and we had some questions about those values:

Select the OpenID Connect (OIDC) provider.
In the Issuer URL field, enter https://dev-734bjlip.eu.auth0.com/
In the Allowed audiences field, enter https://cloud-scanning-api

Those values are the same to any or change for each one customers? 

Thanks a lot

 

 

1 REPLY 1
PatrickCloud
Lansweeper Employee
Lansweeper Employee

Hello @amogarcia,

These values are valid for all customers.

Further down the process, you'll enter your site Id so that only requests coming from Lansweeper and from your particular site will be granted a response:

6. Finally, add the following attribute condition: attribute.site_id == '<your site id>'

You can use the same credentials in your other sites (if you have more than one), simply add '||' between conditions:
attribute.site_id == 'site id #1' || attribute.site_id == 'site id #2