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
    • S

      Cannot get outlook integration working

      • • sspinn
      4
      0
      Votes
      4
      Posts
      5.0k
      Views

      S

      @paulp It will only work with Outlook if you disable all security features. Sure you can manually re-apply security features one-by-one but that's just madness. There's not even an option to disable security for an individual inbox, it has to be organisation wide 😵

      Either Outlook really don't want you using SMPT Auth or they just can't support this. Went with AWS in the end.

    • P

      Unsolved Does deprecation of JavaScript Google Platform Library affect FusionAuth Google Identity Provider?

      • • pclark
      8
      0
      Votes
      8
      Posts
      19.8k
      Views

      M

      Thank you for share this information............

    • R

      Groups and Roles

      • • randall
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      mark.robustelliM

      @randall Glad you were able to figure it out.

    • M

      Does FusionAuth use Apache Struts - vulnerability scanning issue

      • • maciej.wisniowski
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      danD

      Hiya @maciej-wisniowski !

      We do not use Apache Struts in FusionAuth.

      Hope that helps.

    • P

      Password confirmation for authenticated users

      • • pacheco.eaguiar
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      M

      @pacheco-eaguiar maybe you can use the Login API in the backend to verify user's credentials: https://fusionauth.io/docs/apis/login

    • J

      "The server requested SCRAM-based authentication" error

      • • juan
      3
      0
      Votes
      3
      Posts
      4.3k
      Views

      mark.robustelliM

      @juan Thanks for sharing!

    • A

      How to get JWT token in Angular app

      • • aponski
      1
      0
      Votes
      1
      Posts
      1.8k
      Views

      No one has replied

    • D

      Visual Studio Templates Broken?

      • • david 5
      4
      0
      Votes
      4
      Posts
      2.3k
      Views

      mark.robustelliM

      @teyog10322 Visual Studio 2022, how about you?

    • S

      Changes not being applied

      • • sspinn
      4
      0
      Votes
      4
      Posts
      2.3k
      Views

      S

      Reproduction steps:

      Go to Application page Click on add symbol (+) Fill in fields: name: test tenant: <any> OAuth tab -> Authorized redirect URLs: https://example.com/v2/oauth OAuth tab -> Logout URL: https://example.com/logout Click on save symbol

      Note: This is all arbitrary data in these fields. I'm finding that it I need to fill in the "name" and "tenant" fields first, save the application and then go back in to enter the OAuth details.

    • J

      React SDK example - nothing in the userInfo but tid and sub

      • • jw 0
      10
      0
      Votes
      10
      Posts
      6.4k
      Views

      C

      @jw-0 said in React SDK example - nothing in the userInfo but tid and sub:

      I'm sure I'm doing something stupid here but I can't work out what I haven't done.

      I am using the changebank React SDK example as my test harness, using the community version of FusionAuth for now, hosted under docker
      I've created a new tenant, a new app and then a new user.
      I can login using this new user into the app but the userInfo structure has nothing in it other the the use sub and the tid.

      Config is below

      const config: FusionAuthProviderConfig = {
      clientId: "31067471-23fc-4634-afa9-c049ff4f0a86",
      redirectUri: "http://localhost:5173", slope run

      serverUrl: "http://localhost:9011/",
      shouldAutoFetchUserInfo: true,
      shouldAutoRefresh: true,
      onRedirect: (state?: string) => {
      console.log(Redirect happened with state value: ${state}"});
      }
      };

      Example code is:
      In main.tsx
      const { isLoggedIn, isFetchingUserInfo, userInfo } = useFusionAuth();

      In the AccountPage.tsx I have:

      <p>tid {userInfo?.tid}</p> <p>sub {userInfo?.sub}</p> <p>roles {userInfo?.roles}</p> <p>email {userInfo?.email}</p>

      The roles and email fields are always null

      Any ideas?

      In FusionAuth, ensure that the user claims are set up correctly. Go to the tenant settings and check the "User Claims" section to confirm that the necessary claims (like email, name, etc.) are included. Make sure that your application is requesting the correct scopes during the authentication process. Common scopes include openid, profile, and email. Verify that these scopes are included in your authentication request. Review the ChangeBank React SDK example to ensure it correctly handles the userInfo endpoint. There may be specific configurations or API calls that need to be made to retrieve additional user data.

    • A

      Cannot activate 2FA via "api/user/two-factor" after user with no MFA logins & force MFA policy

      • • andrei.gabreanu
      1
      0
      Votes
      1
      Posts
      3.5k
      Views

      No one has replied

    • S

      I Need Some Help Integrating FusionAuth with Azure

      azure • • sunita65rwt
      2
      0
      Votes
      2
      Posts
      2.0k
      Views

      mark.robustelliM

      @sunita65rwt What kind of integration are you working on? Can you narrow down your request in terms of what you are trying to accomplish? What frameworks are you working with? If you can clarify a bit, it may be easier to help.

    • E

      Password forgot / sent extra parameters

      • • echino
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      E

      Not the best way of doing that but found that you could inject some stuff in metaData.device.name

      <input type="hidden" name="metaData.device.name" value="_${request.getParameter('someparam')}" />

      I can later retrieve it and parse it and assign it

      [#assign someparam=request.getParameter("metaData.device.name")?split("_")?last]
    • V

      Unsolved Error: database "postgres" does not exist

      • • vguidry
      1
      0
      Votes
      1
      Posts
      2.3k
      Views

      No one has replied

    • O

      Lambda Login validation

      • • olivier.rochon
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      mark.robustelliM

      @olivier-rochon Would you be able to provide a little more detail? Does the error always occur or do you get that message only when an error occurs?

    • F

      Add a delay before redirect after account creation

      • • FusionAuth007
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      mark.robustelliM

      @FusionAuth007 ,

      I don't know of a way to delay the redirect. How about redirecting to a page that pings for status and when the update happens then send to your final page?

      Also, Have you checked out Lambdas? Not sure what your exact workflow is, but they may help. If that doesn't work, you may want to check out something likeevents & webhooks. There should be some combination there that will get you what you need. If not, let us know and why they will not work for you.

    • V

      Connection Issues Between FusionAuth and PostgreSQL in Kubernetes on Docker Desktop

      • • vinaymanepalli30
      2
      0
      Votes
      2
      Posts
      3.3k
      Views

      mark.robustelliM

      @vinaymanepalli30 I am not a Kubernetes expert by any means. It looks like you have the right approach. Can you connect the localhost db from the localhost? Can you run and share your ip config once all the machines are up and running?

    • B

      JWT Populate Lambda

      • • brad
      6
      0
      Votes
      6
      Posts
      3.5k
      Views

      B

      Hi Mark,

      Sorry for the long delay in responding. I figured out the problem was I was using user.data.firstName, etc... for the built-in profile fields. Instead, it should be user.firstName. It's working fine now; thank you for the guidance on how to debug it!

    • L

      Unsolved Email verification template

      • • lambert.torres
      9
      0
      Votes
      9
      Posts
      2.6k
      Views

      L

      Dealing with email verification can be a real headache. Every site wants to double-check who you are these days.

    • ?

      Feedback on QuickStarts

      • • A Former User
      2
      0
      Votes
      2
      Posts
      10.2k
      Views

      A

      @kirsten-hunter said in Feedback on QuickStarts:

      All,

      We're looking to improve the onboarding experience for FusionAuth and would love to get your feedback on the existing ones and things you would like to see improved.

      If you want to put feedback here in the forums, that's great, or send me a message and set up time for a user interview, in which case we'd be happy to thank you with a cool t-shirt. https://fusionauth.io/community/forum quordle

      If you need help crafting a response, organizing feedback, or anything else related to this, just let me know!