When users come from SAML v2 identity provider and registration is configured to be automatically created, then in these conditions, webhooks on registration users in application are supported ?
Latest posts made by didier
-
RE: Webhook user.registration.create.complete triggered for SAML identity provicer
-
Webhook user.registration.create.complete triggered for SAML identity provicer
Hello,
When a SAML user connect to an application, a new registration application is created, but I cannot see a triggered webhook for user.registration.create.complete
(FusionAuth v1.53.1) -
Using TwoFactorLogin and expose TwoFactorId
I am using TwoFactorLogin in API. Then I need code from user and TwoFactorId. Is it correct to expose twoFactorId in frontend part (angular by example) or twoFactorId has to be stored in back ?
-
RE: Custom registration for user, and use registration response (and token) to continue process with this logged user
@kasir-barati Thank you for help ! I think that, in your case, user needs to login after register. I would like to avoid login. After registration, FusionAuth api returns an access token. I do not know how to continue with it or maybe there are an other solution
-
Custom registration for user, and use registration response (and token) to continue process with this logged user
Hi,
I need to implement a custom workflow for user registration. Then, my angular app use an endpoint back to register, and this back return register response (combined) to Angular.
In my Angular app, how to continue as a logged user. Using access token provided by registration endpoint ? How to it with Angular FusionAuth SDK to use all others features in FusionAuth SDK. We need to customize only registration part.
-
RE: How to search all users with entity grant for an entity?
Ok. I see "userId" property. Not easy to undertand !
-
How to search all users with entity grant for an entity?
By api, I can search for entity grants for one user.
By api, I can search for entity grants for one entity (return entity grants for this entity on other entities).But, I do not know how to search all users entity grant for one entity. Can I use an elastic search to do it?
-
RE: How to listen FusionAuth webhook in C#
@vandaele-seba Could be better that this model exists in FusionAuth C# library. To be sure have a compliant model with new FusionAuth versions
-
How to listen FusionAuth webhook in C#
I need to listen FusionAuth webhook in ASP.Net Core C#. But, I do not find C# model to map the body request from C# web controller
-
Registration email
Hello,
I need to send myself the email registration (using generated link normally provided in fusionauth email template) because each email registration could be very different depends on context.
With auth0, the feature tickets/password-change allows to generate this link.
How make the equivalent with FusionAuth ?