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

      How to get JWT token in Angular app

      • • aponski
      1
      0
      Votes
      1
      Posts
      1.5k
      Views

      No one has replied

    • D

      Visual Studio Templates Broken?

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

      mark.robustelliM

      @teyog10322 Visual Studio 2022, how about you?

    • S

      Changes not being applied

      • • sspinn
      4
      0
      Votes
      4
      Posts
      1.9k
      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
      5.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.1k
      Views

      No one has replied

    • S

      I Need Some Help Integrating FusionAuth with Azure

      azure • • sunita65rwt
      2
      0
      Votes
      2
      Posts
      1.8k
      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.1k
      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
      1.8k
      Views

      No one has replied

    • O

      Lambda Login validation

      • • olivier.rochon
      2
      0
      Votes
      2
      Posts
      1.6k
      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.6k
      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.0k
      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
      2.9k
      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
      1.8k
      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.1k
      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!

    • D

      Webhook user.registration.create.complete triggered for SAML identity provicer

      • • didier
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      D

      When users come from SAML v2 identity provider and registration is configured to be automatically created, then in these conditions, webhooks on registration users in application are supported ?

    • W

      Unsolved Lambda - Augment JWT with client_credentials/M2M flow

      • • williamjeanmireault
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      joshuaJ

      @williamjeanmireault

      It sounds like you would like to be able to read state or similar in a lambda (we don't currently allow this)

      In a populate lambda, you do have access to

      Entity Data (https://fusionauth.io/docs/apis/entities/entities) (entity.data)
      This means that you can set any custom field you would like on your entity and use that in a populate worklfow .fetch() https://fusionauth.io/docs/extend/code/lambdas/#using-lambda-http-connect

      So you could access custom data attributes or call out to another system in the lambda

      If you have access to a support contract, you can also log a support ticket if you would like or open a feature request outlining your requirements
      https://fusionauth.io/docs/operate/troubleshooting/technical-support

    • M

      Create a Tenant using API with Golang

      • • milton.jesus
      4
      0
      Votes
      4
      Posts
      3.3k
      Views

      A

      @milton-jesus awesome glad you solved it!!

    • E

      Extends Freemarker variables for custom theme

      • • echino
      2
      0
      Votes
      2
      Posts
      2.5k
      Views

      E

      I found that you can use GET parameters directly inside FTL which works perfectly

      request.getParameter("param")
    • M

      Is there a way to enable or disable captcha at application level?

      • • muditshukla3
      5
      0
      Votes
      5
      Posts
      4.0k
      Views

      mark.robustelliM

      @dan Great catch, no sure how I confused mfa and captcha. Thank you!

    • J

      How do I call a Google API or retrieve the Google credentials?

      • • jacob 0
      22
      0
      Votes
      22
      Posts
      72.7k
      Views

      H

      Thank you for sharing.