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

      How to implement "Type your password to make this change" feature

      • • Luis B
      2
      0
      Votes
      2
      Posts
      250
      Views

      danD

      Hi @luis-b !

      I would use step up auth for this situation.

      It is documented here: https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication#step-up-auth

    • V

      Unsolved Save user address and return address (postal_code, street, number...) in OAuth token

      oauth userinfo user data • • vinicius.alfonso
      2
      0
      Votes
      2
      Posts
      3.5k
      Views

      danD

      Hi @vinicius-alfonso !

      As documented here: https://fusionauth.io/docs/v1/tech/oauth/endpoints#userinfo we don't provide the address info, even if you pass the address scope.

      Per the OpenID spec, section 5.4, it appears that supporting the address scope is optional: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims

      If this is important to you, please file an issue here: https://github.com/fusionauth/fusionauth-issues/issues with details about the use case.

      We are guided by our customers and community when it comes to implementation of issues. Here's our general roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap

    • J

      The use of refresh tokens has been disabled for this application ?

      • • jesper
      2
      0
      Votes
      2
      Posts
      578
      Views

      danD

      @jesper What does the Security tab on your application config say?

      In particular the Generate refresh tokens setting?

      https://fusionauth.io/docs/v1/tech/core-concepts/applications#security

    • A

      This topic is deleted!

      • • audrew31
      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • M

      FusionAuth Get all users not returning all users

      • • mohyddin.tash
      3
      0
      Votes
      3
      Posts
      341
      Views

      M

      @joshua Thank you for updating the docs. I can confirm simply increasing the numberOfResults indeed returns the rest of the users!

    • U

      SAML Idp Initiated Failure

      • • utahtwo
      7
      0
      Votes
      7
      Posts
      1.6k
      Views

      robotdanR

      @utahtwo Currently this requires two different configurations. We initially tried to do it all within one IdP, but each mode requires different configuration and has unique security constraints. It seemed simpler for all involved to make them separate IdP configurations.

      If there is a use case that breaks due to this design decision, please open a GitHub issue and outline the use case so we can better understand your needs. Thanks!

    • G

      This topic is deleted!

      • • GeekZebre
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • J

      Setting "Access given to:" when using google identity provider.

      • • jw
      2
      0
      Votes
      2
      Posts
      241
      Views

      joshuaJ

      @jw

      Can you confirm if you are still having this issue?

      This consent screen may be controlled by Google (and possibly unrelated to FusionAuth configuration)

      Thanks,
      Josh

    • B

      This topic is deleted!

      • • blipyou
      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • A

      files.fusionauth.io is broken?

      • • admin 5
      2
      0
      Votes
      2
      Posts
      193
      Views

      joshuaJ

      @admin-5

      Thanks for letting us know. This should now be corrected.

      Thanks,
      Josh
      FusionAuth

    • V

      This topic is deleted!

      • • venusalbino87
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      Connect prismajs

      • • ramonsaucedo
      6
      0
      Votes
      6
      Posts
      309
      Views

      danD

      @ramonsaucedo Glad you got it working!

    • M

      Crash After Upgrade from 1.32.1 to 1.35.0

      • • matt 1
      7
      0
      Votes
      7
      Posts
      623
      Views

      joshuaJ

      @matt-1

      I would assume that is the issue - but let us know if otherwise

      Josh

    • D

      Pre Authourize Lambda or Hook

      • • depth9mcd
      2
      0
      Votes
      2
      Posts
      122
      Views

      danD

      @depth9mcd This is typically accomplished using a proxy (Apache, NGINX, etc) in front of FusionAuth.

      https://fusionauth.io/docs/v1/tech/admin-guide/proxy-setup#proxies-and-tenants has more details.

      However, please feel free to file a feature request with your suggestion for a lambda to run before the authorize page is rendered: https://github.com/fusionauth/fusionauth-issues/issues

    • S

      This topic is deleted!

      • • sandiprghane
      5
      0
      Votes
      5
      Posts
      1.3k
      Views
    • S

      This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      This topic is deleted!

      • • silumanmangkok6
      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • 3

      This topic is deleted!

      • • 3cdiy0vwx
      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • S

      This topic is deleted!

      • • Slot SBA99
      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied

    • A

      NameIDPolicy Transient

      • • andres.garcia
      3
      0
      Votes
      3
      Posts
      2.2k
      Views

      danD

      @andres-garcia Sorry for the late response, kinda slammed.

      https://fusionauth.io/docs/v1/tech/samlv2/#limitations says

      FusionAuth supports only the following NameIDPolicy values:

      urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress urn:oasis:names:tc:SAML:2.0:nameid-format:persistent urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified

      So it seems like that isn't supported. Please feel free to file an issue https://github.com/fusionauth/fusionauth-issues/issues referencing this forum post and explaining you'd like this new NameIDPolicy value to be supported.

      If you are a customer with a support contract, it's helpful if you file a support ticket as well. This helps us prioritize future work.