Security Options
The security options define how credentials will be used to connect to the data source. The available options are:
- Token. Forwards the user’s access token as a Bearer token in the Authorization header.
- Basic Auth.
Forwards the provided
username
andpassword
in the Authorization header. - Api Key. Only available for TIANDITU and Google 3D Tiles data sources. The provided API key will be injected in the service url.
note
The Fusion Server installed with HxGN Smart Sites requires authentication from users for access to any data. Make sure to select Token if your datasource is hosted there.