how do you integrate a github oauth api you have written to fusionauth?
-
I this have tried cutting and pasting my github client id the github url none of this works it just gets rejected and this system is expecting $2000 for this! does anyone have the answer?
-
@filipagada I'm not sure what you are trying to do.
Are you trying to add a 'sign in with github' button? If so here are the instructions: https://fusionauth.io/docs/v1/tech/identity-providers/openid-connect/github/
If that isn't what you are trying to accomplish, please provide more details.
If you have a paid support plan, please open a ticket, as that will likely get you a response more quickly. Here's the link to do that: https://account.fusionauth.io/account/support/
-
I'll also add, GitHub is not OpenID Connect compliant and may or may not work great.
It only "works" because of the documented configuration which allows us to work around their deficiency.
There is an open feature for Login with GitHub.
https://github.com/FusionAuth/fusionauth-issues/issues/33The most ideal scenario is for GitHub to offer an OpenID Connect compliant login option so that standards based libraries and products like FusionAuth can properly support them without building one off implementations to adjust to their flavor.