Google Search Appliance Enabling Windows Integrated Authe Manual de usuario Pagina 19

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 25
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 18
Google Search Appliance: Enabling Windows Integrated Authentication 19
Configuring the Simulator to Communicate with the
SAML Bridge
The search appliance simulator lets you examine the communication flow between the SAML Bridge
and search appliance. These steps configure the simulator by providing it with the location of the SAML
bridge:
1. In File Explorer, go to the subfolder gsa-simulator.
2. In that subfolder, open the file
Web.config
for edit.
3. Scroll to the bottom to find
<appSettings>
. You’ll see the following lines:
<add key="ac" value="http://saml-bridge-hostname/saml-bridge/" />
4. Replace saml-bridge-hostname with the name of the host. Do not use “localhost”; an actual host
name is required.
5. Save the file and exit.
Configuring the SAML Bridge to Communicate with
the Simulator
These steps configure the SAML Bridge by providing it with the location of the simulator.
1. In File Explorer, go to the subfolder saml-bridge.
2. In that folder, open the file
Web.config
for edit.
3. Scroll to the bottom to find
<appSettings>
. You’ll see the following lines:
<add key="provider" value="SAMLServices.Wia.AuthImpl"/>
<add key="log_level" value="error"/>
<!-- gsa uses Https for artifactConsumer -->
<!--add key="artifact_consumer" value="https://gsa_host/security-manager/
samlassertionconsumer"/-->
<!-- this is the GSA simulator -->
<add key="artifact_consumer" value="http://host_name/gsa/
SamlArtifactConsumer.aspx"/>
4. In the second line, change the value of log_level to
debug
.
Notice the fourth and sixth lines, which are similar. These lines specify the artifact_consumer, which
is a URL for the service to which the SAML Bridge sends information. The fourth line is a
configuration to use with the search appliance and the sixth line is a configuration to use with the
simulator.
5. In the sixth line, replace host_name with the SAML Bridge hostname.
6. Save the file and exit.
Later, when you’re ready to deploy the SAML Bridge to a production environment, you’ll reverse this
process, to enable the SAML Bridge to communicate with the search appliance rather than the
simulator.
Vista de pagina 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 25

Comentarios a estos manuales

Sin comentarios