Szabolcs Hubai

Results 188 comments of Szabolcs Hubai

@Snuupy are you still interested in Google alternatives? Are you interested in GitHub as an alternative provider?

Are you hosting Keycloak or Supertokens? Could you help me implementing at least with testing in your environment?

I am on holiday so no chat for now, and I maintain OpenSeedbox in my sleep time so I wouldn't be too much online. I'm just gathering info now. 👍

[How to do 3-legged OAuth with GitHub, a general guide by example with Node.js](https://shiya.io/how-to-do-3-legged-oauth-with-github-a-general-guide-by-example-with-node-js/)

If I take #76 seriously, it's another new auth provider! 🙈🙃

OK. That "Keycloak supported protocols" makes sense. OIDC aka "OpenID Connect" is an n+1 way of OAuth 2.0 or OAuth SAML. 😀 https://xkcd.com/927 Let's add a few OAuth provider in...

[Nobody Cares About OAuth or OpenID Connect](https://developer.okta.com/blog/2019/01/23/nobody-cares-about-oauth-or-openid-connect) by Randall Degges

FYI: [keycloak-security-example](https://github.com/wkrzywiec/keycloak-security-example) Sadly I don't understand the frontend code. 😕

[What is Keycloak? How to use it — an example with nodejs? (Part 2)](https://medium.com/theoptimaltechnologist/what-is-keycloak-how-to-use-it-an-example-with-nodejs-part-2-46b562e2b46c)

Form [OpenID Connect (OIDC) Plugin for SonarQube](https://github.com/vaulttec/sonar-auth-oidc)'s `README.md`: > For communicating with the OpenID Connect provider this plugin uses the [Nimbus OAuth 2.0 SDK with OpenID Connect extensions](https://connect2id.com/products/nimbus-oauth-openid-connect-sdk).