1

I am not an Azure expert and I am starting to get familiar with Azure AD, so this question is also to clarify some questions I have.

My objective in stories:

  • The user logs in keycloak
  • The user gets on a web application
  • The user clicks on the Power BI application link
  • The user get redirected to Power BI (which having already a keycloak session, grants the user the access directly)
  • The user is authenticated as an Azure AD user and can use Power BI

I am looking for a way to authenticate the access to Power BI using keycloak. Apparently Power BI only supports Azure AD as authentication, and therefore I started investigating on how to log in into Azure AD using keycloak:

Federation with SAML/WS-Fed identity providers for guest users (preview)

I have found this Microsoft documentation that I suppose is the documentation to implement any SAML provider with Azure AD, so here are my questions:

How can I redirect a user to keycloak and then keycloak redirects to Azure? (Usually I configure the target application to use Keycloak as idps and so I got a link or a prefix that uses keycloak as that idps.)

Is possible to redirect directly to a Power BI application using this approach?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

1 Answers1

0

It is possible to use keycloak with azure active directory as identity provider but the reverse way may not be possible as keycloak doesn’t has the ability to forward the sign in token request received for the application configured back to Azure AD for authorization.

If you have any ideas or suggestions ,you can provide your feedback or idea or suggestion https://feedback.azure.com

kavyaS
  • 8,026
  • 1
  • 7
  • 19