Skip to main content

Authentication Cloud instance configurations

This page lists all settings within your Authentication Cloud instance, that you can configure through requests to Consulting, or via support tickets. Use the right sidebar to browse the settings grouped by type.

FIDO UAF

fireball/iosApps

The unique reference to the customer iOS app.

Example value:

    - teamId: U9KPBF668H 
bundleId: ch.nevis.security.example
- teamId: U9KPBF668H
bundleId: ch.nevis.accessapp.example

fireball/androidApps

The unique reference to the customer Android app.

Example value:

    - packageName: ch.nevis.security.example 
certFingerprints:
- D8:02:71:E9:40:29:19:8C:46:C0:7A:E4:98:64:9D:E7:0C:1D:DA:1A:AA:CB:72:57:40:D6:76:E2:41:B2:FA:04
- packageName: ch.nevis.accessapp.example
certFingerprints:
- 15:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5
- 92:D7:03:AF:EB:09:57:27:40:91:9E:A7:4F:F1:D1:DD:4A:49:15:27:7E:BC:F3:91:5C:BC:30:F0:32:07:57:B7

fireball/iOSAppUrl

A link to the customer iOS app within the app store.

Example value:

https://itunes.apple.com/app/id1531291384?mt=9"

fireball/androidAppUrl

A link to the customer Android app within the play store.

Example value:

https://play.google.com/store/apps/details?id=ch.nevis.security.example"

fido_facet_ids

List of allowed Facet ID-s.

Example value:

"['https://example-41a521.mauth.nevis.cloud/' \ 
,'android:apk-key-hash:ch.nevis.mobile.authentication.sdk.android.example' \
,'android:apk-key-hash:ch.nevis.mobile.authentication.sdk.flutter.example' \
,'android:apk-key-hash:ch.nevis.mobile.authentication.sdk.react.example' \
,'ios:bundle-id:ch.nevis.mobile.authentication.sdk.ios.example' \
,'ios:bundle-id:ch.nevis.mobile.authentication.sdk.flutter.example' \
,'ios:bundle-id:ch.nevis.mobile.authentication.sdk.objc.proxy.example' \
,'ios:bundle-id:ch.nevis.mobile.authentication.sdk.react.example' \
,'android:apk-key-hash:2wJx6UApGYxGwHrkmGSd5wwd2hqqy3JXQNZ24kGy+gQ' \
,'android:apk-key-hash:x7Xkw62dAn/BsckOQ9a3OMhmlwhzdr2VkcswIIyJgJE' \
,'android:apk-key-hash:ldcDr+sJVydAkZ6nT/HR3UpJFSd+vPORXLww8DIHV7c' \
,'ios:bundle-id:ch.nevis.security.example' \
,'ios:bundle-id:ch.nevis.accessapp.example' \
,'ios:bundle-id:ch.nevis.example.fireball' \
,'ios:bundle-id:ch.nevis.example.internal' \
]"

cors/additionalAllowedOriginPatterns

The allowed origins of calls.

Example value:

- https://example.eu/        
- https://biometrics.example.eu/

fido_registration_timeout

Determines the status token lifetime on registration. (default: 10m)

Example value:

10m

fido_registration_token_timeout

The lifetime of the dispatch token. (default: 10m)

Example value:

10m

fido_authentication_timeout

The lifetime of the status token on authentication_timeout. (default: 2m)

Example value:

2m

fido_authentication_token_timeout

The lifetime of the dispatch token. (default: 2m)

Example value:

2m

fido_deregistration_token_timeout

The maximum time that a client has to redeem a deregistration token since the token was generated by nevisFIDO. (default: 10m)

Example value:

10m

push_rate_limiting_enabled

Set to true for push rate limiting to be enabled on the instance.

Example value:

false

push_max_per_user_per_day

The maximum amount of push messages that can be sent to a single user per day. (default: 10)

Example value:

10

FIDO2

fido2_origins

List of allowed origins for FIDO2 registration or authentication.

Example value:

"['https://example-41a521.mauth.nevis.cloud', 'https://example.eu/', 'https://biometrics.example.eu/', 'https://dev-eriko-bioauth.example.eu/']"

fido2_rpid

The website or domain that is connected to the AuthCloud instance. Currently there can only be a single domain associated with an instance.

Example value:

"example.eu"

SMS

sms_enabled

Set to true for SMS authentication to be enabled on the instance. (default: false)

Example value:

false

sms_sender

Set the SMS originator that is displayed on mobile device screens.

Example value:

"Example sender"

max_sms_message_length

The maximum length of SMS messages. (default: 160).

Example value:

160

sms_code_length

The lenght of SMS verification codes set in number of digits. (default: 7).

Example value:

7

sms_code_validity_seconds

The validity period of SMS verification codes set in seconds. (default: 60).

Example value:

60

sms_max_per_user_per_minute

The maximum amount of SMS messages that can be sent to a single user per minute. (default: 3)

Example value:

3

sms_max_per_user_per_day

The maximum amount of SMS messages that can be sent to a single user per day. (default: 10)

Example value:

10

sms_max_per_instance_per_minute

The maximum amount of SMS messages that can be sent within an Authantication Cloud instance per minute. (default: 3)

Example value:

3

sms_max_per_instance_per_day

The maximum amount of SMS messages that can be sent within an Authantication Cloud instance per day. (default: 20)

Example value:

20

EXPORT

logs_export_limit

The hard limit of how many logs can be exported. (default: 10000)

Example value:

10000