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
9
votes
2 answers

How does FusionAuth compare to other auth providers?

We're checking out Auth Providers and was wondering how FusionAuth compares to the others?
Nader
  • 5,493
  • 4
  • 33
  • 31
3
votes
1 answer

Is prompt=none for silent refresh in a SPA possible with FusionAuth and its provided oauth endpoint?

I am trying to integrate silent refreshing of access tokens within an iframe by using prompt=none using the oauth authorize endpoint. I can't seem to figure out how to do this or if it is even supported and do not see any information in the…
2
votes
1 answer

How can I get string from the blob (an id) stored in fusionauth DB?

For analytical purposes I want to run query against Fusionauth DB. But the id fields are stored as binary blobs. Do you have a function (java or sql) I can use to convert this blob into a string?
Jerry2012
  • 21
  • 1
2
votes
0 answers

Unable to restart Fusionauth with particular state of database

I have Fusionauth, PostgreSQL, Elasticsearch running from a docker-compose. Below is my docker-compose. version: '3.1' …
Manisha Bayya
  • 137
  • 1
  • 9
2
votes
0 answers

Removing group membership from user leaves associated application roles in place?

With FusionAuth 1.17.4 and accessing the API through the Java client API (latest version 1.17.0) I was surprised today when removing group memberships via: fusionAuthClient.deleteGroupMembers(MemberDeleteRequest(groupIds: List)) that the…
ngeek
  • 7,733
  • 11
  • 36
  • 42
2
votes
1 answer

Attempting to implement silent refresh with fusion auth

I'm currently trying to implement silent refresh follow this workaround However, even when I'm logged in, if I try to do an AJAX GET request to the oauth2/authorize endpoint, I get a status of 200. I tried going to the URL in the browser directly,…
2
votes
1 answer

Bypass setup wizard in fusion auth to create application

I am using Fusion Auth as an auth backend for my project. After starting up the container as shown here(https://fusionauth.io/docs/v1/tech/installation-guide/docker), if we open the URL(Ex: http://localhost:9011) we need to create an admin user and…
Manisha Bayya
  • 137
  • 1
  • 9
2
votes
0 answers

FusionAuth OpenID connect with Azure AD has integration issue

I am using the FusionAuth and I want to add Azure AD as OpenID connect Identity provider. I have added it and check. I enter email, then I redirected to Microsoft login page where I do log in with my credentials and I get the error on screen, which…
Dhaval Bhoot
  • 241
  • 1
  • 5
  • 18
2
votes
1 answer

Using the fusion auth JWT populate lambda is it possible to add the tenant id as a claim?

We are using fusion auth to generate JWT tokens upon login for several of our apps. The tokens are then used for accessing several of our API's. Our API's need to determine which tenant the user belongs to. It would be great if this could be done…
Tom Bean
  • 47
  • 4
2
votes
1 answer

Fusionauth localization support

We are developing an application that needs to have custom look per tenant. The Themes API coming on 1.8.0 informs that in that "Themes are configured per Tenant". We would also need to support several languages per tenant. Will the new themes…
johan
  • 41
  • 2
2
votes
1 answer

Multi-tenant authorization wth FusionAuth

I have the following use case. I have several organizations that want to use my application (spa). The owners of these organizations must be able to register a new organization by email. Once the email has been verified and the organization has been…
user1167253
  • 813
  • 1
  • 11
  • 27
2
votes
1 answer

Fusionauth ADFS integration issue

I'm evaluating the FusionAuth server locally on my windows machine and I'm trying to set up a identity provider to a adfs server. I have followed the steps as outlined in the docs. After I login at the adfs I get a 405 error at the /samlv2/acs…
johan
  • 41
  • 2
2
votes
1 answer

Leveraging FusionAuth login / verify screens

We have two administrative SPAs that can make easy use of the FusionAuth templated login / verify screens. This is useful as the screens automatically reflect our social logins as those are configured, The third SPA is carefully designed and places…
2
votes
1 answer

Keycloak-Gatekeeper does not populate roles or groups when authenticating against external OIDC provider

I'm trying to set up keycloak-gatekeeper as a reverse-proxy in front of a docker container in order to provide authentication and authorization against the container. I am using FusionAuth as the OIDC compatible identity provider, and have managed…
whiskerc
  • 41
  • 3
2
votes
1 answer

Can a user manager be limited to manage only users of certain groups?

I am trying to set up a scenario where there are "Group managers" that are responsible for creation and maintenance of accounts within the group, but that have no access to (can't even see) accounts not belonging to the group. I am not succeeding,…
Jesper We
  • 5,977
  • 2
  • 26
  • 40
1
2 3
9 10