Forum Discussion
ADFS- Deep Link to Dashboard
Yes, we can send the dashboard URL in email but user needs to enter email address before it can redirect back to IDP. I want to have same SSO when user opened the link from email.
here is SSO URL
https://login.microsoftonline.com/login.srf?wa=wsignin1.0&whr=adfs.XXX.com
If I have already authenticated for O365 in a browser, I do not have to re-enter my credentials when navigating directly to a dashboard URL.
- catlclaw10 years agoNew Member
True. It works if user already login to Office365. My gold here is how to generate Smart link so eliminate the login to O365 id users is not log in
Thanks
- greggyb10 years ago
Resident Rockstar
Ah gotcha, I don't know that that's possible yet.
- GuyInACube10 years ago
Administrator
Have you tried the following? I noticed the parameter listed in this doc is different from your SSO url.
Using smart links or IdP initiated authentication with Office 365
https://community.office365.com/en-us/w/sso/using-smart-links-or-idp-initiated-authentication-with-office-365Also, i know when i setup ADFS in my own environment, It allowed for pass through if i was in my local network. I had to enable Windows Auth on the ADFS server though, as it was disabled by default. If I was outside of my network, I was presented with the forms auth login page. This worked for Power BI without having to deal with a smart link. I'm not sure exactly what your environment is.
- catlclaw10 years agoNew Member
I just need to clarify, SSO works for user on local network. Outside network user has to authenticate to ADFS Proxy. The issue here is if I share the dashboard, user open the link in email they have to log in to O365 first. This is because the link in email does not use WHR which tell O365 who's the tenant is. Once user enter email address at O365 login it is redirrect correctly to my ADFS.
I noticed, after user SSO to O365, click Power BI button will redirect user to this
Is this Power BI usinf Oauth2 as another federated system from O365 to Power BI?
Thanks