Should I get ECMTicket with OAUTH authentication mode?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2022 11:07 PM
I am using ADF Core 3.7.0, and enabled OAUTH authentication to work with ACS and APS. While intergrating ARender viewer, I needed to pass ECMTicket against the parameter "alf_ticket", whereas I am getting OAuth token from AuthenticationService. How do I get the ECMTicket value.
private authService: AuthenticationService
....
alfTicket = this.authService.getTicketEcm();
When I am using "OAUTH" as "authType", I am not getting this ECM Ticket. But, I am getting the OAUTH token value via.
this.authService.getToken();
Is there a way I can get ECMTicket using this token. Please suggest.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 09:06 AM
Hey, did you manage to figure this out? I'm running into the same problem with SSO.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 11:01 PM
I also need to do this. Can someone from Alfresco respond on whether this is possible or not. I need the ticket to be able to login in to AEV but I can not get the ticket using AuthService.getECMTicket since the system was set up for SSO in the cloud. Is there another way to get the ticket?
