Currently, I am incorporating the authorization code flow using angular-oauth2-oidc in my Angular application. It is a fairly straightforward process. However, I would like to have the ability for the login flow to open in a new tab when the login button is clicked, while keeping the current page unaffected. Is this feature supported by oauth2-oidc services?