Hi all
I'm looking into integrating CloudFlare Zero Trust as IdP provider for Azure AD. I wish CloudFlare to manage all identities and provide me an SSO (SAML-based) for protecting the Azure.
I followed all instructions in the CloudFlare Zero Trust dashboard - created an Application and used the following configs:
Application: Microsoft Azure
Entity ID: https://login.microsoftonline.com/<AD_TENANT_ID>
Assertion Consumer Service URL: https://login.microsoftonline.com/login.srf
Based on that, I got the CF app configurations to set in Azure Portal. I used Active Directory -> External Identities -> All Identity Providers -> New SAML/WS-Fed IdP and matched the configurations as follow:
Identity Provider Protocol: SAML
Domain Name of Federating IdP: <CF_TEAM_NAME>.cloudflareaccess.com
Issuer URI: The Access Entity ID or Issuer
I got from the CF App ( https://<CF_TEAM_NAME>.cloudflareaccess.com
)
Passive authentication endpoint: The SSO endpoint
I got from the CF App ( https://<CF_TEAM_NAME>.cloudflareaccess.com/cdn-cgi/access/sso/saml/<SOME_ID>
)
Certificate: The Public Key
I got from the CF App
After setting this up, I logged in to the Federated provider (CF Zero Trust) with my account, and then tried to launch the Azure app. I only get this error:
AADSTS50107: The requested federation realm object 'https://<CF_TEAM_NAME>.cloudflareaccess.com' does not exist.
Any idea what's wrong with this setup?
Thanks