Skip to main content

Reserved URL Parameters

The following URL parameters are reserved, within the context of a CSP-based web application:

IrisUserName

From the login page, contains the username to log in

IrisPassword

From the login page, contains the password of the user designated by IrisUserName

IrisOldPassword

If passed in with IrisUserName and IrisPassword, it contains the current password for the user. The security routines changes the user’s password to a new value, the one from IrisPassword, such as, IrisOldPassword=fredsAboutToBeChangedPwd. After the password is changed, the user is logged in using the new password.

IrisLogout

IrisLogout with no value or any value other than cookie causes the session for this request to be logged out (but not destroyed.) Logging out destroys the current login cookie and removes any two-factor security tokens being held in limbo for this session.

IrisLogout=cookie destroys the current login cookie.

IrisSecurityToken

IrisSecurityToken contains the value of a submitted security token from the Login Security Token page, such as IrisSecurityToken=12345678.

IrisSecuritySubmit

The presence of this name indicates that the user is submitting a security token whose value is associated with IrisSecurityToken.

IrisSecurityCancel

The presence of this name indicates that the user has cancelled out of the Login Security Token page.

IrisLoginPage

Login pages, including custom login pages, contain two sub-pages: one for login and one for returning the security token value. The page checks the value of IrisLoginPage to determine which subpage to display. IrisLoginPage=1 indicates the Login subpage should be displayed.

IrisNoRedirect

A page P is requested, but it is unauthenticated, so the Login page is displayed. After the user submits the information from the login page, usually the page request for P is redirected back to the browser. (This stops the browser from asking the user to press the <Resend> button before its shows P.) This behavior can be short-circuited by passing IrisNoRedirect=1

FeedbackOpens in a new tab