auth.admin.saml.identity-provider-metadata-url
Background
Set to the IdP metadata that Funnelback’s
admin interface
should use. If the metadata is stored as a file on the Funnelback server, use
something like file:///some/path/metadata
and if the metadata is available as a
URL, use something like http://identity-provider.com/metadata
.
Please note that the order of the SingleSignOnService
items is important as
Funnelback uses the first instance. Ensure the first instance has the
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
.
Please note that the SSL certificate of any HTTPS metadata source must be trusted.
See auth.admin.saml.keystore-path
and
auth.admin.saml.keystore-password
.
Setting the key
Set this configuration key in the server configuration.
Use the configuration key editor to add or edit the auth.admin.saml.identity-provider-metadata-url
key, and set the value. This can be set to any valid String
value.
See also
-
Specify the URL to log users out of the IdP (Admin interface).
-
Specify the prefix for the SAML entity ID (Admin interface).
-
Specify the location of the SAML keystore (Admin interface).
-
Specify the alias of private key to use in SAML keystore (Admin interface).
-
Specify the password for private key in SAML keystore (Admin interface).
-
Specify the location of the Groovy class which maps SAML users to their permissions.
-
Specify the default URL to navigate to after an IdP initiated SSO login. (Admin interface)