Auto login a user to OAUTH authType
Hello,In my application business logic I have a special case when I need to auto login a pre-registered user. To do so I am using the ADF AuthenticationService. Everything is working fine: this.auth.login('myusrname', 'mypassword').subscri...