When is OAuth2 and Open ID Connect Useful?
1–10 of 18 posts
Re: When is OAuth2 and Open ID Connect Useful?
#2Re: When is OAuth2 and Open ID Connect Useful?
#3I'd rather use an over engineered solution that has lots of libraries available for implementation than to build a home baked auth solution that's based off of ignorance.
Re: When is OAuth2 and Open ID Connect Useful?
#4Re: When is OAuth2 and Open ID Connect Useful?
#5Re: When is OAuth2 and Open ID Connect Useful?
#6I'd rather use an over engineered solution that has lots of libraries available for implementation than to build a home baked auth solution that's based off of ignorance.
Re: When is OAuth2 and Open ID Connect Useful?
#7If you can design a system without accounts (shortly here on HN), you won't miss oauth2.
Re: When is OAuth2 and Open ID Connect Useful?
#8I'd rather use an over engineered solution that has lots of libraries available for implementation than to build a home baked auth solution that's based off of ignorance.
what ignorance?
Re: When is OAuth2 and Open ID Connect Useful?
#9We just use keycloak everywhere and I don't know if our setup uses oauth, sso, jwt,oauth2, open id, saml etc.
Keycloak library works, configuring Google as an additional provider is easy.
I trust that setup but it would be great if we would just have one thing with x features and everyone supports it.
You want to connect Fe with be? Use a.
You need API token/auth, use b.
You want to allow auth from ext? Use c.
What I will not do though, auth as a service. I add Google and co because the customer is thrusting them.
Re: When is OAuth2 and Open ID Connect Useful?
#10> Why you probably do not need OAuth2 / OpenID Connect