I submitted a new idea that would be helpful to Automic Automation shops that use single sign-on.
Background
When the AWI environment variable AUTOMIC_PARAMETER_LOGIN_ENABLED
is set to true, AWI users may provide URL parameters to facilitate automatic login with single sign-on.
For example, the user could provide the department
, logintype
, and autologin
parameters as in the following example:
https://awi.mycorp.com/awi/AE_PROD/0001@pa?department=MYCORP&logintype=SAML&autologin=true
However, once the user has logged in, the AWI removes the connection parameters from the URL displayed in the URL field. ...
https://awi.mycorp.com/awi/AE_PROD/0001@pa
...
[The AWI should not remove connection parameters from the URL, because URLs lacking these parameters cannot be used to transparently log in using single sign-on.]
...
Proposal
If the AUTOMIC_PRESERVE_CONNECTION_PARAMETERS
environment variable is set to true, the AWI will preserve at the end of the URL displayed in the browser any connection parameters provided when initially establishing the AWI session. All AWI browser windows/tabs associated with this AWI session will have these connection parameters (department
, logintype
, and autologin
) at the end of the URL displayed in the browser..
If you like the idea, please vote for it.