Implement Authentication (COBI)
After we have integrated authentication for the Smart System (BES3) and eBike System 2 (BES2) one section remains: authentication for COBI. Luckily, with SingleKey ID COBI uses the same authentication mechanism as Smart System (BES3) so we can reuse most of the code.
First, let’s add another authentication option for COBI.
This triggers the same authentication flow as for Smart System (BES3) but sets the value of EbikeGeneration differently.
<button
mat-flat-button
color="primary"
class="button"
[disabled]="!authenticationService.clientId()"
(click)="onSaveAndLoginClicked(input.value, 'COBI')"
>
</button>

Next we need to update the onboarding guide on the home page to include COBI as a valid login option.
