You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 :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.
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?
The text was updated successfully, but these errors were encountered: