Base solution for your next web application
Open Closed

Forward Login page to OpenId directly #11065


User avatar
0
andmattia created

How can we set a forword directly to openIdConnect on login page?


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @andmattia

    Are you asking for Angular or MVC version ?

    Thanks,

  • User Avatar
    0
    andmattia created

    hi

    sorry I forget to indicate! Angular!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    In that case, you can directly call below line in the AfterViewInit of login.component.ts;

    this.loginService.externalAuthenticate(provider);