The Bravura Security Fabric URL
This topic is shared between product docs and training
You can access the login page for the Front-end by including the full path to the virtual directory in the URL:
http[s]:// < host name > / < virtual directory >
where:
http[s]: If your web server is configured to use a secure connection type https . If not, type http .
For security purposes, HTTPS should be used at all times. This is especially recommended for production environments.
<host name>: This is your domain name, or Bravura Security Fabric server name or IP address
<virtual directory>: If Bravura Security Fabric was installed using the default instance name, this is default ; otherwise, this is the non-default instance name.
You can supply additional arguments, such as language preference, by including a question mark (?
) in the Bravura Security Fabric URL. Separate multiple arguments using an ampersand (&
). For example:
https://idm-server/default/?LANG=fr-ca&USERID=bobsmith
For security reasons, arguments other than language and skin will be only be acknowledged when included in URLs for the root virtual directory or in URLs that redirect the user to the root virtual directory. In all other URLs, all arguments except language and skin will be ignored.
If the index page for your Bravura Security Fabric instance is set up (during installation) as your web server’s default web page, you can access the Front-end login page simply by typing the web server’s URL in a browser. For example:
https://idm-server.example.com