Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

What I'm trying to do is expose access to an OLAP cube using Excel Services. From what I've read, we're comfortable with getting this in place providing that it uses Active Directory for authentication, and the Cube applies security based on the Active Directory groups.

Note: I'm not a sharepoint expert, nor am I an Excel Services expert, so if there's a gotcha in there, it's worth pointing out.

The issue is that there needs to be Single Sign On between our in-house developed application and the Sharepoint instance, and that user information needs to be passed the OLAP Cube so that it can be used for data security.

I can pass "CustomData" attributes when accessing the Cube using excel to connect locally, but what I want is to provide data that is stored in the session.

So the process would be:

  1. User logins into our application
  2. User gets transferred to Sharepoint SSO url
  3. Sharepoint checks SSO credentials, and stores the UserID from our application in the session
  4. Excel services loads up the workbook, and dynamically amends the connection string to add in the UserId as a CustomData attribute.

Questions:

  1. Is this possible?
  2. Is there a better way of doing this?
  3. Have I missed something obvious?

I'm happy to be pointed in the direction of articles to read, I'm not looking for a quick fix, just some advice.

share|improve this question

migrated from stackoverflow.com Aug 28 '12 at 14:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.