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
1
vote
2 answers

How to create one FusionAuth application with many oauth clients with scopes

I want to have a main application where all users are registered and create many oauth clients with limited scopes to access user data. I tried to solve this with applications, but it seems that them don't know about each other. Is this possible…
Natan Deitch
  • 556
  • 8
  • 12
1
vote
1 answer

fusionauth /oauth2/token Error : invalid_redirect_uri

I'm trying to retrieve a OAUTH2 token from our fusionauth server 1.16.1 Login over SAML work's perfect. the login page php request /oauth2/authorize? and the redirect to /callback works. login page php $redirect_url =…
Gerd
  • 11
  • 3
1
vote
0 answers

FusionAuth dashboard login failure - InvalidReferenceException / missing loginData

I'm working with what I believe is a fairly standard FusionAuth installation. From a few days ago, admin users have been unable to access the Dashboard at [myhost]:[myport]/admin/ (aside from this, FusionAuth appears to be working as normal). Once a…
Roger
  • 11
  • 3
1
vote
1 answer

official guide for docker-compose instal not working

I am trying to install fusionauth on Ubuntu using official guide with docker-compose (without elasticsearch) db service couldn't go up, so fusionauth opens in maintance mode. Any idea how to solve this? log: fusionauth_1 | 16-May-2020 17:31:13.017…
1
vote
1 answer

Multi tenant OAuth with FusionAuth

I am working through Matt's excellent article on implementing the OAuth Authorization Code Grant in a React app. https://fusionauth.io/blog/2020/03/10/securely-implement-oauth-in-react We have a multi-tenant implementation and would like to know…
noker
  • 35
  • 1
  • 3
1
vote
0 answers

Problem with FusionAuth redirect url IIS reverse proixy

I've setup FusionAuth behind an IIS reverse proxy, and everything is working well except the host of the redirect_uri is stripped. For…
davemac
  • 21
  • 2
1
vote
1 answer

How can I restrict user login/authetication access to specific applications within a single tenant?

I have a single Tenant with four (4) Applications and ten (10) Users defined. I want 3 users to have login access to all four Applications, and 7 users to have login access to only of the 2 applications. However, it appears that anytime I add a user…
1
vote
1 answer

FusionAuth setting preferred languages using the java client

I'm using the fusionauth java client in my application to integrate with fusionauth. When user is registering I want to set him the preferredLanguages in order to send him a verification email in the desired language. The User object has the field…
Lechu67
  • 35
  • 5
1
vote
0 answers

FusionAuth SPA with authorization code grant with pkce example

do anybody know a example for React and FusionAuth with authorization code grant with pkce? Thanks
Pico1184
  • 23
  • 5
1
vote
1 answer

Import API webhooks not triggered

When I use the import API (/api/user/import) the webhooks are not triggerd. I tested this using postman, the /api/user/registration endpoint is working. This is the postman request resulting in no webhooks fired and 200OK: "users": [ { …
1
vote
2 answers

How to generate the signed and encrypted JWT access token in FusionAuth

I am using FusionAuth. We have created one application in it. It is an OAuth application. It generates the JWT access token. I copy the access token and past it in the https://jwt.io/ debugger and see that, it is able to decode the JWT token and I…
Dhaval Bhoot
  • 241
  • 1
  • 5
  • 18
1
vote
1 answer

Didn't get the refresh token in response of access token call with Authorization Code Grant Request in FusionAuth

I am using FusionAuth for authentication. I have created one application in the FusionAuth. It has oAuth…
Dhaval Bhoot
  • 241
  • 1
  • 5
  • 18
1
vote
1 answer

Can you validate the two factor code by the api in fusionauth

I have a question about fusionauth and its 2FA API. we want to use 2fa in our app but only under some circumstances and not on every login. I found that there is API to send a code via SMS but I can't seem to find an API to verify it. can anyone…
ProGr
  • 21
  • 5
1
vote
0 answers

Login with OneTimePassword after ChangePassword API with 2FA enabled

How does FusionAuth work if you just completed the Change Password API, tried to re-login using the Login API with the oneTimePassword token, but you have two-factor enabled? Because, from my understanding, it sounds like I would need to interrupt…
1
vote
1 answer

Does the oauth2/logout user invalidate any refresh tokens issued to the user

I am using the /oauth2/logout endpoint to log a user out of fusionauth as described here. I know that the JWT will be valid till it expires and we can use webhooks to invalidate it if needed before expiry. But do we need to explicitly expire any…
stariqmi
  • 113
  • 1
  • 7
1 2
3
9 10