Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date: 

Login with Vipps

(RTL-2134)

Account service supports multiple external authentication providers. To configure the Vipps integration you will need an agreement with the Vipps corporation and and access to https://portal.vipps.no/ . A requirement for the agreement, is to have the company (corresponding to the tenant concept) organization number shown on the client application front page. This also includes the login page.

Automatic trim whitespaces of all identifier fields

(RTL-2441)

In order to avoid the validation error, it is not possible to put a space at the beginning and end of the identifier. Automatic trim works during registration (verification and registration step), login and password change for all types of identifiers (email, mobile, SSN).

Introduce SSN field (for bankid) in database

(RTL-2658)

Introduced SocialSecurityNumber (SSN) and SocialSecurityNumberConfirmed field to User data to support future BankId scenarios that requires user lookup based on SSN.

Unable to update MemberIdentity at GG due to missing address data

(RTL-2690)

From now on even members with incompleted address will be able to create user in AccountService.

Delete exception on fallback

(RTL-2691)

The fallback code was removed from delete method. That means, Account Service is not falling when it can not find user in Account Service that should have been deleted.

Wrong text on Swedish password validation length

(RTL-2769)

Corrected Swedish warning message in AccountService about incorrect password length.

Introduce age validation on ssn registration

(RTL-2826)

Registration with SSN valid new member's age. Minimal age is configurable.

In case of non-fulfillment of the registration conditions (under required age or invalid SSN) user get appropriate information.

Added fallback option for user in UI.

(RTL-2843)

If redirect does not work, user can click a button to navigate to the proper location.

...

Date: 

Change texts in reset password view

(RTL-1538)

Swedish and Norwegian translations in change password view - header and description for:

  • email identification
  • mobile identification
  • email or mobile identification

were implemented.

AspNet identity performs unnecessary username lookup during registration validation

(RTL-2693)

In case of reserved email or mobile while register view is open user get appropriate message: 'The specified mobile number has already been reserved. Please try a different number.' or The specified email has already been reserved. Please try a different address.'



...

Date: 

Exception when email address is changed before confirmation

...