We are trying to implement our own authentication on a Federated Portal version 7.0. We want to protect some content on the portal by using an authentication scheme and ask some questions from the user using an iView. The whole process works fine on the producer side. But when we try to use the protected content from the consumer side, it seems that the consumer is trying to read the auth scheme from the producer (which is OK), but it tries to load the questions iView from the consumer, which is not found and it throws an exception that iView not found.
Another issue is that when we copy an iView as delta link from producer to the consumer side, the iView doesnt run. It throws exception saying InitialContext not found.
Anybody has any clues?
Thanks