Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

The Customer Portal supports three types of authentications:

  • basic, with user(email) and password

  • Single-Sign-On with OpenID Connect

  • with token from email link

The sign-in page handles the first two authentication types.

image-20240202-100926.png

Basic authentication.

Account creation.

Customers can create accounts using an email address. On the Sign in page there is a link to the Sign up form.

image-20240202-101041.pngimage-20240202-104425.png

After a successful registration, a confirmation email is sent to the provided email address. The email contains an activation link. Once the link is used, the account is activated and ready to use.

image-20240202-104612.png

Password reset.

User can request a password reset on the sign-in page using the “Forgot?” link. An email will be sent to the provided address with a reset link.

image-20240202-104819.pngimage-20240202-104950.png

After using the reset link, user can set up a new password.

image-20240202-105342.png

Single-Sign-On with OpenID Connect

The Customer Portal offers single-sign-on with OpenID Connect. It’s possible to use multiple identity providers at the same time.

OpenID Connect provides a way to authenticate users and obtain their consent for accessing their identity information. It extends OAuth 2.0 to include an identity layer.

OpenID Connect is widely adopted and plays a crucial role in modern authentication and authorization scenarios, especially in the context of single sign-on across multiple applications and services.

image-20240202-103742.png

The list of OpenID authentication options is composed basing on the content of the control table.

The table is set up in the VSS->Service-> Service Resource Scheduling->Customer Portal->Authentication->Maintain OpenID Identity Providers Configuration IMG node.

image-20240202-102248.png

Access with resource token.

Customers without an account can perform all actions on their service orders and appointments by using links from received order processing notifications (email, SMS, ...). The notifications are sent from the VSSCommunication Framework in response to various events. The links in the notifications contain resource tokens that allow interaction with a single order or appointment.  

  • No labels