Questions tagged [fusionauth]

FusionAuth provides authentication, authorization, and user management for any app: deploy anywhere, integrate with anything, in minutes (https://fusionauth.io)

Questions, comments or issues regarding using FusionAuth or implementing FusionAuth (https://fusionauth.io)

145 questions
0
votes
1 answer

Using passwordless code (taken from API) in frontend

Any suggestions on how to use the passwordless code (taken from API endpoint "/api/passwordless/start") and use it to redirect the user in frontend? I thought this will work but it did not: Request code from API endpoint…
0
votes
1 answer

FusionAuthClient singleton

I want to implement FusionAuth in a microservices enviroment with spring boot, so i want to make a singleton of the FusionAuth Client for java. But i get error for using the variables apiKey, baseUrl in a static context. @Configuration public class…
0
votes
1 answer

FusionAuth Lambdas

I want to use the lambda feature of FusionAuth to populate the JWT depending on which app the user logins, because a same user can log into different apps and have several roles or groups in it. I don't want the JWT being populating of every role,…
0
votes
1 answer

/oauth/token vs /api/login FusionAuth

I am using FusionAuth hosted by myself. I registered some users, and now want to login into my app with those users. First I tried with the "api/login" endpoint, this one just returned a token, but no refresh or access, then i tried the…
0
votes
1 answer

[couldNotConvert]userId on api/login with FusionAuth

We are testing FusionAuth as a auth solution for our applications. We installed FusionAuth trough docker, everything is up and running. Within the dashboard we made a test application with a test user but when we try to log this user is with its…
0
votes
0 answers

FusionAuth: Webhook user.email.verified not triggered when confirmation happend via "Set Password" email

I've observed in the admin panel that a user's e-mail state changes from Email has not been verified. to Email has been verified. in both cases, either if a verification e-mail was confirmed by the user or if the user followed an e-mail link asking…
NotX
  • 1,516
  • 1
  • 14
  • 28
0
votes
0 answers

fusionauth - after install can't access to setup wizard

I'm trying to install fusionauth but after install, I can't access to setup wizard. Here is my fusionauth-app.log ... 22-Dec-2019 18:44:21.217 INFO [http-nio-9011-exec-1] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request…
niskah
  • 65
  • 7
0
votes
1 answer

Error during theme creation in fusionauth

I'm trying to create a theme in fusionauth using the javascript FusionAuthClient. Basically the idea is to clone the default theme and to simply override some of the templates. this.fusionClient.retrieveThemes().then((response) => { return…
factor5
  • 321
  • 2
  • 12
0
votes
1 answer

FusionAuth External JWT provider - Email domains

When creating an external JWT provider in FusionAuth, there is need to set managed domains. When a new user is coming to my app, how can I know his domain ? Is there a possibility to set that all domains are accepted ? Wildcards and empty list does…
Lechu67
  • 35
  • 5
0
votes
1 answer

Creating app and search containers to run in AWS ECS/Fargate

In our situation we want to run an app container and a search container as separate services on our ECS cluster. I need to create a search container to run under ECS/Fargate and linked to a load balancer. I need to create an app container which is…
Chris Hare
  • 161
  • 2
  • 12
0
votes
1 answer

Python client - connection being refused on locahost:9011

I am trying to setup FusionAuth with Django locally. However I cannot connect to localhost:9011 even though I can access the UI without any problems. The following is what I see when I try to get a user using the Python Client. >>> client =…
stariqmi
  • 113
  • 1
  • 7
0
votes
1 answer

Is Fusionauth itself an identity provider?

I have the following question about fusionauth. Is this service itself an identity provider or is it necessary to configure an external identity provider such as OpenId or SAML?
Armando
  • 71
  • 7
0
votes
0 answers

FusionAuth Setup Wizard issue

I have attempted to install the Fusionauth using installing the package guide, I went through the steps with no issues until the last step to add the administrator account and when provided all required information I got this message "A request to…
0
votes
1 answer

How to authorize user to update his own user data

Based on the information given at https://fusionauth.io/docs/v1/tech/apis/users#update-a-user it seems that any API key that allows access to this endpoint can update any user record. I am missing a method of authorization based on a JWT for this…
Tom
  • 1,965
  • 3
  • 25
  • 33
0
votes
1 answer

FusionAuth Bulk user creation giving SQL timeout error

I am trying to create 50 users simultaneously through parallel POST /api/user calls. Getting sql timeout exception. Is there any way to increase timeout ? Is there any better solution to achieve this. FusionAuth on AKS 1.14.6. Enough hardware…
Venkata Dorisala
  • 4,783
  • 7
  • 49
  • 90