FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. Q&A
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • M

      Unsolved Fusion auth single sign on issue

      • • mr.sahand
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      S

      @mr-sahand said in Fusion auth single sign on issue:

      I have two same enabled applications defined on fusionauth each representing a separate web application hosted on my local. I have also created two applications on an azure ad tenant and connect my fusion auth applications to them via two saml v2 identity provider I have created on fusionauth. I have created one user on AzureAD tenant and only added that user to one of the applications.
      I can launch the web application which the azure ad user has access to and log into the application using it. Now when I try the other web application on the same browser what happens is it logs into the application without even going to a login page. What I am expecting is the second application to be rejected to log in as the azure ad user does not have access to it.
      What do I need to acheive the desired behaviour?

      I am having the same single sign on issue now. Did you find any solution?

    • danD

      Solved I want to load users from an LDIF file

      ldap import • • dan
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      danD

      FusionAuth has a bunch of import scripts, but one that you are probably most interested in is the CSV importer, which takes a CSV file and then calls the user import API.

      Here's the link: https://github.com/FusionAuth/fusionauth-import-scripts/tree/main/csv

      Of course, LDIF is not CSV.

      Instead of using a CSV gem to get the list of users and their attributes, use a gem that can read LDIF. Here's a candidate. https://www.rubydoc.info/gems/ruby-ldap/0.9.19/LDAP%2FLDIF.parse_file but I'm not sure what the state of the art for ruby LDIF parsing is nowadays.

      If you pursue this, please submit a PR to that repo because there may be other folks who want to import users from LDIF

      An alternative would be to have them manipulate the LDIF file into CSV and import that using the csv importer. See https://www.google.com/search?client=firefox-b-1-d&q=ldif+to+csv for some examples on how to do the LDIF->CSV transformation.

    • joshuaJ

      Solved I am having issues upgrading my containerized version of FusionAuth

      • • joshua
      2
      0
      Votes
      2
      Posts
      3.4k
      Views

      danD

      Ensure that the source machine that is building your image is the correct architecture type.

      https://www.reddit.com/r/kubernetes/comments/13lurdl/kubernetes_error_exec_usrlocalbinyarn_exec_format/?rdt=39252

      For instance, if you are building a K8's cluster running linux (x86) but have built the image locally on a Apple M2 Mac (ARM based), then you will need to instruct docker to use the build x command to build a multi-platform build or change the source build machine.

    • E

      Unsolved Specify default value for form field?

      • • elliotdickison
      6
      0
      Votes
      6
      Posts
      8.2k
      Views

      E

      @vatsal We did not

    • A

      Unsolved FusionAuth Running In Azure Container App Environment

      azure krakend container apps • • alan.rutter
      3
      0
      Votes
      3
      Posts
      14.0k
      Views

      D

      Hello there,
      I feels like you are encountering some complex issues with running FusionAuth in Azure Container Apps and using KrakenD as a proxy.

      For the Proxy Configuration Warning, be ensure that your FusionAuth instance is aware of the correct external URL and headers. You might need to set the FUSIONAUTH_URL environment variable appropriately.

      Releated KrakenD, you could configure it to correctly handle the necessary headers for FusionAuth. Be sure your KrakenD configuration includes the necessary routes and headers for FusionAuth's admin and OAuth endpoints.

      Consider checking the FusionAuth and KrakenD documentation for any specific configurations needed for Azure environments.

      If the issue still did not get solved, you might want to reach out to FusionAuth support directly for more tailored assistance.

      Hope it helps.

    • M

      Unsolved Info about when 2FA was enabled via the user API in "twoFactor"?

      • • mike.chen
      1
      0
      Votes
      1
      Posts
      2.3k
      Views

      No one has replied

    • E

      Unsolved Details on XSS vulnerability

      • • engineering 1
      1
      0
      Votes
      1
      Posts
      2.4k
      Views

      No one has replied

    • A

      Unsolved FusionAuth, Nginx inside Azure Container App

      • • alan.rutter
      1
      0
      Votes
      1
      Posts
      1.8k
      Views

      No one has replied

    • A

      Unsolved DockerFile for FusionAuth

      • • alan.rutter
      1
      0
      Votes
      1
      Posts
      1.9k
      Views

      No one has replied

    • T

      Unsolved Timeout on add/update user through web/api when changed password algorithm

      • • thlau
      1
      0
      Votes
      1
      Posts
      1.8k
      Views

      No one has replied

    • W

      Unsolved How to install Mysql Connector JAR on Debian Linux

      • • wesnoth.hu
      1
      0
      Votes
      1
      Posts
      1.5k
      Views

      No one has replied

    • H

      Unsolved install app

      • • hoainamxl2203
      3
      0
      Votes
      3
      Posts
      4.3k
      Views

      H

      @tony-blank yes please help me.

    • C

      Unsolved JWT Validation Issues with RSA-SHA256 and JwtBearer Middleware (.NET / C#)

      net jwt csharp webapi • • chukwuemekai
      1
      0
      Votes
      1
      Posts
      7.1k
      Views

      No one has replied

    • E

      Unsolved Sporadic redirects to /maintenance-mode in production

      • • elliotdickison
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      T

      Wonderful blog post. I found it very helpful and informative. Solar

    • T

      Unsolved Authentication in a full stack application (.NET API/Angular)

      • • tanguy.e
      2
      0
      Votes
      2
      Posts
      3.1k
      Views

      T

      Any news?

    • I

      Unsolved Embed an application that requires FusionAuth for logging in

      • • IvanYingX
      1
      0
      Votes
      1
      Posts
      2.5k
      Views

      No one has replied

    • E

      Unsolved Maximum lifetime of refresh token not honored? (sliding window configuration)

      • • egg
      2
      0
      Votes
      2
      Posts
      782
      Views

      J

      @egg said in Maximum lifetime of refresh token not honored? (sliding window configuration):

      I am configuring my Tenant with a refresh token expiration policy of "sliding window with maximum lifetime". I have configured the maximum lifetime to 240 minutes, but the refresh token is actually expiring after 30 minutes.

      The "sliding window with maximum lifetime" policy should allow the refresh token to remain valid as long as it's used within the configured lifetime, which in your case is set to 240 minutes.

    • Z

      Solved E-mail field not exists in access token

      php token email laravel • • zaalbarxx
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      A

      @zaalbarxx sorry for the delay. I might be missing it (sorry not a PHP person) but I don't see where that confusion comes into play. I know that some of our docs had to get updated because of a change that we made during our 1.50 release that required to request further details in our scopes request.

      This release makes significant changes to the default behavior of new Applications with regard to scopes in OAuth workflows. The database migration will update existing Applications to behave in a backwards compatible manner. See the OAuth Scopes documentation for more information, in particular the Relationship, Unknown scope policy, and Scope handling policy configurations.

      https://fusionauth.io/docs/release-notes/#version-1-50-0

      Let me know if that still isn't making sense, or if there is a spot you were hung up on and I would be happy to update our docs. Or even better feel free to add a PR.

    • C

      Unsolved Setting well-known IDs for identity providers in the kickstart file

      • • colin.orr
      1
      0
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • I

      Unsolved JupyterHub LTI integration

      • • IvanYingX
      1
      0
      Votes
      1
      Posts
      1.4k
      Views

      No one has replied