Skip to main content
Version: 1.28.0

Providers Authorization

The Providers authorization widget supports sign-in through various SSO providers, in addition to the standard platform credentials option. You can configure as many sign-in options as needed.

By default, the widget is displayed on the sign-in page and includes a UI action to change the interface language, as well as a Help button. You can configure the content that opens when the Help button is clicked using the simple.auth_page.help_info.ru property.

Providers Authorization widget options

OptionMandatoryDescription
pathAfterLoginYSpecify the path to the page where the user must be redirected after successful authorization.
portalPathNameYSpecify the path to the target portal to display its logo in the widget title.
signUpEnabledN

Set the value to true to make registration available for new users in the self-service portal. Default value: false.

Ensure the simple.signup.enabled system property is also activated.

passwordResetEnabledN

Set the value to true to add a redirection link to password reset page. Default value: false.

Ensure that the simple.passwordreset.enabled system property is also activated.

enableLoginNSet the value to true to enable user authorization with login and password. Default value: true.
{
"enableLogin": "true",
"signUpEnabled": "true",
"pathAfterLogin": "portal",
"portalPathName": "portal",
"passwordResetEnabled": "true"}