2024 April Release

Login ParametersPermanent link for this heading

The following parameters can be used to additionally customize the login dialog.

Automatically Login With Certificate

To automatically login with an installed certificate use the URL parameter motoky_params=cert_autologin.

Example

https://ch.cloud.fabasoft.com/folio/homelocation?motoky_params=cert_autologin

Automatically Login With Active Directory Federation Services (AD FS)

To automatically login with AD FS use the URL parameter motoky_params=adfs_autologin%3A<base64 encoded AD FS ID>.

Note: The parameter motoky_params can have multiple key value pairs. Each key value pair is separated by a comma (“,”). The value is separated from the key by a colon (“:”). Ensure that the value of parameter motoky_params is URI encoded.

Example

https://de.cloud.fabasoft.com/folio/homelocation?motoky_params=adfs_autologin
%3AaHR0cHM6Ly9wcm94eS5hZGZzLm15LWNvbXBhbnkuY29tL2FkZnMvc2VydmljZXMvdHJ1c3Q%3D

Automatically Login With SAML2 Identity Provider

To automatically login with a configured SAML2 identity provider use the URL parameter motoky_params=saml2_autologin%3A<base64 encoded entity id>.

Note: The parameter motoky_params can have multiple key value pairs. Each key value pair is separated by a comma (“,”). The value is separated from the key by a colon (“:”). Ensure that the value of parameter motoky_params is URI encoded.

Example

https://at.cloud.fabasoft.com/folio/homelocation?motoky_params=saml2_autologin
%3AaHR0cHM6Ly9pZHAubXktY29tcGFueS5jb20%3D

Hide Login Methods

Because some devices do not support certain login methods, e.g. certificates on mobile Android devices, the Fabasoft Cloud login screen supports hiding certain login methods.

The following login methods and features can currently be hidden:

  • business
    Certificate, SAML 2.0 and AD FS are hidden.
    • cert
      Certificate is hidden.
    • adfs
      Single sign-on (Active Directory) is hidden.
    • saml2
      Single sign-on (SAML 2.0) is hidden.
  • digitalid
    Digital IDs are hidden.
  • login
    E-mail address is hidden.

In order to customize these views you have to append the keyword motoky_hidelogin to your URL.

Example

https://de.cloud.fabasoft.com/folio/homelocation?motoky_hidelogin=business

The parameter motoky_hidelogin accepts a comma separated list of values. So you can hide more than just one login method or feature.

Example

https://ch.cloud.fabasoft.com/folio/homelocation?motoky_hidelogin=business,digitalid

Combination

The parameters motoky_loginmode and motoky_hidelogin can be combined. So you can have a simple login screen without the certificate selection.

Example

https://idp.cloud.fabasoft.com/idp/login.html?motoky_loginmode=simple&motoky_hidelogin=business

Login Name

If the URL contains the parameter idploginusername, the username in the login dialog is prefilled with that value.