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

OAuth authorization code grant using client libraries?

I have not been able to find support for the oauth2 login grant authorization code grant in the fusionauth client libraries. I'm a little confused since it's the recommended login method according to…
mugeez
  • 37
  • 3
0
votes
1 answer

How to have same user login with Two Factor for application A and without Two Factor for application B?

The "Two Factor" requirement is configured per user. If we have multiple applications, how do we achieve that for application A (e.g. a webapp) 2FA is required but for application B (e.g. a native app), for the same user, 2FA is not required…
mugeez
  • 37
  • 3
0
votes
0 answers

How can i delete a user which has revoked consents assigned to him?

Summary: When trying to delete a user in FusionAuth which has a consent assigned to him (even revoking the consent doesn't change the behaviour), i get a foreign key constraint violation error from FusionAuth. FusionAuth Version: 1.7.4 (running…
0
votes
1 answer

FusionAuth SAML Reconcile lambda not decreasing roles on application

I'm using the SAML v2 Reconcile lambda to map roles from a ADFS-server: function reconcile(user, registration, samlResponse) { var roles = samlResponse.assertion.attributes['http://schemas.xmlsoap.org/claims/Group'] || []; registration.roles =…
johan
  • 41
  • 2
0
votes
1 answer

FusionAuth - Invite based user on-boarding with social logins

We create users with their email address. We send email to each user with a link to change password api with changePasswordId. When user clicks the link, he will be redirected to change password screen where he can set the password and access the…
Venkata Dorisala
  • 4,783
  • 7
  • 49
  • 90
0
votes
1 answer

FusionAuth External JWT Provider

I am trying to login using JWT token issued by External JWT Provider. When I use Reconcile API I got 500 error with following stack trace: Aug 20, 2019 8:03:16.428 AM ERROR io.fusionauth.app.primeframework.error.ExceptionExceptionHandler - An…
Lechu67
  • 35
  • 5
0
votes
1 answer

Not a valid value of the atomic type 'xs:ID'

Trouble getting FusionAuth as IDP to pass samltest.id. FusionAuth installed on test.example.com upstream of NGINX with SSL, all on Ubuntu 18.04. Create application in FusionAuth Name: SamlTest Id: 1214aabe-5697-44bd-a271-511d43b63913 In SAML tab set…
0
votes
1 answer

FusionAuth email subject not supporting special language characters

Is there any way to pass special language characters such as 'ąęćń' in the subject of an email template in fusionauth ?
Lechu67
  • 35
  • 5
0
votes
1 answer

Provide JWT plain tokens to krakend to sign

I'd like to use fusionauth as a provider of plain JWT tokens to krakend in a similar way as it is described here. There seems to be an example leveraging auth0 here. Is that possible or krakend and fusionauth do not fit together ?
tolis
  • 1
  • 1
0
votes
1 answer

Send email in FusionAuth with STARTTLS

I am setting email configuration in FusionAuth but is not working and I receive a reject in relay. I found the problem is the email server we are using, need to set the properties starttls to true. properties.put("mail.smtp.starttls.enable",…
Alejandro
  • 1
  • 2
0
votes
1 answer

"The search engine appears to be down or failing to respond to the search query"

I've installed FusionAuth (awesome product) into a Docker Swarm cluster using the official docker-compose.yml file and everything seems to work brilliantly. EXCEPT Periodically, when a user goes to login they will be presented with the above error…
0
votes
1 answer

Unable to re-use existing BCrypted passwords when registering/importing legacy users

When trying to register users with FusionAuth which do already have an Bcrypted password, which was originally generated with org.springframework.security.crypto.bcrypt.BCrypt (with 10 hashing rounds) the user is not able to use her password when…
ngeek
  • 7,733
  • 11
  • 36
  • 42
0
votes
1 answer

Migrate users with a salted hash passwords?

We have a dataset of usernames and passwords that we'd like to migrate to FusionAuth. According to the tutorial, we can write a password encryptor to implement our hashing logic, so we don't have to ask users to reset their passwords. However, we'd…
AlvMF1
  • 150
  • 1
  • 2
  • 11
0
votes
2 answers

How to export / import registered user in FusionAuth

I would like to move my FusionAuth MySQL DB from host a to host b. The MySQL DB is mariaDB 10.1.39 I exported the DB using phpMyAdmin export function and imported it on host b using phpMyAdmin import. The FusionAuth state using the new DB on host b…
Andreas
  • 21
  • 2
0
votes
2 answers

Is this SSO scenario possible with FusionAuth?

I go to my application and check if there is JWT cookie If it is there, I parse it and start to verify if user have access to my application If it is not there, I will redirect user to authenticate in FusionAuth After successful login, user will be…
Ľubomír Mlích
  • 649
  • 6
  • 12
1 2 3
9
10