How to register a vendor user
Invite vendor users via user management to register them:
The user receives an email with the necessary information for registration:
Excerpt from the email:
Congratulations, you've been invited to join SLASCONE Licensing and Analytics.
.......
........
SIGN UP
As long as the user has not registered, he will be displayed in the portal like this:
When the user clicks on the SIGN UP link, he will be redirected to the Vendor Portal login page:
The “Sign up now” link redirects the user to the registration page:
In order to fill out the form, the email must first be verified. This is done via a code that is sent to the email address when you click on “Send verification code”.
After the email address has been successfully verified, the user can enter the password, name and vendor ID.
When you click Create:
- The user is created in Azure B2C
- The user is stored internally in the “UserRoles” table
This is how the login process takes place:
- It checks whether the user exists in Azure B2C. If the user is not found, a corresponding message appears
- If the user was able to successfully log in to Azure B2C, the VendorID and the object ID of the user stored in the user profile are used to check which role is assigned to the user.
- This is checked via the "UserRoles" table. If the user is not found in the table, he or she cannot log in. A message appears saying that the user has not been assigned a role.
How to register a customer user
In order to register a customer user, invite the user in the user management of the customer:
The user receives an email with the necessary information for registration:
Excerpt from the email:
Congratulations, you've been invited to join SLASCONE Licensing and Analytics.
.........
.......
SIGN UP
As long as the user has not registered, they will be displayed in the portal like this:
When the user clicks on the SIGN UP link, he will be redirected to the Vendor Portal login page:
The “Sign up now” link redirects the user to the registration page:
In order to fill out the form, the email must first be verified. This is done via a code that is sent to the email address when you click on “Send verification code”.
After the email address has been successfully verified, the user can enter the password, name and vendor ID.
When you click Create:
- The user is created in Azure B2C
- The user is stored internally in the “UserRoles” table
How to register a reseller user
Registering a reseller user corresponds to registering a customer user. The user is invited via the reseller's user management.
Comments
0 comments
Article is closed for comments.