Hi,
I am working in federated environment. I created token from portal end: 'https://portal.domain.com/portal/sharing/rest/generateToken/'. Then clubbed the token with secured service's rest end using ?token=.
It came up something like this :
https://gis.com/server/rest/services/Testing/FeatureServer ?token=aaaaaaaaaaaaaaaaaaaaavvvvvvvvvvvvvv.
Now when I try to open the link it ask me user name and password.
When I follow the same steps on non-federated environment. everything works fine.
I am not sure why I am encountering this issue in federated env.
Any suggestion would be appreciated.