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?