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
2
votes
1 answer

Getting FusionAuthClient is not a constructor error

I am trying the fusionauth-node-client and following the wiki https://fusionauth.io/docs/v1/tech/client-libraries/node. But I am getting the following error const client = new FusionAuthClient('6b87a398-39f2-4692-927b-13188a81a9a3',…
Vijay
  • 439
  • 3
  • 15
1
vote
1 answer

Fusion Auth is not redirecting to the Expo App oauth callback route after authorization

I am writing an app in Expo. I am using Fusion Auth as a auth server, hosted locally. I want to use OAuth auth flow with PKCE, app is sending a request to /authorize, then i am getting the code, auth server should redirect me to auth callback route,…
artolini
  • 97
  • 1
  • 10
1
vote
2 answers

integrating fusionauth and django-rest-framework

I am trying to integrate FusionAuth and Django-Rest-Framework (with a React frontend), and am getting very confused. I have some code that kind of works. It uses the "authorization code grant". The React frontend redirects to the FusionAuth login…
trubliphone
  • 4,132
  • 3
  • 42
  • 66
1
vote
1 answer

How can I expose FusionAuth on Ubuntu + Apache to connect from browser?

I have been digging into the FusionAuthdocumentation and I can't find the way to do it. I am running Ubuntu 22 + Apache + MySQL. I have pointed fusionauth.my-domain.com to such server. I just installed the DEB package and I want to configure it, but…
Javi M
  • 97
  • 9
1
vote
0 answers

FusionAuth - 401 after passing valid token in

I'm integrating Fusion Auth into my .Net Core API. My Program.cs looks like the following: using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Authorization; using Microsoft.IdentityModel.Tokens; using System.Text; var…
Code Ratchet
  • 5,758
  • 18
  • 77
  • 141
1
vote
0 answers

Difficulty Mapping FusionAuth Errors to TypeScript due to changing nested object names

I am trying to map FusionAuth errors into Typescript interfaces for improved error handling. But I am running into problems. An example error returned is the following nested…
tudor14
  • 95
  • 1
  • 9
1
vote
1 answer

Can you set an Application's Client Secret using a kickstart file? FusionAuth

I am using a kickstart.json file to setup FusionAuth in developer environments. Everything is automated except I still need to manually go and get the client secret from the fusion auth instance. Is there anyway I can predefine the client secret in…
Moffen
  • 1,817
  • 1
  • 14
  • 34
1
vote
1 answer

oath2 (fusionauth) in Django-Rest-Framework and React

I am sure there is something I fundamentally do not understand about oath2. I am trying to make django-rest-framework and react work w/ fusionauth. In react I have a button that redirects to the fusionauth authentication page. Once a user…
trubliphone
  • 4,132
  • 3
  • 42
  • 66
1
vote
0 answers

Passing boolean values during helm install

I am trying to deploy fusionauth using helm install and by setting environmental variables with value as boolean true or false, I am able to deploy but fusionauth is complaining it is not able to understand value "true", How to set this value as …
magic
  • 254
  • 2
  • 10
  • 19
1
vote
0 answers

"Invalid Authorization Code" while implementing the Authorization Code Flow with Proof Key for Code Exchange (PKCE)

I am trying to implement the Authorization Code Flow with Proof Key for Code Exchange (PKCE) into our POC app and have been facing some issue. Below are the details on the logic that I am trying to implement or the steps that I have performed so…
1
vote
1 answer

Error in importing terraform resource for fusionauth

I am trying to import an existing fusion-auth api key https://registry.terraform.io/providers/gpsinsight/fusionauth/latest/docs/resources/api_key I am using below command: terraform import module.fusionauth.fusionauth_api_key.internal_services…
cloudbud
  • 2,948
  • 5
  • 28
  • 54
1
vote
0 answers

Terraform error : │ A reference to a resource type must be followed by at least one attribute access, specifying the resource name

I am trying to use terraform template but getting the following error because of the tricky value in the variable resource "fusionauth_email" "verification_template" { name = "${local.email_verification_template_name}…
cloudbud
  • 2,948
  • 5
  • 28
  • 54
1
vote
0 answers

Verifying Hydra-generated JWT access_token signature in jwt.io?

I configured Hydra to return JWT in access_token (STRATEGIES_ACCESS_TOKEN=jwt). Pasting the resulting token[1] in jwt.io works—it's decoded successfully and the data looks right. Now I want to verify the signature. So I open…
wiradikusuma
  • 1,930
  • 4
  • 28
  • 44
1
vote
1 answer

FusionAuth OTP Oauth Login

Is there any way to use OTP in Fusion's Oauth login page? I don't want to users to enter their password in login page, instead I want to send them an OTP via SMS. I have already implemented OTP login using fusion's jwt api, the problem is I want to…
Sajad
  • 492
  • 2
  • 10
1
vote
1 answer

Blazor WASM to work with testing local Auth server

Problem I am currently trying to get Blazor WASM (Web Assembly) to work with a local Auth client (Fusion Auth). Attempted solves I tried to change the Cors policy on my Fusion Auth client. Additionally, I have tried to enable CORS on blazor WASM,…
thalacker
  • 2,389
  • 3
  • 23
  • 44
1
2
3
9 10