Force Specific Authentication Mechanism
ADONIS users can be forced to log in using a specific authentication mechanism (= connector) with an URL parameter, even though another connector would usually be applied.
Force Specific Connector
In order to force a specific connector:
- Navigate to "http://<SERVER_NAME>:<TOMCAT_PORT>/ADONIS12_0?forceConnector=<CONNECTOR_ID>".
Example
Force Specific Connector Type
In order to force a specific connector type:
- Navigate to "http://<SERVER_NAME>:<TOMCAT_PORT>/ADONIS12_0?forceConnectorType=<CONNECTOR_TYPE>".
The first configured and applicable (not ruled out via constraints) connector of the specified type will be used for authentication.
Example
Force Connector/Connector Type for Admin Page
You can also force the use of a specific connector or connector type to log on to the Admin Page.
In order to force a specific connector:
- Navigate to "http://<SERVER_NAME>:<TOMCAT_PORT>/ADONIS12_0/admin.view?forceConnector=<CONNECTOR_ID>".
In order to force a specific connector type:
- Navigate to "http://<SERVER_NAME>:<TOMCAT_PORT>/ADONIS12_0/admin.view?forceConnectorType=<CONNECTOR_TYPE>".
The first configured and applicable (not ruled out via constraints) connector of the specified type will be used for authentication.
Force Refresh of Connection Data
When using the above parameters, the information about the forced connector is stored in the cache of the browser. Unless all browser windows are closed, this information will be used on any subsequent visits by the user.
To force a refresh of the connection data, the URL parameter forceClear
can be used:
- Navigate to "http://<SERVER_NAME>:<TOMCAT_PORT>/ADONIS12_0?forceClear=true".