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

issue a new access token (JWT) using an existing access token (JWT) in Fusionauth returns 401 despite authorization JWT cookie

I follow documentation here: https://fusionauth.io/docs/v1/tech/apis/jwt And try to get issued new JWT to gain access to second application in same tenant. I use httpie instead of curl to get access token: source config.sh ACCESS_TOKEN=`http POST…
Ľubomír Mlích
  • 649
  • 6
  • 12
0
votes
1 answer

fusionauth python client ModuleNotFoundError

when I follow https://github.com/FusionAuth/fusionauth-python-client and try to get fusionauth-client work, it fails to missing python module. Can you point me in right direction? $ sudo pip3 install fusionauth-client [sudo] heslo pro…
Ľubomír Mlích
  • 649
  • 6
  • 12
0
votes
1 answer

Fusionauth-app docker without mysql superuser credentials

I would like to connect to a hosted remote mySQL DB (mariadb 10.1.39). I use the available fusionauth docker images (app and search) from docker hub and the published docker compose file. The db hosting provider does not grant superuser…
Andreas
  • 21
  • 2
0
votes
0 answers

Use fusionauth for authentication through spring boot microservices

I'm creating microservices with spring boot using this tutorial https://medium.com/omarelgabrys-blog/microservices-with-spring-boot-authentication-with-jwt-part-3-fafc9d7187e8 So I have actually 4 microservices: eureka-server gateway-service (with…
0
votes
2 answers

How to use queryString in the nodejs client for fusionauth?

I am using the following code to get all users. It works with the Java client but is giving the following error { code: '[invalid]', api_1 | message: 'You must specify either the [ids], [queryString], [email] or [username] property for a GET…
Chaks
  • 82
  • 2
  • 15
0
votes
1 answer

Can I add user data information to the token?

Roles etc get persisted to the token. Is it possible to add the user data to it? Or get the user data returned from the oauth2/userinfo call? Otherwise I have to do 2 calls when validating the token as I need a value in the user data.
David Billings
  • 366
  • 2
  • 9
0
votes
1 answer

Is it possible to mandate 2FA configuration during user registration?

I have set up the fustionAuth server and am able to register users - I am also able to configure token based 2FA for a user via the API. Is there any way to require 'require' a user to configure 2FA before they can log in? I'm aware that I could add…
whiskerc
  • 41
  • 3
-1
votes
1 answer

How to create a "permanent key" to authenticate a user on MY API using FusionAuth?

I have setup a FusionAuth server. I am using it to register and login users. On the application I am doing, I want to expose a REST API for sers. On the API request, I want to have a key that is generated on user registration and it will last until…
Javi M
  • 97
  • 9
-1
votes
1 answer

How to append string and variable in terraform

How can I concatenate string and a variable in terraform. I am using terraform version 1.7 Name = "Test (Environment_Name)" where environment_name will be test,stage and prod. resource "fusionauth_tenant" "tanant" { name = "Test…
cloudbud
  • 2,948
  • 5
  • 28
  • 54
-1
votes
1 answer

Object constructor with the same object as parameter

I am currently developing an application in Java with FusionAuth, I am using the Java Client of that tool, and I want to create a user, so I use the createUser() method, which needs the UID and a UserRequest object, this one, need an User object…
1 2 3
9
10