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

How to use the introspect endpoint of fusionauth?

I am trying to use the introspect endpoint of fusionauth with a REST client. When making the request, it returns the code 405 with the following message: code 405 The request method is known by the server but has been disabled and cannot be used Is…
Armando
  • 71
  • 7
1
vote
1 answer

How to block multiple sessions on single account

I'd like to better understand the role of and techniques used in FusionAuth to manage or limit multiple sessions attempted for a single user's account in our app. Multiple sessions could be launched from a single laptop using one or more browsers.…
1
vote
1 answer

How to implement Apostropecms authentication with fusionauth

I am implementing Apostropecms authentication with fusionauth. For this I use the apostrophe-passport and passport-oauth2 modules. I am having problems at a step in the flow where I must obtain user information. I don't get user information from…
Armando
  • 71
  • 7
1
vote
1 answer

How to use fusionAuth lib in nativeScript?

I tried to use lib as per the nativescript documentation, but when I try to use it there is an error that I can't solve besides some modules like net and tls it can't find it automatically. After using npm install to put tls and net I can't solve…
1
vote
1 answer

Mobile login to FusionAuth workflow: FusionAuth called on /api/login by "application" or "application backend"?

My question is regarding this (very helpful!) document, specifically about the "Login" section: https://fusionauth.io/articles/logins/mobile/native-login-form-to-fusionauth-jwts-refresh-tokens In the general text it says: "This login form POSTs the…
mugeez
  • 37
  • 3
1
vote
1 answer

Internal Server Error after Fusion Auth Upgrade to v 1.9.1

I have attempted to upgrade a production environment fusion auth instance from version 1.6.x to 1.9.1 unfortunately after the database migration we are presented with error 500 page when browsing to the app. I have taken a look at the logs which…
Tom Bean
  • 47
  • 4
1
vote
1 answer

Fusionauth Saml login with groups membership

We want to use Fusionauth SAML2.0 identity provided for SSO and at the same time want the logged in user to be added as member of some groups based on claims in SAML response. As per the documentation there is way to register user with roles in…
Raghav salotra
  • 820
  • 1
  • 11
  • 23
1
vote
1 answer

Fusionauth entering silent mode

We are running fusionauth with mariadb in cluster with 3 nodes. Fusion auth is getting started in 2 of the nodes and entering in Silent mode in one of them. Is there a way to increase the number of attempts or is there a way to get this running on…
Raghav salotra
  • 820
  • 1
  • 11
  • 23
1
vote
1 answer

User must choose department on login

I'm trying to analyse FusionAuth as possible Identity manager for our current solution. Our current solution is deployed at customer premisses or cloud, and helps them manage their processes (with their company users). Our current solution is in…
João Rebelo
  • 148
  • 9
1
vote
1 answer

Callback after Google login throwing error in FusionAuth

We are using the FusionAuth (1.7.4) login screens with our SPA and have Google configured as an IdP in FusionAuth and set up Google OAuth client credentials as discussed here: https://fusionauth.io/docs/v1/tech/identity-providers/google When the…
1
vote
1 answer

User Import: How to allow using the same email address for multiple users but different username?

When trying to batch import users via the fusionauth REST API from our legacy system, the import is rejected since it contains some users making use of the same email address but having different usernames. I have seen that the Login API of…
ngeek
  • 7,733
  • 11
  • 36
  • 42
1
vote
1 answer

Fusionauth user with two possibillity to login

Let's assume I have several types of users in one application in fusionauth. One of them with role A can register/login by fusionauth standard login mechanism. Another one with role 'B' can login via facebook. The user with role B receives the role…
Lechu67
  • 35
  • 5
1
vote
1 answer

Does FusionAuth provide a single signout?

Can't seem to find anything that makes FusionAuth send a signal to applications to terminate a user's session upon signout.
1
vote
0 answers

Access endpoint /email/verify

We implemented the endpoints as documented on https://fusionauth.io/docs/v1/tech/tutorials/login-theme chapter 6. It worked until version 1.6.1. With version 1.7.2 the endpoints do not work anymore. Setup used: Docker based setup. Fusionauth-app:…
Andreas
  • 21
  • 2
1
vote
1 answer

Integrating Fusionauth with Express Gateway

I'd like to implement a (small) microservice infrastructure, separating the app business logic (domain-related) from the tedious task of user authentication and api key management. In my scenario, I have some registered Users which belong to some…
La Muerte Peluda
  • 1,648
  • 1
  • 11
  • 8