FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. nico.ayala
    3. Topics
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by nico.ayala

    • N

      Unsolved Force Google Account Selection on every login using SAMLv2 IdP

      Q&A
      • • • nico.ayala
      4
      1
      Votes
      4
      Posts
      479
      Views

      danD

      @nico-ayala Makes sense. We have some documentation here: https://fusionauth.io/docs/v1/tech/identity-providers/google#custom-parameters

      Though that is for setting up an OIDC provider in FusionAuth, it might be somewhat helpful.

    • N

      Unsolved Custom theme in /oauth2/authorize

      Q&A
      • • • nico.ayala
      2
      0
      Votes
      2
      Posts
      346
      Views

      joshuaJ

      @nico-ayala @nico-ayala

      As part of FusionAuth, we do offer the option to theme on a per-application basis. So you could have a custom theme per application. This is a paid feature.

      In FusionAuth users and application scope to a tenant. So, therefore:

      instead of a multiple Tenant+single App?

      This statement might have a bit more to unpack. Making more tenants to allow a new theme is possible, but this would entail that you have users logically separated per tenant (this might be fine; depends on your business use case). Sometimes, you have the same user base but have multiple applications that a user can log into. In this case, you might find that you want to have a new theme based on which brand/product/service (read: application) the user is logging into. In this case, you would use an application level theme override.

      Additionally, please note below, following our documentation:

      You apply a theme by configuring either a Tenant or an Application to use the theme. Each theme may apply to multiple Applications or Tenants; however, each Tenant or Application may have only one theme.

      In sum, you can have the following

      -Tenant A --Application 1 --Application 2 -Tenant B --Application 1 --Application 2

      In this scenario, you could have a super-blue-and-great theme for Tenant A that Application 1 and Application 2 inherit. It is also equally possible to have Application 1 inherit this blue theme, but then have Application 2 have a super-green-and-great application level theme override for a new green-colored app that you are developing. To note, in this scenario, Tenant B and its "sub" applications will have their own themes and users.

      I hope this helps!

      Thanks,
      Josh