OpenIDC / liboauth2

OAuth 2.x and OpenID Connect C library
Apache License 2.0
105 stars 26 forks source link

To build openID client in C++ #55

Open vijayparmar1992 opened 3 months ago

vijayparmar1992 commented 3 months ago

Due to lack of documentation, I want to verify that to implement openID client in C++ ,Do we have to use client.c? What all others files required to use to implement simple oidc client?

zandbelt commented 3 months ago

this library primarily serves as a building block for the server side oauth2 implementations that our organization develops and supports; I don't think you'll get a lot of support outside of that

vijayparmar1992 commented 3 months ago

@zandbelt :So as of now this library is not recommended for openid connect client development due to ongoing development , right ? I found another one https://github.com/babelouest/iddawc , and I beleive I can use this iddwc library.