06-09-2022 09:57 PM
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').subscribe( token => { console.log(token); }, error => { console.log(error); } );Recentely we activated Alfresco Identity Service and I changed the authtype value from basic to OAUTH in app.config.json
Explore our Alfresco products with the links below. Use labels to filter content by product module.