Question

My scenario

I will get logged into to SSO through Adapters and fetch some data and then need to get the image and show in the app.

To access the Image you need to login and then you can access.

I had already logged in this SSO for fetching other data through adapters

So My Question is

  1. Do I need download the image through adapter only.

  2. or Can I directly use tag and give the URL as src.

Was it helpful?

Solution

What does the display of an image has to do with SSO? These are two distinct and different things.
Additionally, your scenario is very scarce of details... you need to edit the question and elaborate to get a more complete answer.

Anyway...
You can do either one of the options you've mentioned: get an image file & display it and using a URL to an image.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top