Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Settings related to the operation of the SAML Bridge are located in the WEB-INF/web.xml file. These settings describe the location of the Yellowfin instance and the web service credentials, and the attributes for finding and automatically provisioning Yellowfin users.

 

Access Yellowfin

Here is This setting shows how to access Yellowfin (URL):

...

Here is how you can enable or disable user user provision. Set it the value to true to enable it, and false to disable itthis functionality.

Code Block
languagexml
<init-param>
	<param-name>AutoProvision</param-name>
	<param-value>true</param-value>
</init-param>

...

To do user provision, you need to define FirstNameAttribute, LastNameAttribute and YellowfinRole. For instance, in the example below, Yellowfin gets the user name and surname from AD FS and the user role is defined as ‘Consumer & Collaboration’.

...