FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Multi-Tenant Tenant specific IDP

    Scheduled Pinned Locked Moved
    Q&A
    0
    2
    369
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U
      ubreddy
      last edited by

      I have a B2B SaaS application which is multitenant...

      Each customer tenant can have their own IDP ( Azure, Okta , Google etc )

      Could not find documentation on how to configure tenant specific IDP ... Is that not possible?

      I see that feature available in Keycloak where idp is available at tenant level (realm)..

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        Hiya!

        With FusionAuth, identity providers are global objects. You configure them to apply to given applications (via enabling them) using the API or the UI. Applications are scoped to a tenant.

        So, if you wanted to make sure that a customer had Okta enabled, you'd do the following:

        • Set up an Okta OIDC identity provider
        • Create a tenant for the customer
        • Create an application in that tenant
        • Enable the Okta OIDC identity provider for that application

        More details here: https://fusionauth.io/docs/v1/tech/identity-providers/

        HTH.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post