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)
-
RE: How to open identity provider directly?
@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)
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_hint
@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 in
Ok i fixed the issue i was having here, when using react-native-app-auth, with github at least, the
clientSecret
of 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 in
invalid_client
is what im getting, using github -
RE: Identity Provider with no email?
Can we just skip the login part and just return the
userInfo
? -
is there a way to get idp userinfo back without login in
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_hint
@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_hint
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?
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)
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)
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?
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