Applications

Application configurations are essential settings and parameters that tailor how your application operates. These configurations determine everything from user experience elements like language and session duration to security measures like token expiration and authorization settings. Getting these configurations right is crucial for optimizing your app's performance and ensuring a smooth user experience while maintaining security and compliance.


Redirect URIs

OAuth 2.0 and OpenID Connect integrations require a redirect URI to be configured and passed to the authorization endpoint in order to start a transaction.

Language Localization

Developers are encouraged to leverage localization within their applications to allow users to complete verification with their language of choice and prompt the appropriate language problematically for a seamless user experience.

Privacy Policy & Terms of Service URLs

Streamline user experience by allowing users to opt-in to your company’s privacy policy and terms of service by simply configuring your applications with the respective links allowing users to opt-in the moment they approve their consent.

Authorization Duration

Authorization duration in an application refers to the period of time during which a user's granted access or permissions remain valid. It's a critical aspect of security and user convenience in managing access to application features and data.

Token Expiration

Time-based mechanism which enhances security by reducing the risk of unauthorized access if a token is compromised, and it ensures that user access remains under control.