Allowing Remedy SSO to authenticate applications in iframes
Use cases overview
To enable the Remedy SSO authentication flow of an application in an iframe, you must configure the Allow-From Domains option on the RSSO server:
Your application is launched in an iframe:
In this use case, your application is launched from a parent application in an iframe.
Your application is launched in a nested iframe:
In this use case, your application is launched in an iframe from the grandparent application.
System requirement prerequisite for applications in nested iframes
If you have applications in nested iframes, then the following requirement must be met before you enable the RSSO configuration:
The child application must pass the following parameter in the GET call to the sub-child application: allow-from-domain=http://parentApplicationDomainName:port,http://ApplicationDomainName:port
The port value is not mandatory. If the port is not stated, then the default port is applied. The default port for HTTP is 80, the default port for HTTPS—443.
The value of this parameter must be URL-encoded.
To display Allow-From Domain(s) in the RSSO server UI
The Allow-From Domain(s) option is by default displayed only for PREAUTH authentication type, and it is not available for all other authentication types.
To display the Allow-From Domain(s) option, start RSSO server with the following JAVA option: com.bmc.rsso.show.advanced.option.ui=true.
To allow the RSSO server to launch applications in iframes
On the Remedy SSO server, in the Administration Console, configure the Allow-From Domains option for your authentication type.
The possible values for Allow-From Domains settings are the following:
- * - wildcard. Allowed for all domains
- hostname - Allowed for specified domain, ignoring port
- hostname:port - Allowed for exact match host:port
- proto://hostname:port - Allowed for exact match host:port (proto is ignored, the actual one is taken from the original referrer).
- proto://hostname - If the port is not stated, then the default port is applied. The default port for HTTP is 80, the default port for HTTPS—443.