ADF- Browser Login Popup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2020 07:13 AM
I have configured ADF with APS But the problem is sometime I am getting browser login popup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2020 05:02 AM
Are you calling custom API using angular's httpClient? if yes, then you need to utilize OOTB authentication service for the same, otherwise everytime your custom api is called, you'll see this pop-up to authenticate that particular request.
Using OOTB service to connect to APS should get rid of these pop-ups.
Hope it helps.
Abbas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2020 05:12 AM
I am using AuthenticationService for login.
I have created custom login page and from that I am passing username/password to service.
https://www.alfresco.com/abn/adf/docs/core/services/authentication.service/
Here Example is given.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2020 05:28 AM
Can you please also provide information about product versions, so that it's possible to identify the problem (ADF version, APS version, node version, angular version, etc).
From what I remember, we had this popup in the past, but was fixed couple years ago. Are you using the latest APS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2020 10:40 AM
We are using ADF 3.9 and APS 1.9
