FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. vatsal
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    vatsal

    @vatsal

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    vatsal Unfollow Follow

    Latest posts made by vatsal

    • RE: Using Fusion auth inside iframe

      @maxime-guitet Hi , I was facing a similar issue when I was trying to load the self-service account page in Iframe in our application.

      Our setup was same as yours. Fusion auth hosted on auth.domain.com and the iframe is hosted on app.domain.com. So they both share the same top level domain. The issue regarding the X-Frame-Options: Deny being not available in every request was solved by adding referrer policy attribute to the iframe tag.

      The final iframe code looks like below

      <iframe
              src="https://auth.domain.com/account/?client_id=<your id for application>"
              referrerpolicy="strict-origin-when-cross-origin"></iframe>
      

      Hope this helps!

      Regards
      Vatsal

      posted in Q&A
      V
      vatsal
    • RE: Specify default value for form field?

      @elliotdickison Hi, Did you find a way to provide default values to a form field? We're also not looking forward to add HTML for each of the theme. Thanks in advance.

      posted in Q&A
      V
      vatsal