Forum Discussion
Power BI Report Server Embed API Alternative
LucasGA wrote:
Is there any alternate method I can use to give the user a seamless user experience and avoid the double login?
if you are using the default windows authentication there should not be any double login. The users windows credentials will be seamlessly passed through and you can embed reports using simple iframes when using Report Server.
Hi d_gosbell
Where do I mark to select as Windows Credentials?
Is it necessary to be a user in an AD or can it be local? *My network is a mix of AD users and local users (where VPN is unstable)
- d_gosbell5 years agoSuper User
gustavoandrade wrote:
Where do I mark to select as Windows Credentials?
You should not need to mark anything, it's the default configuration. I suppose you would need to make sure your server is domain joined, but that is the only pre-requisite I can think of and that is standard practice for most organisations.
gustavoandrade wrote:
Is it necessary to be a user in an AD or can it be local? *My network is a mix of AD users and local users (where VPN is unstable)
I pretty much exclusive use AD users, but I guess it would also work with local accounts. It would depend on the scenario though as you can only map a local account to another local account. You can't map domain accounts to a local one.