Keycloak as IDP and Azure AD as SP

Copper Contributor

Hello folks, I am trying to user Keycloak as the main Identity provider but I need to user azure AD for the underlying authentication since I am trying to authenticate powerbi.

 

It doesn't appear to me to be possible for powerBI to have an external Idps other than Azure AD so What I would like to achieve is to use Keycloak as IDP and maybe confirm identities trough SAML or OPENID connect.

 

the main point is that the user hitting to the powerbi link gets redirected to keycloak, there upon authentication, keycloak would interface with Azure AD via SAML or OPENID to grant than the access to powerBI.

 

Is that possible at all? Pretty much using keycloak to broker an identity to azure?

2 Replies
Even I have a same line of requirement where I have existing users in Keycloak whom I need to give access to Azure. Keycloak will become IDP and Azure becomes SP. I am able to achieve this with AWS through SAML integration. Is there a way to do this with Azure as well.
has anyone made it work?