Just wanted to bop in here and say that i am working on a FusionAuth + Hasura tutorial
Best posts made by fusionauth_user
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)posted in Q&A
-
RE: How to open identity provider directly?posted in Q&A
@dan yeah i tried it, but then i get to a point where it keeps throwing the error of no/invalid redirect uri, even though i do have it set in the initial parameters
It's unclear to me which type of federated login you are using
I am trying to have my users log in from the react-native app i am building so i can just show them the buttons when they open the app and not have the flow be like:
user opens app > presses login with.. > gets taken to fusionAuth page and has to press login with... (a second time)
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)posted in Q&A
yeah, pretty simple really, if you want to try it yourself before my tutorial is out, try using the hasura cloud + Auth0 tutorial on Hasura's site, and use the lessons from that to use it with fusionauth.
-
RE: Malformed request when using idp_hintposted in Q&A
@dan said in Malformed request when using idp_hint:
Also, which idp were you trying to hint?
As it happens, with google
And yes to all the questions you asked above
Latest posts made by fusionauth_user
-
RE: is there a way to get idp userinfo back without login inposted in Q&A
Ok i fixed the issue i was having here, when using react-native-app-auth, with github at least, the
clientSecretof the application must be present...But all i am getting back is the fusionAuth access token... which is useless in my case...
-
RE: is there a way to get idp userinfo back without login inposted in Q&A
invalid_clientis what im getting, using github -
RE: Identity Provider with no email?posted in Q&A
Can we just skip the login part and just return the
userInfo? -
is there a way to get idp userinfo back without login inposted in Q&A
so is that possible?
right now when trying to connect to github for example, i get the error
The identity provider was unable to reconcile the email address. An email address is required to complete this request., but i dont care about really logging in the user beyond that point, i just want the userInfo from their idp.So is there a way to skip the login part after the idp auth and just send back the data?
Or a way to pass the email of the already logged in user to the idp login.
Update: i can use the email in the reconcile workaround, but 1. thats gonna clutter the database with extra users, 2. i get another error,
Client authentication missing as Basic Authorization header or credentials in the body (or some combination of them) -
RE: Malformed request when using idp_hintposted in Q&A
@dan said in Malformed request when using idp_hint:
Also, which idp were you trying to hint?
As it happens, with google
And yes to all the questions you asked above
-
Malformed request when using idp_hintposted in Q&A
so im trying to use the idp hint but i get the malformed request error.
what am i doing wrong with my url?
..../oauth2/authorize?client_id={clientid}&redirect_uri={redirect uirl}&response_type=code&tenantId={tennantID}&idp_hint={idp_id} -
How do i test idp login?posted in Q&A
like when i log in with an idp like google, how do i check what data i get back?
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)posted in Q&A
yeah, pretty simple really, if you want to try it yourself before my tutorial is out, try using the hasura cloud + Auth0 tutorial on Hasura's site, and use the lessons from that to use it with fusionauth.
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)posted in Q&A
Just wanted to bop in here and say that i am working on a FusionAuth + Hasura tutorial
-
RE: Is there a way to connect multiple idp's to a single account?posted in Q&A
I want to let my users link multiple social media accounts to their's own account so they can import posts/photos from there, or things like that