You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve the DX, a user can log on to the Web Vorto Repository using Standard OAuth/OpenID eIDP Provider.
First time user scenario:
The user can log in to the Repository by clicking on the Bosch eIDP Button which starts the OAuth Flow and logs the user in.
The Repository detects that this user is a new user as he/she does not have a record in the Repository user mgmt. database
Therefore the user is asked to key in the password and confirm the password. This creates a record in the user database.
Already registered user:
The user can log in to the Repository by keying in username (email address) and password (chosed during the first time registration). This logs in the user to the repository
Alternatively, the user can login via eIDP which starts the OAuth flow.
As the user can be found in the local user store, he can immedialely use the repository.
Extension
Standard OAuth Providers can easily be added (e.g. Github)
The text was updated successfully, but these errors were encountered:
To improve the DX, a user can log on to the Web Vorto Repository using Standard OAuth/OpenID eIDP Provider.
First time user scenario:
Already registered user:
Extension
Standard OAuth Providers can easily be added (e.g. Github)
The text was updated successfully, but these errors were encountered: