liboauth2 icon indicating copy to clipboard operation
liboauth2 copied to clipboard

To build openID client in C++

Open vijayparmar1992 opened this issue 1 year ago • 2 comments

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?

vijayparmar1992 avatar Jul 30 '24 17:07 vijayparmar1992

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

zandbelt avatar Jul 30 '24 17:07 zandbelt

@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.

vijayparmar1992 avatar Jul 30 '24 17:07 vijayparmar1992