Comment on Easy to use OpenID Connect client and server library written for GoComments−berkes2yIs OpenID still in use much?I come across it less and less. To the point where I get the feeling it's just some legacy implementions that have it, but nothing more.−EtienneK2yThis is for OpenID Connect, which is still widely used almost everywhere. OpenID (not Connect), was its precursor and never really widely adopted.−mrweasel2yOpenID no, it's not. OpenID Connect (OIDC) which is built on top of OAuth2, yes, it's very much a thing and much easier to deal with than plain. OAuth2−Jnr2yIf you want to add SSO to your software, OIDC is pretty much the standard to go for right now.
Comments
Is OpenID still in use much?
I come across it less and less. To the point where I get the feeling it's just some legacy implementions that have it, but nothing more.
This is for OpenID Connect, which is still widely used almost everywhere. OpenID (not Connect), was its precursor and never really widely adopted.
OpenID no, it's not. OpenID Connect (OIDC) which is built on top of OAuth2, yes, it's very much a thing and much easier to deal with than plain. OAuth2
If you want to add SSO to your software, OIDC is pretty much the standard to go for right now.