I have an external login: Active Directory and i want to redirect user from angular home page to identity external login like this:
this.router.navigate(['authentication/login']);
Is there any way to do something like this?
this.router.navigate(['authentication/external-login']);