The email is missing in the token claims when I call the "/api/identity-provider/login" endpoint. The user successfully logs in, but when I parse the token, the email address is missing
Posts made by sandiprghane
-
Missing Email address in JWT token claims
-
RE: Can I configure a tenant application as an external identity provider for other tenants?
@mark-robustelli, thank you for your time and response. Currently, I am working on a FusionAuth POC to fulfil my requirements. I am doing this through 'Add External JWT.'
My requirement is straightforward: I want to build a multi-tenant SaaS application using FusionAuth, where all organization members are isolated within a particular tenant. I understand that the same user can have different identities in different tenants.
However, I want to authenticate the Admin user in a centralised authentication system before they set up their own tenant and invite users into their tenant.
-
RE: Can I configure a tenant application as an external identity provider for other tenants?
@mark-robustelli For the centralized authentication, I want to use FusionAuth. Then, I plan to create a user in another tenant using an external JWT identity provider, allowing the user to log in to the other tenant as well.
-
Can I configure a tenant application as an external identity provider for other tenants?
I want to create a multi-tenant system using FusionAuth, with centralized authentication for user verification before the onboarding process. My plan is to create a default tenant where users authenticate before they create their own organization. Once authenticated, the user would create their own tenant programmatically, along with the respective application. Later, the user would log in through their organization-related application.
In this setup, I want the user, once authenticated by the centralized tenant, to be able to create their tenant. I also want to create the user in their tenant using the centralized tenant's token.
My question is: can I use external identity providers to create users and registrations in the newly created tenant using the JWT claims from the default tenant?